game/app/package.json
2026-01-01 02:21:09 +08:00

39 lines
933 B
JSON

{
"name": "app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@heroiclabs/nakama-js": "^2.8.0",
"@types/uuid": "^11.0.0",
"@types/ws": "^8.18.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"uuid": "^13.0.0",
"ws": "^8.18.3"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.23",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.16",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.0",
"vite": "^5.4.11"
}
}