mirror of
https://github.com/AThilenius/axum-connect.git
synced 2025-01-09 10:59:31 +00:00
35 lines
1,020 B
JSON
35 lines
1,020 B
JSON
|
{
|
||
|
"name": "axum-connect-examples-client",
|
||
|
"version": "1.0.0",
|
||
|
"description": "An example React client to demo end-to-end RPC calls",
|
||
|
"main": "index.js",
|
||
|
"repository": "https://github.com/AThilenius/axum-connect",
|
||
|
"author": "Alec Thilenius",
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "tsc --noEmit && yarn vite build",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@buf/bufbuild_eliza.bufbuild_connect-es": "^0.8.4-20221224180530-f3801d450ef9.1",
|
||
|
"@bufbuild/connect": "^0.8.4",
|
||
|
"@bufbuild/connect-web": "^0.8.4",
|
||
|
"@bufbuild/protobuf": "^1.2.0",
|
||
|
"react": "^18.2.0",
|
||
|
"react-dom": "^18.2.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@bufbuild/buf": "^1.15.0-1",
|
||
|
"@bufbuild/protoc-gen-connect-es": "^0.8.4",
|
||
|
"@bufbuild/protoc-gen-es": "^1.2.0",
|
||
|
"@types/react": "^18.0.33",
|
||
|
"@types/react-dom": "^18.0.11",
|
||
|
"@vitejs/plugin-react": "^3.1.0",
|
||
|
"prettier": "^2.8.7",
|
||
|
"tslib": "^2.5.0",
|
||
|
"typescript": "^5.0.2",
|
||
|
"vite": "^4.2.1"
|
||
|
}
|
||
|
}
|