Files
paseo/packages/web/package.json
2025-10-13 14:18:15 +02:00

36 lines
802 B
JSON

{
"name": "@realtime-voice/web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [
"openai",
"realtime",
"voice",
"nextjs"
],
"author": "moboudra",
"license": "MIT",
"description": "OpenAI Realtime Voice Assistant web interface",
"dependencies": {
"@tailwindcss/postcss": "^4.1.14",
"@types/node": "^24.7.2",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"autoprefixer": "^10.4.21",
"lightningcss": "^1.29.5",
"next": "^15.5.4",
"openai-realtime-api": "^1.0.8",
"postcss": "^8.5.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3"
}
}