31 lines
850 B
JSON
31 lines
850 B
JSON
{
|
|
"name": "nuxt-app",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build-protobuf": "npx protoc --ts_out netcode/proto --ts_opt long_type_string --proto_path proto proto/gameobject.proto",
|
|
"build": "npm run build-protobuf && nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@grpc/grpc-js": "^1.10.8",
|
|
"@pinia/nuxt": "^0.5.1",
|
|
"@protobuf-ts/grpcweb-transport": "^2.9.4",
|
|
"@protobuf-ts/plugin": "^2.9.4",
|
|
"@protobuf-ts/runtime": "^2.9.4",
|
|
"google-protobuf": "^3.21.2",
|
|
"grpc-web": "^1.5.0",
|
|
"nuxt": "^3.11.2",
|
|
"pinia": "^2.1.7",
|
|
"protoc-gen-js": "^3.21.2",
|
|
"vue": "^3.4.21",
|
|
"vue-router": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/google-protobuf": "^3.15.12"
|
|
}
|
|
}
|