FlowWeb / package.json
danylokhodus's picture
feat(sync): replace polling-based WebRTC with high-performance unified SignalR-bridge UDP WebRTC sync
e44f847
Raw
History Blame Contribute Delete
1.09 kB
{
"name": "flowweb",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@microsoft/signalr": "^10.0.0",
"@react-oauth/google": "^0.13.5",
"@xyflow/react": "^12.10.2",
"axios": "^1.16.1",
"framer-motion": "^12.38.0",
"html-to-image": "^1.11.13",
"i18next": "^26.2.0",
"lucide-react": "^1.14.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-i18next": "^17.0.8",
"react-router-dom": "^7.15.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.2.4",
"@tailwindcss/vite": "^4.2.4",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.5.0",
"eslint": "^10.2.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.5.0",
"postcss": "^8.5.14",
"tailwindcss": "^4.0.0",
"vite": "^8.0.10"
}
}