xian-ncc-da-client/package.json
joylink_zhaoerwei 076b366137
All checks were successful
local-test分支构建发布 / Docker-Build (push) Successful in 2m36s
Squashed commit of the following:
commit 6296877798
Author: joylink_zhaoerwei <Bob_Engineer@163.com>
Date:   Fri Sep 6 11:08:37 2024 +0800

    权限代码备用

commit be4df53219
Author: joylink_zhaoerwei <Bob_Engineer@163.com>
Date:   Mon Jul 15 16:10:30 2024 +0800

    同步北京部分计轴

commit 20d39f9f4a
Author: joylink_zhaoerwei <Bob_Engineer@163.com>
Date:   Mon Jul 15 15:41:09 2024 +0800

    同步区段复制控制-A键直接复制到端点

commit d345a1dc87
Author: joylink_zhaoerwei <Bob_Engineer@163.com>
Date:   Mon Jul 15 15:17:30 2024 +0800

    前端框架版本升级+同步北京区段道岔移动时端点吸附
2024-09-06 11:11:04 +08:00

55 lines
1.7 KiB
JSON

{
"name": "xian-ncc-da-client",
"version": "0.0.1",
"description": "xian ncc 调度决策辅助客户端",
"productName": "XianNccDa",
"author": "walker <shengxuqiang@joylink.club>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"dev": "set NODE_ENV=dev&&quasar dev",
"local": "set NODE_ENV=local&&quasar dev",
"build": "set NODE_ENV=dev&&quasar build",
"prod": "set NODE_ENV=prod&&quasar build",
"dev-show": "set NODE_ENV=dev-show&&quasar build",
"protoc": "node scripts/proto.cjs",
"sync": "node scripts/sync.cjs"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"axios": "^1.2.1",
"centrifuge": "^4.0.1",
"dotenv": "^16.3.1",
"google-protobuf": "^3.21.2",
"jl-graphic": "git+https://gitea.joylink.club/joylink/graphic-pixi.git#v0.1.15",
"js-base64": "^3.7.5",
"pinia": "^2.0.11",
"quasar": "^2.6.0",
"save-dev": "0.0.1-security",
"vue": "^3.0.0",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@quasar/app-vite": "^1.0.0",
"@types/google-protobuf": "^3.15.6",
"@types/node": "^12.20.21",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^9.0.0",
"prettier": "^2.5.1",
"protoc-gen-ts": "^0.8.6",
"ts-md5": "^1.3.1",
"typescript": "^4.5.4"
},
"engines": {
"node": "^18 || ^16 || ^14.19",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}