Spaces:
Running
Running
File size: 901 Bytes
47d5c5c 649d35c 47d5c5c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | {
"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"
}
}
|