37 lines
888 B
JSON
37 lines
888 B
JSON
{
|
|
"name": "fiberops-web",
|
|
"private": true,
|
|
"workspaces": ["packages/*"],
|
|
"scripts": {
|
|
"dev": "next dev --port 3000",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@fiberops/shared": "workspace:*",
|
|
"@hookform/resolvers": "^5.0.0",
|
|
"@tanstack/react-query": "^5.75.0",
|
|
"axios": "^1.7.0",
|
|
"leaflet": "^1.9.4",
|
|
"next": "^15.3.0",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-hook-form": "^7.55.0",
|
|
"recharts": "^2.15.0",
|
|
"zod": "^3.24.0",
|
|
"zustand": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.0",
|
|
"@types/leaflet": "^1.9.21",
|
|
"@types/node": "^22.0.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"postcss": "^8.5.0",
|
|
"tailwindcss": "^4.1.0",
|
|
"typescript": "^5.7.0",
|
|
"vitest": "^3.1.0"
|
|
}
|
|
}
|