{ "name": "desa-darmasaba", "version": "0.1.5", "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": { "@auth/prisma-adapter": "^2.10.0", "@cubejs-client/core": "^0.31.0", "@elysiajs/cookie": "^0.8.0", "@elysiajs/cors": "^1.2.0", "@elysiajs/eden": "^1.3.2", "@elysiajs/jwt": "^1.3.2", "@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", "@next-auth/prisma-adapter": "^1.0.7", "@paljs/types": "^8.1.0", "@prisma/client": "^6.15.0", "@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/bcrypt": "^6.0.0", "@types/bun": "^1.2.2", "@types/leaflet": "^1.9.20", "@types/lodash": "^4.17.16", "add": "^2.0.6", "animate.css": "^4.1.1", "bcrypt": "^6.0.0", "bcryptjs": "^3.0.2", "bun": "^1.2.2", "chart.js": "^4.4.8", "classnames": "^2.5.1", "dayjs": "^1.11.13", "elysia": "^1.3.5", "embla-carousel-autoplay": "^8.5.2", "embla-carousel-react": "^7.1.0", "form-data": "^4.0.2", "framer-motion": "^12.23.5", "get-port": "^7.1.0", "jotai": "^2.12.3", "jsonwebtoken": "^9.0.2", "leaflet": "^1.9.4", "list": "^2.0.19", "lodash": "^4.17.21", "motion": "^12.4.1", "nanoid": "^5.1.5", "next": "15.1.6", "next-auth": "^4.24.11", "next-view-transitions": "^0.3.4", "node-fetch": "^3.3.2", "p-limit": "^6.2.0", "primeicons": "^7.0.0", "primereact": "^10.9.6", "prisma": "^6.3.1", "react": "^19.0.0", "react-dom": "^19.0.0", "react-leaflet": "^5.0.0", "react-simple-toasts": "^6.1.0", "react-toastify": "^11.0.5", "react-transition-group": "^4.4.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/jsonwebtoken": "^9.0.10", "@types/node": "^24.3.0", "@types/react": "^19.1.12", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.1.6", "parcel": "^2.6.2", "postcss": "^8.5.1", "postcss-preset-mantine": "^1.17.0", "postcss-simple-vars": "^7.0.1", "typescript": "^5" } }