CoreControl/package.json

33 lines
732 B
JSON
Raw Normal View History

2025-05-17 12:35:02 +02:00
{
"name": "corecontrol",
2025-05-17 15:17:52 +02:00
"version": "2.0.0",
2025-05-17 12:35:02 +02:00
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2025-05-17 13:56:57 +02:00
"@prisma/client": "^6.8.2",
2025-05-17 15:07:22 +02:00
"@types/jsonwebtoken": "^9.0.9",
2025-05-17 15:37:25 +02:00
"axios": "^1.9.0",
2025-05-17 14:57:58 +02:00
"bcryptjs": "^3.0.2",
2025-05-17 12:35:02 +02:00
"daisyui": "^5.0.35",
2025-05-17 15:07:22 +02:00
"jsonwebtoken": "^9.0.2",
2025-05-17 12:39:56 +02:00
"lucide-react": "^0.511.0",
2025-05-17 12:35:02 +02:00
"next": "15.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.7",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
2025-05-17 12:39:56 +02:00
"prisma": "^6.8.2",
2025-05-17 12:35:02 +02:00
"tailwindcss": "^4.1.7",
"typescript": "^5"
}
}