refactor: remove unnecessary React import in AuthButton component due to new JSX transform refactor: simplify imports in LanguageSelector component fix: remove unused AuthResponse type import in useAuth hook fix: access Vite environment variables in a type-safe manner in api utility
30 lines
689 B
JSON
30 lines
689 B
JSON
{
|
|
"name": "broadcast-panel",
|
|
"version": "0.1.0",
|
|
"main": "src/index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@livekit/components-react": "^2.9.15",
|
|
"@livekit/components-styles": "^1.1.6",
|
|
"livekit-client": "^2.15.14",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^5.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"@vitejs/plugin-react": "^4.0.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"postcss": "^8.4.24",
|
|
"tailwindcss": "^4.1.0",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^7.2.0"
|
|
}
|
|
}
|