0c5321e9de
All checks were successful
CI / Docker-Build (push) Successful in 3m0s
commit7a1925cfbe
Author: joylink_zhaoerwei <Bob_Engineer@163.com> Date: Thu Jul 4 15:29:41 2024 +0800 列车驾驶台按钮+灯备用 commit6d54d2e5d5
Author: joylink_zhaoerwei <Bob_Engineer@163.com> Date: Thu Jul 4 09:17:51 2024 +0800 更改前端pixi绘图版本
57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "bj-rtss-client",
|
|
"version": "0.0.1",
|
|
"description": "beijing rtss 测试系统",
|
|
"productName": "BJRTSSCLIENT",
|
|
"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": "quasar dev",
|
|
"build": "quasar build",
|
|
"build:local": "URL_ENV=local_test quasar build",
|
|
"build:pxf": "URL_ENV=local_pxf quasar build",
|
|
"build:test": "URL_ENV=test quasar build",
|
|
"build:publish": "URL_ENV=publish quasar build",
|
|
"protoc": "node scripts/proto.cjs",
|
|
"sync": "node scripts/sync.cjs"
|
|
},
|
|
"dependencies": {
|
|
"@quasar/extras": "^1.0.0",
|
|
"axios": "^1.2.1",
|
|
"default-passive-events": "^2.0.0",
|
|
"echarts": "^5.4.3",
|
|
"google-protobuf": "^3.21.2",
|
|
"jl-graphic": "git+http://120.46.212.6:3000/joylink/graphic-pixi.git#v0.1.15",
|
|
"js-base64": "^3.7.5",
|
|
"pinia": "^2.0.11",
|
|
"quasar": "^2.6.0",
|
|
"vue": "^3.0.0",
|
|
"vue-router": "^4.0.0",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"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",
|
|
"dotenv": "^16.4.5",
|
|
"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": "^20 || ^18 || ^16 || ^14.19",
|
|
"npm": ">= 6.13.4",
|
|
"yarn": ">= 1.21.1"
|
|
}
|
|
}
|