generated from VLADIMIR/template_frontend
add gen proto
This commit is contained in:
+6
-3
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "${REPO_NAME_SNAKE}",
|
||||
"name": "evening_detective_client",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -10,16 +10,18 @@
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --build",
|
||||
"lint": "eslint . --fix",
|
||||
"format": "prettier --write src/"
|
||||
"format": "prettier --write src/",
|
||||
"proto:gen": "protoc --typescript-http_out=src/api/generated --proto_path=proto proto/main.proto"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.18.1",
|
||||
"pinia": "^3.0.4",
|
||||
"vue": "^3.5.39",
|
||||
"vue-router": "^5.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node22": "^22.0.5",
|
||||
"@types/node": "^26.1.0",
|
||||
"@types/node": "^26.1.1",
|
||||
"@vitejs/plugin-vue": "^6.0.7",
|
||||
"@vue/eslint-config-prettier": "^10.2.0",
|
||||
"@vue/eslint-config-typescript": "^14.9.0",
|
||||
@@ -29,6 +31,7 @@
|
||||
"jiti": "^2.7.0",
|
||||
"npm-run-all2": "^9.0.2",
|
||||
"prettier": "3.9.4",
|
||||
"ts-proto": "^2.12.0",
|
||||
"typescript": "~6.0.3",
|
||||
"vite": "^8.1.3",
|
||||
"vite-plugin-vue-devtools": "^8.1.5",
|
||||
|
||||
Reference in New Issue
Block a user