Spaces:
Running
Running
| { | |
| "name": "frontend", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "lint": "eslint .", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "@dnd-kit/core": "^6.3.1", | |
| "@dnd-kit/sortable": "^10.0.0", | |
| "@dnd-kit/utilities": "^3.2.2", | |
| "@react-oauth/google": "^0.13.4", | |
| "@tailwindcss/postcss": "^4.2.2", | |
| "@tanstack/react-table": "^8.21.3", | |
| "@vercel/analytics": "^2.0.1", | |
| "@vercel/speed-insights": "^2.0.0", | |
| "clsx": "^2.1.1", | |
| "framer-motion": "^12.38.0", | |
| "lucide-react": "^1.6.0", | |
| "react": "^19.2.4", | |
| "react-dom": "^19.2.4", | |
| "recharts": "^3.8.1", | |
| "tailwind-merge": "^3.5.0" | |
| }, | |
| "devDependencies": { | |
| "@eslint/js": "^9.39.4", | |
| "@types/react": "^19.2.14", | |
| "@types/react-dom": "^19.2.3", | |
| "@vitejs/plugin-react": "^6.0.1", | |
| "autoprefixer": "^10.4.27", | |
| "eslint": "^9.39.4", | |
| "eslint-plugin-react-hooks": "^7.0.1", | |
| "eslint-plugin-react-refresh": "^0.5.2", | |
| "globals": "^17.4.0", | |
| "postcss": "^8.5.8", | |
| "tailwindcss": "^3.4.19", | |
| "vite": "^8.0.1" | |
| } | |
| } | |