TTS-Arena-V2 / apps /web /package.json
GitHub Actions
Deploy from github.com/TTS-AGI/TTS-Arena@f49eded
374bcb6
Raw
History Blame Contribute Delete
2.09 kB
{
"name": "@ttsa/web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"test": "bun test",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",
"db:seed": "bun run src/server/db/seed.ts",
"db:recompute": "bun run src/server/db/recompute-ratings.ts"
},
"dependencies": {
"@base-ui-components/react": "1.0.0-beta.1",
"@fingerprintjs/fingerprintjs": "^5.2.0",
"@hcaptcha/react-hcaptcha": "^2.0.2",
"@tanstack/react-query": "^5.101.0",
"@tanstack/react-table": "^8.21.3",
"@ttsa/provider-cartesia": "workspace:*",
"@ttsa/provider-chatterbox": "workspace:*",
"@ttsa/provider-deepdub": "workspace:*",
"@ttsa/provider-elevenlabs": "workspace:*",
"@ttsa/provider-gradium": "workspace:*",
"@ttsa/provider-hithink": "workspace:*",
"@ttsa/provider-hume": "workspace:*",
"@ttsa/provider-inworld": "workspace:*",
"@ttsa/provider-luna": "workspace:*",
"@ttsa/provider-mars": "workspace:*",
"@ttsa/provider-minimax": "workspace:*",
"@ttsa/provider-rumik": "workspace:*",
"@ttsa/provider-sdk": "workspace:*",
"@ttsa/provider-smallest": "workspace:*",
"@ttsa/provider-tontaube": "workspace:*",
"@ttsa/provider-typecast": "workspace:*",
"@ttsa/provider-voiceai": "workspace:*",
"@ttsa/shared": "workspace:*",
"drizzle-orm": "^0.38.3",
"jose": "^5.9.6",
"lucide-react": "^1.17.0",
"motion": "^11.15.0",
"next": "15.1.6",
"pg": "^8.13.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"recharts": "^3.8.1",
"wavesurfer.js": "^7.12.7",
"zod": "^3.24.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/pg": "^8.11.10",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"drizzle-kit": "^0.30.1",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"tailwindcss": "^4.0.0"
}
}