Spaces:
Running
Running
| { | |
| "name": "org-network-frontend", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "next dev --hostname 0.0.0.0 --port 3000", | |
| "build": "next build", | |
| "preview": "next start --hostname 0.0.0.0 --port 3000", | |
| "clean": "rm -rf dist server.js", | |
| "lint": "next lint", | |
| "start": "next start --hostname 0.0.0.0 --port 3000" | |
| }, | |
| "dependencies": { | |
| "@base-ui/react": "^1.6.0", | |
| "@google/genai": "^2.4.0", | |
| "@hugeicons/core-free-icons": "^4.2.2", | |
| "@hugeicons/react": "^1.1.9", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "dotenv": "^17.2.3", | |
| "express": "^4.21.2", | |
| "lucide-react": "^0.546.0", | |
| "motion": "^12.23.24", | |
| "next": "16.2.9", | |
| "react": "^19.2.4", | |
| "react-dom": "^19.2.4", | |
| "shadcn": "^4.13.0", | |
| "tailwind-merge": "^3.6.0", | |
| "tw-animate-css": "^1.4.0", | |
| "xlsx": "^0.18.5" | |
| }, | |
| "devDependencies": { | |
| "@tailwindcss/postcss": "^4.1.14", | |
| "@types/express": "^4.17.21", | |
| "@types/node": "^22.14.0", | |
| "@types/react": "^19.0.0", | |
| "@types/react-dom": "^19.0.0", | |
| "autoprefixer": "^10.4.21", | |
| "esbuild": "^0.25.0", | |
| "eslint": "^9.0.0", | |
| "eslint-config-next": "16.2.9", | |
| "tailwindcss": "^4.1.14", | |
| "tsx": "^4.21.0", | |
| "typescript": "~5.8.2" | |
| } | |
| } | |