Files
plunk/apps/web/package.json
T
dependabot[bot]andGitHub 7647109fb6 chore(deps): bump next from 16.0.10 to 16.1.5
Bumps [next](https://github.com/vercel/next.js) from 16.0.10 to 16.1.5.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v16.0.10...v16.1.5)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.1.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
2026-01-27 20:11:43 +00:00

76 lines
2.1 KiB
JSON

{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"sitemap": "next-sitemap",
"start": "next start",
"lint": "eslint .",
"clean": "rimraf node_modules .next .turbo"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.11",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.39.0",
"@plunk/db": "*",
"@plunk/shared": "*",
"@plunk/ui": "*",
"@tiptap/core": "^3.11.0",
"@tiptap/extension-color": "^3.11.0",
"@tiptap/extension-image": "^3.11.0",
"@tiptap/extension-link": "^3.11.0",
"@tiptap/extension-mention": "^3.11.0",
"@tiptap/extension-placeholder": "^3.11.0",
"@tiptap/extension-table": "^3.11.0",
"@tiptap/extension-table-cell": "^3.11.0",
"@tiptap/extension-table-header": "^3.11.0",
"@tiptap/extension-table-row": "^3.11.0",
"@tiptap/extension-text-align": "^3.11.0",
"@tiptap/extension-text-style": "^3.11.0",
"@tiptap/pm": "^3.11.0",
"@tiptap/react": "^3.11.0",
"@tiptap/starter-kit": "^3.11.0",
"@tiptap/suggestion": "^3.11.0",
"@types/dagre": "^0.7.53",
"@uiw/react-codemirror": "^4.25.3",
"@xyflow/react": "^12.9.3",
"dagre": "^0.8.5",
"dayjs": "^1.11.19",
"framer-motion": "^12.23.24",
"juice": "^11.0.3",
"lucide-react": "^0.553.0",
"next": "^16.1.5",
"next-seo": "^6.6.0",
"nuqs": "^2.7.3",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hook-form": "^7.66.0",
"react-intl": "^7.1.14",
"react-is": "^19.0.0",
"recharts": "^3.4.1",
"sonner": "^2.0.6",
"swr": "^2.2.5",
"tippy.js": "^6.3.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@plunk/eslint-config": "*",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^24.10.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.33",
"tailwindcss": "^4.1.17",
"typescript": "^5.7.2"
},
"resolutions": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}