Spaces:
Sleeping
Sleeping
| { | |
| "name": "frontend", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev --webpack", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "eslint" | |
| }, | |
| "dependencies": { | |
| "@radix-ui/react-dialog": "^1.1.15", | |
| "@radix-ui/react-label": "^2.1.8", | |
| "@radix-ui/react-popover": "^1.1.15", | |
| "@react-three/drei": "^10.7.7", | |
| "@react-three/fiber": "^9.5.0", | |
| "@types/three": "^0.182.0", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "cmdk": "^1.1.1", | |
| "framer-motion": "^12.29.2", | |
| "lucide-react": "^0.563.0", | |
| "next": "16.1.6", | |
| "react": "19.2.3", | |
| "react-dom": "19.2.3", | |
| "recharts": "^3.7.0", | |
| "tailwind-merge": "^3.4.0", | |
| "three": "^0.182.0" | |
| }, | |
| "devDependencies": { | |
| "@tailwindcss/postcss": "^4", | |
| "@types/node": "^20", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "eslint": "^9", | |
| "eslint-config-next": "16.1.6", | |
| "tailwindcss": "^4", | |
| "typescript": "^5" | |
| } | |
| } | |