Spaces:
Running
Running
| { | |
| "name": "banana", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev --turbopack", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "eslint" | |
| }, | |
| "dependencies": { | |
| "@fal-ai/serverless-client": "^0.15.0", | |
| "@google/genai": "^1.17.0", | |
| "@huggingface/hub": "^2.6.3", | |
| "@huggingface/inference": "^4.8.0", | |
| "class-variance-authority": "^0.7.0", | |
| "clsx": "^2.1.1", | |
| "lucide-react": "^0.542.0", | |
| "next": "15.5.2", | |
| "next-themes": "^0.4.6", | |
| "react": "19.1.0", | |
| "react-dom": "19.1.0", | |
| "tailwind-merge": "^2.5.3" | |
| }, | |
| "devDependencies": { | |
| "@eslint/eslintrc": "^3", | |
| "@tailwindcss/postcss": "^4", | |
| "@types/node": "^20", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "eslint": "^9", | |
| "eslint-config-next": "15.5.2", | |
| "tailwindcss": "^4", | |
| "typescript": "^5" | |
| } | |
| } |