Files
GameServerManager/client/package.json

62 lines
1.7 KiB
JSON

{
"name": "gsm3-client",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"test": "vitest --run",
"test:fault": "vitest --run chunkUpload.fault",
"test:preservation": "vitest --run chunkUpload.preservation"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"antd": "^5.29.3",
"axios": "^1.14.0",
"clsx": "^2.1.1",
"framer-motion": "^11.18.2",
"jsonwebtoken": "^9.0.3",
"lucide-react": "^0.363.0",
"monaco-editor": "^0.52.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.30.3",
"socket.io-client": "^4.8.3",
"tailwind-merge": "^2.6.1",
"zustand": "^4.5.7",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0"
},
"devDependencies": {
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@types/jsonwebtoken": "^9.0.10",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.27",
"esbuild": "0.25.0",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.26",
"postcss": "^8.5.10",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"vite": "^5.4.21",
"vitest": "^3.2.4",
"fast-check": "^4.6.0"
},
"overrides": {
"esbuild": "0.25.0",
"follow-redirects": "1.16.0",
"form-data": "^4.0.4",
"glob": "^10.5.0",
"rollup": ">=4.59.0",
"minimatch": ">=3.1.3"
}
}