test page

This commit is contained in:
2025-11-29 12:03:05 +01:00
parent c83f0a1c34
commit 5d3f64f558
10 changed files with 1195 additions and 133 deletions
+5 -2
View File
@@ -7,9 +7,11 @@
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
"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.0",
"react-dom": "^19.2.0"
},
@@ -23,6 +25,7 @@
"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.46.4",
"vite": "npm:rolldown-vite@7.2.5"
@@ -32,4 +35,4 @@
"vite": "npm:rolldown-vite@7.2.5"
}
}
}
}