TIF_E41220437/package.json

46 lines
1.1 KiB
JSON

{
"name": "pandawa",
"version": "1.8.2",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} src/lib/seed.ts"
},
"dependencies": {
"@auth/prisma-adapter": "^2.9.0",
"@prisma/client": "^6.7.0",
"apexcharts": "^4.7.0",
"bcrypt-ts": "^7.0.0",
"d3": "^7.9.0",
"mysql2": "^3.20.0",
"next": "latest",
"next-auth": "^5.0.0-beta.27",
"postcss": "^8.5.3",
"react": "^19.0.0",
"react-apexcharts": "^1.7.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"tailwind-merge": "^3.2.0",
"zod": "^3.24.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/d3": "^7.4.3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"prisma": "^6.7.0",
"tailwindcss": "^4",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}