mirror of
https://github.com/nexus-stc/hyperboria
synced 2025-02-18 13:06:47 +01:00
- [nexus] Switch bot - [bot] Added extra receivers functionality GitOrigin-RevId: 68fc32d3e79ff411758f54f435fe8680fc42dead
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "hyperboria",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"nuxt": "nuxt"
|
|
},
|
|
"dependencies": {
|
|
"@babel/eslint-parser": "^7.16.3",
|
|
"@grpc/grpc-js": "^1.4.4",
|
|
"@types/node": "^16.11.7",
|
|
"axios": "^0.24.0",
|
|
"bootstrap-vue-3": "^0.0.5",
|
|
"dateformat": "^5.0.2",
|
|
"eslint": "^8.2.0",
|
|
"eslint-config-standard": "^16.0.3",
|
|
"eslint-plugin-import": "^2.25.3",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^5.1.1",
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
"google-protobuf": "^3.19.1",
|
|
"grpc-web": "^1.3.0",
|
|
"lodash": "^4.17.21",
|
|
"nuxt3": "^3.0.0-27277498.850ef69",
|
|
"pug": "^3.0.2",
|
|
"pug-plain-loader": "^1.1.0",
|
|
"sass": "^1.43.4",
|
|
"sass-lint": "^1.13.1",
|
|
"sass-loader": "^12.3.0",
|
|
"ts-protoc-gen": "^0.15.0",
|
|
"v8-compile-cache": "^2.3.0",
|
|
"vue": "^3.2.21",
|
|
"webpack": "^5.64.0"
|
|
},
|
|
"devDependencies": {
|
|
"@bazel/bazelisk": "latest",
|
|
"@bazel/buildifier": "latest",
|
|
"@bazel/ibazel": "latest"
|
|
},
|
|
"engines": {
|
|
"node": "^14"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie <= 8"
|
|
]
|
|
}
|