mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
37 lines
822 B
JSON
37 lines
822 B
JSON
{
|
|
"name": "@voice-dev/web",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"keywords": [
|
|
"openai",
|
|
"realtime",
|
|
"voice",
|
|
"voice-assistant",
|
|
"nextjs"
|
|
],
|
|
"author": "moboudra",
|
|
"license": "MIT",
|
|
"description": "Voice development assistant web interface",
|
|
"dependencies": {
|
|
"@tailwindcss/oxide": "^4.1.14",
|
|
"@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",
|
|
"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"
|
|
}
|
|
}
|