rtsa-client/package.json

50 lines
1.5 KiB
JSON
Raw Normal View History

2024-09-12 10:30:51 +08:00
{
"name": "rtss-simulation-app-client",
"version": "0.0.1",
"description": "仿真客户端",
"productName": "rtss-simulation-app-client",
"author": "joylink_fanyuhong <18706759286@163.com>",
"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",
2024-09-13 08:50:08 +08:00
"build": "quasar build",
2024-09-24 11:58:50 +08:00
"build:local": "URL_ENV=local_test quasar build",
2024-09-13 08:50:08 +08:00
"protoc": "node scripts/proto.cjs"
2024-09-12 10:30:51 +08:00
},
"dependencies": {
"@quasar/extras": "^1.16.4",
2024-09-12 14:39:58 +08:00
"axios": "^1.2.1",
2024-09-14 14:33:26 +08:00
"google-protobuf": "^3.21.4",
Squashed commit of the following: commit 16230d77e44151e176a3c555c7d4a13b50461bb5 Author: joylink_zhaoerwei <Bob_Engineer@163.com> Date: Mon Oct 14 17:12:22 2024 +0800 ISCS底部报警 commit 0787c7419ed6444e7c44c4128706bf80472c0295 Author: joylink_fanyuhong <18706759286@163.com> Date: Mon Oct 14 15:36:57 2024 +0800 代码调整 commit aacfdf8b2d5d14190865b22a8b735f4a9b212319 Author: joylink_zhaoerwei <Bob_Engineer@163.com> Date: Sat Oct 12 17:02:24 2024 +0800 完善绘制风格配置 commit 975a8a89aaa93488ef1c7f31ec8a87259ffb0952 Merge: 37c56e2 38bc44f Author: joylink_fanyuhong <18706759286@163.com> Date: Fri Oct 11 17:14:10 2024 +0800 Merge branch 'develop' of https://gitea.joylink.club/joylink/rtss-simulation-app-client into develop commit 37c56e296230059a913dc18b1f522afed0798f87 Author: joylink_fanyuhong <18706759286@163.com> Date: Fri Oct 11 17:14:08 2024 +0800 删除fas遗留文件 commit 38bc44f2f95c2e47923936072a94c9b04a395100 Author: joylink_zhaoerwei <Bob_Engineer@163.com> Date: Fri Oct 11 17:07:53 2024 +0800 绘制选择bug赞提(粗处理) commit 8dc7214ceb562f4513f0092238f29c2ecdc6dd22 Author: joylink_zhaoerwei <Bob_Engineer@163.com> Date: Fri Oct 11 15:16:31 2024 +0800 公共的图形——圆 commit c5beb9fbfd5d82fceece548b2f9a27151fb4babf Merge: fd0bfb0 63eff00 Author: joylink_fanyuhong <18706759286@163.com> Date: Fri Oct 11 09:57:41 2024 +0800 Merge branch 'develop' of https://gitea.joylink.club/joylink/rtss-simulation-app-client into develop commit fd0bfb0ab2a7509687346e119841ea3afa5451ce Author: joylink_fanyuhong <18706759286@163.com> Date: Fri Oct 11 09:52:46 2024 +0800 同步数据调整 commit 63eff006b0a0e5ab36231d1c23c78e17c3175be8 Author: joylink_zhaoerwei <Bob_Engineer@163.com> Date: Thu Oct 10 17:19:36 2024 +0800 修改矩形碰撞检测+动态加载绘制工具
2024-10-14 17:14:32 +08:00
"jl-graphic": "git+https://gitea.joylink.club/joylink/graphic-pixi.git#v0.1.19",
2024-09-12 14:39:58 +08:00
"js-base64": "^3.7.5",
2024-09-14 14:33:26 +08:00
"pinia": "^2.0.11",
"quasar": "^2.16.0",
"vue": "^3.4.18",
"vue-router": "^4.0.12"
2024-09-12 10:30:51 +08:00
},
"devDependencies": {
2024-09-14 14:33:26 +08:00
"@quasar/app-vite": "^1.9.0",
2024-10-08 17:38:42 +08:00
"@types/google-protobuf": "^3.15.6",
2024-09-14 14:33:26 +08:00
"@types/node": "^12.20.21",
2024-09-12 10:30:51 +08:00
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
2024-09-14 14:33:26 +08:00
"autoprefixer": "^10.4.2",
"dotenv": "^16.4.5",
2024-09-12 10:30:51 +08:00
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.1.0",
2024-09-14 14:33:26 +08:00
"eslint-plugin-vue": "^9.0.0",
2024-09-12 10:30:51 +08:00
"prettier": "^2.5.1",
2024-09-12 15:11:20 +08:00
"typescript": "~5.5.4",
2024-09-14 14:33:26 +08:00
"vite-plugin-checker": "^0.7.2",
"vue-tsc": "2.0.29"
2024-09-12 10:30:51 +08:00
},
"engines": {
"node": "^20 || ^18 || ^16",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}