Spaces:
Running
Running
| { | |
| "name": "frontend", | |
| "version": "0.1.0", | |
| "private": true, | |
| "engines": { | |
| "node": ">=20.0.0 <25.0.0" | |
| }, | |
| "scripts": { | |
| "dev": "next dev", | |
| "dev:22": "bash ./run-dev.sh", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "eslint" | |
| }, | |
| "dependencies": { | |
| "@base-ui/react": "^1.4.1", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "framer-motion": "^12.38.0", | |
| "lucide-react": "^1.14.0", | |
| "next": "15.5.18", | |
| "react": "19.1.0", | |
| "react-dom": "19.1.0", | |
| "recharts": "^3.8.1", | |
| "shadcn": "^4.7.0", | |
| "tailwind-merge": "^3.5.0", | |
| "tw-animate-css": "^1.4.0" | |
| }, | |
| "devDependencies": { | |
| "@eslint/eslintrc": "^3", | |
| "@tailwindcss/postcss": "^4", | |
| "@types/node": "^20", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "eslint": "^9", | |
| "eslint-config-next": "15.5.18", | |
| "tailwindcss": "^4", | |
| "typescript": "^5" | |
| } | |
| } | |