TestPrisma/package.json

30 lines
629 B
JSON
Raw Normal View History

2025-04-13 10:15:35 +02:00
{
"name": "test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2025-04-13 14:31:27 +02:00
"@prisma/client": "^6.6.0",
"next": "15.3.0",
"prisma": "^6.6.0",
2025-04-13 10:15:35 +02:00
"react": "^19.0.0",
2025-04-13 14:31:27 +02:00
"react-dom": "^19.0.0"
2025-04-13 10:15:35 +02:00
},
"devDependencies": {
2025-04-13 14:31:27 +02:00
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
2025-04-13 10:15:35 +02:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.0",
2025-04-13 14:31:27 +02:00
"tailwindcss": "^4",
"typescript": "^5"
2025-04-13 10:15:35 +02:00
}
}