CoreControl/package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2025-04-11 12:27:44 +02:00
{
"name": "corecontrol",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2025-04-11 16:51:50 +02:00
"@prisma/extension-accelerate": "^1.3.0",
2025-04-11 16:19:02 +02:00
"@radix-ui/react-alert-dialog": "^1.1.7",
2025-04-11 14:48:12 +02:00
"@radix-ui/react-dialog": "^1.1.7",
2025-04-11 12:27:44 +02:00
"@radix-ui/react-label": "^2.1.3",
2025-04-11 14:48:12 +02:00
"@radix-ui/react-separator": "^1.1.3",
2025-04-11 12:27:44 +02:00
"@radix-ui/react-slot": "^1.2.0",
2025-04-11 14:48:12 +02:00
"@radix-ui/react-tooltip": "^1.2.0",
2025-04-11 13:37:41 +02:00
"@types/axios": "^0.9.36",
"@types/js-cookie": "^3.0.6",
2025-04-11 12:38:04 +02:00
"@types/jsonwebtoken": "^9.0.9",
2025-04-11 13:37:41 +02:00
"axios": "^1.8.4",
2025-04-11 12:27:44 +02:00
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
2025-04-11 13:37:41 +02:00
"js-cookie": "^3.0.5",
2025-04-11 12:38:04 +02:00
"jsonwebtoken": "^9.0.2",
2025-04-11 12:27:44 +02:00
"lucide-react": "^0.487.0",
"next": "15.3.0",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.2.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
2025-04-11 16:51:50 +02:00
"prisma": "^6.6.0",
2025-04-11 12:27:44 +02:00
"tailwindcss": "^4",
2025-04-11 16:51:50 +02:00
"tsx": "^4.19.3",
2025-04-11 12:27:44 +02:00
"typescript": "^5"
}
}