Files
Ota-dashboard/package.json

36 lines
861 B
JSON
Raw Permalink 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.2",
"react-dom": "19.2.2",
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": {
"@happy-dom/global-registrator": "^20.0.11",
"@tailwindcss/postcss": "^4.1.18",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^20.19.27",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
2025-12-12 12:28:17 +01:00
"bun-types": "^1.3.4",
"eslint": "^9.39.2",
2025-12-11 17:40:30 +01:00
"eslint-config-next": "16.0.8",
"happy-dom": "^20.0.11",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
2025-12-11 17:40:30 +01:00
}
}