Spaces:
Running
Running
| { | |
| "name": "beryl-live-production", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "node node_modules/next/dist/bin/next dev", | |
| "build": "node node_modules/next/dist/bin/next build", | |
| "start": "node node_modules/next/dist/bin/next start", | |
| "lint": "eslint" | |
| }, | |
| "dependencies": { | |
| "@fal-ai/client": "^1.10.1", | |
| "@huggingface/hub": "^2.13.2", | |
| "@huggingface/inference": "^4.13.20", | |
| "@runwayml/sdk": "^4.3.0", | |
| "@swc/helpers": "^0.5.23", | |
| "axios": "^1.18.1", | |
| "framer-motion": "^12.42.0", | |
| "livekit-client": "^2.20.0", | |
| "next": "16.2.9", | |
| "react": "19.2.4", | |
| "react-dom": "19.2.4" | |
| }, | |
| "devDependencies": { | |
| "@tailwindcss/postcss": "^4", | |
| "@types/node": "^20", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "eslint": "^9", | |
| "eslint-config-next": "16.2.9", | |
| "tailwindcss": "^4", | |
| "typescript": "^5" | |
| } | |
| } | |