Files
Ota-dashboard/package.json

32 lines
670 B
JSON
Raw Normal View History

2025-12-11 17:40:30 +01:00
{
"name": "ota-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
2025-12-11 20:58:10 +01:00
"clsx": "^2.1.1",
"lucide-react": "^0.560.0",
2025-12-11 17:40:30 +01:00
"next": "16.0.8",
"react": "19.2.1",
2025-12-11 20:58:10 +01:00
"react-dom": "19.2.1",
2025-12-12 12:21:03 +01:00
"tailwind-merge": "^3.4.0",
"zod": "^4.1.13"
2025-12-11 17:40:30 +01:00
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
2025-12-12 12:28:17 +01:00
"bun-types": "^1.3.4",
2025-12-11 17:40:30 +01:00
"eslint": "^9",
"eslint-config-next": "16.0.8",
"tailwindcss": "^4",
"typescript": "^5"
}
}