Files
plunk/packages/dashboard/package.json
T
2024-07-23 13:49:48 +02:00

71 lines
2.0 KiB
JSON

{
"name": "@plunk/dashboard",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"clean": "rimraf .next node_modules .turbo"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@monaco-editor/react": "^4.6.0",
"@plunk/shared": "1.0.0",
"@svgr/webpack": "^8.1.0",
"@tippyjs/react": "^4.2.6",
"@tiptap/core": "^2.5.4",
"@tiptap/extension-color": "^2.5.4",
"@tiptap/extension-dropcursor": "^2.5.4",
"@tiptap/extension-font-family": "^2.5.4",
"@tiptap/extension-image": "^2.5.4",
"@tiptap/extension-link": "^2.5.4",
"@tiptap/extension-placeholder": "^2.5.4",
"@tiptap/extension-text-align": "^2.5.4",
"@tiptap/extension-text-style": "^2.5.4",
"@tiptap/extension-typography": "^2.5.4",
"@tiptap/pm": "^2.5.4",
"@tiptap/react": "^2.5.4",
"@tiptap/starter-kit": "^2.5.4",
"@tiptap/suggestion": "^2.5.4",
"@uiball/loaders": "^1.3.1",
"classnames": "^2.5.1",
"dayjs": "^1.11.12",
"framer-motion": "^11.3.7",
"jotai": "2.9.0",
"lucide-react": "^0.408.0",
"next": "14.2.5",
"next-seo": "^6.5.0",
"nprogress": "^0.2.0",
"prosemirror-commands": "^1.5.2",
"prosemirror-dropcursor": "^1.8.1",
"prosemirror-gapcursor": "^1.3.2",
"prosemirror-history": "^1.4.1",
"prosemirror-keymap": "^1.2.2",
"prosemirror-schema-list": "^1.4.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.1",
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.12.7",
"sharp": "^0.33.4",
"sonner": "^1.5.0",
"swr": "2.2.5",
"tailwind-scrollbar": "^3.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "20.14.11",
"@types/nprogress": "^0.2.3",
"@types/react": "18.3.3",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"typescript": "5.5.3"
}
}