Files
carmanagement/apps/dashboard/package.json
T
2026-05-09 20:01:51 -04:00

33 lines
762 B
JSON

{
"name": "@rentaldrivego/dashboard",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@rentaldrivego/types": "*",
"autoprefixer": "^10.4.19",
"dayjs": "^1.11.11",
"lucide-react": "^0.376.0",
"next": "14.2.3",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.12.7",
"sharp": "^0.34.5",
"socket.io-client": "^4.7.5",
"tailwindcss": "^3.4.3",
"zod": "^3.23.0"
},
"devDependencies": {
"@types/node": "^20.12.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"typescript": "^5.4.0"
}
}