Spaces:
Build error
Build error
| { | |
| "name": "frontend", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "@radix-ui/react-dialog": "^1.1.15", | |
| "@radix-ui/react-slider": "^1.3.6", | |
| "@radix-ui/react-tooltip": "^1.2.8", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "framer-motion": "^12.40.0", | |
| "lucide-react": "^1.16.0", | |
| "next": "14.2.35", | |
| "radix-ui": "^1.4.3", | |
| "react": "^18", | |
| "react-dom": "^18", | |
| "recharts": "^3.8.1", | |
| "shadcn": "^4.8.0", | |
| "tailwind-merge": "^3.6.0", | |
| "tw-animate-css": "^1.4.0", | |
| "zustand": "^5.0.13" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "^20", | |
| "@types/react": "^18", | |
| "@types/react-dom": "^18", | |
| "eslint": "^8", | |
| "eslint-config-next": "14.2.35", | |
| "postcss": "^8", | |
| "tailwindcss": "^3.4.1", | |
| "typescript": "^5" | |
| } | |
| } | |