Spaces:
Sleeping
Sleeping
| { | |
| "name": "databeast-demo", | |
| "version": "1.0.0", | |
| "description": "DataBeast Demo - Advanced multifamily real estate data analytics platform", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "eslint" | |
| }, | |
| "dependencies": { | |
| "@radix-ui/react-avatar": "^1.1.10", | |
| "@radix-ui/react-dialog": "^1.1.15", | |
| "@radix-ui/react-dropdown-menu": "^2.1.16", | |
| "@radix-ui/react-navigation-menu": "^1.2.14", | |
| "@radix-ui/react-progress": "^1.1.7", | |
| "@radix-ui/react-select": "^2.2.6", | |
| "@radix-ui/react-separator": "^1.1.7", | |
| "@radix-ui/react-slider": "^1.3.6", | |
| "@radix-ui/react-slot": "^1.2.3", | |
| "@radix-ui/react-switch": "^1.2.6", | |
| "@radix-ui/react-tabs": "^1.1.13", | |
| "@tanstack/react-query": "^5.90.2", | |
| "@types/leaflet": "^1.9.20", | |
| "@types/lodash": "^4.17.20", | |
| "@types/mapbox-gl": "^3.4.1", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "leaflet": "^1.9.4", | |
| "lodash": "^4.17.21", | |
| "lucide-react": "^0.544.0", | |
| "next": "15.5.4", | |
| "next-auth": "^4.24.11", | |
| "react": "19.1.0", | |
| "react-dom": "19.1.0", | |
| "react-leaflet": "^5.0.0", | |
| "recharts": "^2.15.4", | |
| "tailwind-merge": "^3.3.1", | |
| "zustand": "^5.0.8" | |
| }, | |
| "devDependencies": { | |
| "@eslint/eslintrc": "^3", | |
| "@tailwindcss/postcss": "^4", | |
| "@types/node": "^20", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "eslint": "^9", | |
| "eslint-config-next": "15.5.4", | |
| "tailwindcss": "^4", | |
| "tw-animate-css": "^1.4.0", | |
| "typescript": "^5" | |
| } | |
| } | |