89 lines
2.4 KiB
JSON
89 lines
2.4 KiB
JSON
{
|
|
"name": "desa-darmasaba",
|
|
"version": "0.1.2",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"prisma:seed": "bun run prisma/seed.ts"
|
|
},
|
|
"prisma": {
|
|
"seed": "bun run prisma/seed.ts"
|
|
},
|
|
"dependencies": {
|
|
"@cubejs-client/core": "^0.31.0",
|
|
"@elysiajs/cors": "^1.2.0",
|
|
"@elysiajs/eden": "^1.2.0",
|
|
"@elysiajs/static": "^1.3.0",
|
|
"@elysiajs/stream": "^1.1.0",
|
|
"@elysiajs/swagger": "^1.2.0",
|
|
"@mantine/carousel": "^7.16.2",
|
|
"@mantine/charts": "^7.17.1",
|
|
"@mantine/core": "^7.17.4",
|
|
"@mantine/dates": "^8.1.0",
|
|
"@mantine/dropzone": "^8.1.1",
|
|
"@mantine/form": "^8.1.0",
|
|
"@mantine/hooks": "^7.17.4",
|
|
"@mantine/tiptap": "^7.17.4",
|
|
"@paljs/types": "^8.1.0",
|
|
"@prisma/client": "^6.3.1",
|
|
"@tabler/icons-react": "^3.30.0",
|
|
"@tiptap/extension-highlight": "^2.11.7",
|
|
"@tiptap/extension-link": "^2.11.7",
|
|
"@tiptap/extension-subscript": "^2.11.7",
|
|
"@tiptap/extension-superscript": "^2.11.7",
|
|
"@tiptap/extension-text-align": "^2.11.7",
|
|
"@tiptap/extension-underline": "^2.11.7",
|
|
"@tiptap/pm": "^2.11.7",
|
|
"@tiptap/react": "^2.11.7",
|
|
"@tiptap/starter-kit": "^2.11.7",
|
|
"@types/bun": "^1.2.2",
|
|
"@types/lodash": "^4.17.16",
|
|
"add": "^2.0.6",
|
|
"animate.css": "^4.1.1",
|
|
"bun": "^1.2.2",
|
|
"chart.js": "^4.4.8",
|
|
"dayjs": "^1.11.13",
|
|
"elysia": "^1.2.12",
|
|
"embla-carousel-autoplay": "^8.5.2",
|
|
"embla-carousel-react": "^7.1.0",
|
|
"form-data": "^4.0.2",
|
|
"framer-motion": "^12.4.1",
|
|
"get-port": "^7.1.0",
|
|
"jotai": "^2.12.3",
|
|
"lodash": "^4.17.21",
|
|
"motion": "^12.4.1",
|
|
"nanoid": "^5.1.5",
|
|
"next": "15.1.6",
|
|
"next-view-transitions": "^0.3.4",
|
|
"node-fetch": "^3.3.2",
|
|
"p-limit": "^6.2.0",
|
|
"prisma": "^6.3.1",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-simple-toasts": "^6.1.0",
|
|
"react-toastify": "^11.0.5",
|
|
"readdirp": "^4.1.1",
|
|
"recharts": "^2.15.3",
|
|
"swr": "^2.3.2",
|
|
"uuid": "^11.1.0",
|
|
"valtio": "^2.1.3",
|
|
"zod": "^3.24.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.1.6",
|
|
"postcss": "^8.5.1",
|
|
"postcss-preset-mantine": "^1.17.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"typescript": "^5",
|
|
"parcel": "^2.6.2"
|
|
}
|
|
}
|