Spaces:
Configuration error
Configuration error
| { | |
| "name": "social-dashboard", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint" | |
| }, | |
| "dependencies": { | |
| "next": "14.1.0", | |
| "react": "^18.2.0", | |
| "react-dom": "^18.2.0", | |
| "@tanstack/react-query": "^5.24.0", | |
| "axios": "^1.6.7", | |
| "lucide-react": "^0.344.0", | |
| "tailwindcss": "^3.4.1", | |
| "postcss": "^8.4.35", | |
| "autoprefixer": "^10.4.18", | |
| "recharts": "^2.12.2", | |
| "date-fns": "^3.3.1", | |
| "clsx": "^2.1.0", | |
| "tailwind-merge": "^2.2.1" | |
| }, | |
| "devDependencies": { | |
| "typescript": "^5.3.3", | |
| "@types/node": "^20.11.24", | |
| "@types/react": "^18.2.61", | |
| "@types/react-dom": "^18.2.19", | |
| "eslint": "^8.57.0", | |
| "eslint-config-next": "14.1.0" | |
| } | |
| } | |