Spaces:
Build error
Build error
| { | |
| "name": "awp-platform", | |
| "version": "1.0.0", | |
| "description": "AI-Powered Advanced Work Packaging Platform for Power Plant EPC Projects", | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "next": "14.0.0", | |
| "react": "^18.2.0", | |
| "react-dom": "^18.2.0", | |
| "three": "^0.160.0", | |
| "@react-three/fiber": "^8.15.0", | |
| "@react-three/drei": "^9.92.0", | |
| "web-ifc-three": "^0.0.125", | |
| "web-ifc": "^0.0.44", | |
| "zustand": "^4.4.0", | |
| "axios": "^1.6.0", | |
| "react-query": "^3.39.0", | |
| "lucide-react": "^0.294.0", | |
| "recharts": "^2.10.0", | |
| "date-fns": "^2.30.0", | |
| "clsx": "^2.0.0", | |
| "tailwind-merge": "^2.0.0", | |
| "@tanstack/react-table": "^8.10.0", | |
| "react-resizable-panels": "^0.0.63", | |
| "zod": "^3.22.0" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "^20.0.0", | |
| "@types/react": "^18.2.0", | |
| "@types/three": "^0.160.0", | |
| "autoprefixer": "^10.4.0", | |
| "postcss": "^8.4.0", | |
| "tailwindcss": "^3.3.0", | |
| "typescript": "^5.3.0" | |
| } | |
| } |