TestPrisma/package.json

35 lines
796 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",
2025-04-13 17:57:12 +02:00
"next-swagger-doc": "^0.4.1",
2025-04-13 14:31:27 +02:00
"prisma": "^6.6.0",
2025-04-13 10:15:35 +02:00
"react": "^19.0.0",
2025-04-13 17:57:12 +02:00
"react-dom": "^19.0.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"yarn": "^1.22.22"
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",
2025-04-13 17:57:12 +02:00
"@types/swagger-ui-react": "^5.18.0",
2025-04-13 10:15:35 +02:00
"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
}
}