36 lines
811 B
JSON
36 lines
811 B
JSON
{
|
|
"name": "nano-force-web-neo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint",
|
|
"prisma:generate": "prisma generate",
|
|
"prisma:migrate": "prisma migrate dev --name init"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^5",
|
|
"chart.js": "^4",
|
|
"chartjs-plugin-zoom": "^2.2.0",
|
|
"nanoid": "^5",
|
|
"next": "16.0.3",
|
|
"react": "19.2.0",
|
|
"react-chartjs-2": "^5",
|
|
"react-dom": "19.2.0",
|
|
"zod": "^3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.0.3",
|
|
"prisma": "^5",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|