mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-04-16 18:26:54 +00:00
adding app v2 (#943)
This commit is contained in:
59
www/appv2/package.json
Normal file
59
www/appv2/package.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"name": "reflector-appv2",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "concurrently \"vite --port=3000 --host=0.0.0.0\" \"tsx watch server/index.ts\"",
|
||||
"dev:client": "vite --port=3000 --host=0.0.0.0",
|
||||
"dev:server": "tsx watch server/index.ts",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"clean": "rm -rf dist",
|
||||
"lint": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@daily-co/daily-js": "^0.87.0",
|
||||
"@fontsource/manrope": "^5.2.8",
|
||||
"@fontsource/newsreader": "^5.2.10",
|
||||
"@sentry/react": "^10.40.0",
|
||||
"@tailwindcss/vite": "^4.1.14",
|
||||
"@tanstack/react-query": "^5.90.21",
|
||||
"@types/uuid": "^11.0.0",
|
||||
"@vitejs/plugin-react": "^5.0.4",
|
||||
"@whereby.com/browser-sdk": "^3.18.21",
|
||||
"concurrently": "^9.0.0",
|
||||
"cookie-parser": "^1.4.7",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^17.2.3",
|
||||
"express": "^4.21.2",
|
||||
"lucide-react": "^0.546.0",
|
||||
"motion": "^12.23.24",
|
||||
"openapi-fetch": "^0.17.0",
|
||||
"openapi-react-query": "^0.5.4",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-hook-form": "^7.72.0",
|
||||
"react-router-dom": "^7.13.2",
|
||||
"remeda": "^2.33.6",
|
||||
"uuid": "^13.0.0",
|
||||
"vite": "^6.2.0",
|
||||
"wavesurfer.js": "^7.12.5",
|
||||
"zustand": "^5.0.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sentry/vite-plugin": "^3.0.0",
|
||||
"@tailwindcss/postcss": "^4.2.2",
|
||||
"@types/cookie-parser": "^1.4.8",
|
||||
"@types/cors": "^2.8.17",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/node": "^22.14.0",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"tailwindcss": "^4.1.14",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "~5.8.2",
|
||||
"vite": "^6.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user