Files
stream.graff.tech-client/package.json
T
2024-07-05 20:08:41 +05:00

71 lines
2.2 KiB
JSON

{
"name": "ps2-react-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.3": "^1.0.1",
"@epicgames-ps/lib-pixelstreamingfrontend-ue5.5": "^0.0.12",
"@livekit/components-react": "^2.0.3",
"@livekit/components-styles": "^1.0.10",
"@uidotdev/usehooks": "^2.4.1",
"ahooks": "^3.7.10",
"date-fns": "^2.30.0",
"i18next": "^23.8.2",
"i18next-browser-languagedetector": "^7.2.0",
"ky": "^1.1.3",
"livekit-client": "^1.13.2",
"peerjs": "^1.5.4",
"react": "^18.2.0",
"react-calendar": "^4.3.0",
"react-countdown": "^2.3.5",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-full-screen": "^1.1.1",
"react-i18next": "^14.0.3",
"react-input-mask": "^2.0.4",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.11.2",
"react-timeit": "^1.2.12",
"react-timer-hook": "^3.0.7",
"react-toastify": "^10.0.5",
"react-transition-group": "^4.4.5",
"react-usestateref": "^1.0.9",
"socket.io-client": "^4.7.4",
"ua-parser-js": "^1.0.35",
"use-clipboard-copy": "^0.2.0",
"use-is-audio-active": "^1.0.0",
"usehooks-ts": "^3.0.1",
"uuid": "^9.0.1",
"zustand": "^4.3.9"
},
"devDependencies": {
"@types/node": "^20.11.17",
"@types/peerjs": "^1.1.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-input-mask": "^3.0.2",
"@types/react-transition-group": "^4.4.6",
"@types/ua-parser-js": "^0.7.36",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react-swc": "^3.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^4.3.2"
}
}