Files
paseo/packages/web/package.json
Mohamed Boudra d1487bdd03 ```
chore: add Tailwind CSS Oxide with full platform support
```
2025-10-13 15:01:48 +02:00

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"
}
}