game_list/frontend/package.json
2025-12-19 19:05:08 +00:00

40 lines
1.0 KiB
JSON

{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "pnpm run gen:proto && tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"gen:proto": "protoc --plugin=./node_modules/.bin/protoc-gen-ts_proto --ts_proto_out=. -I ../protobuf items.proto"
},
"dependencies": {
"@bufbuild/protobuf": "^2.10.1",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-router-dom": "^7.10.1"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/node": "^24.10.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"ts-proto": "^2.8.3",
"typescript": "~5.9.3",
"typescript-eslint": "^8.48.1",
"vite": "npm:rolldown-vite@7.3.0"
},
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@7.3.0"
}
}
}