Spaces:
Sleeping
Sleeping
| { | |
| "name": "hf-space", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build --webpack", | |
| "start": "next start", | |
| "lint": "eslint" | |
| }, | |
| "dependencies": { | |
| "@huggingface/inference": "^4.13.11", | |
| "@radix-ui/react-alert-dialog": "^1.1.15", | |
| "@radix-ui/react-dialog": "^1.1.15", | |
| "@radix-ui/react-dropdown-menu": "^2.1.16", | |
| "@radix-ui/react-label": "^2.1.8", | |
| "@radix-ui/react-select": "^2.2.6", | |
| "@radix-ui/react-separator": "^1.1.8", | |
| "@radix-ui/react-slot": "^1.2.4", | |
| "@radix-ui/react-tabs": "^1.1.13", | |
| "@radix-ui/react-tooltip": "^1.2.8", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "express": "^4.21.2", | |
| "lucide-react": "^0.563.0", | |
| "next": "16.1.6", | |
| "next-themes": "^0.4.6", | |
| "react": "19.2.3", | |
| "react-dom": "19.2.3", | |
| "recharts": "^3.7.0", | |
| "tailwind-merge": "^3.4.0", | |
| "tw-animate-css": "^1.4.0" | |
| }, | |
| "devDependencies": { | |
| "@tailwindcss/postcss": "^4", | |
| "@types/node": "^20", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "eslint": "^9", | |
| "eslint-config-next": "16.1.6", | |
| "tailwindcss": "^4", | |
| "typescript": "^5" | |
| } | |
| } | |