2024-07-19 17:02:33 +08:00
|
|
|
{
|
|
|
|
|
"name": "doan-mes",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"serve": "vue-cli-service serve",
|
|
|
|
|
"build": "vue-cli-service build",
|
2024-07-23 17:03:28 +08:00
|
|
|
"build:prod": "vue-cli-service build",
|
|
|
|
|
"build:stage": "vue-cli-service build --mode staging",
|
2024-07-19 17:02:33 +08:00
|
|
|
"lint": "vue-cli-service lint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-01-22 17:49:07 +08:00
|
|
|
"@element-plus/icons-vue": "^2.3.2",
|
2024-08-01 15:29:34 +08:00
|
|
|
"@icon-park/vue-next": "^1.4.2",
|
2025-04-02 20:27:38 +08:00
|
|
|
"@microsoft/signalr": "^8.0.7",
|
2024-07-19 17:02:33 +08:00
|
|
|
"axios": "^1.7.2",
|
|
|
|
|
"core-js": "^3.8.3",
|
2026-01-22 17:49:07 +08:00
|
|
|
"dayjs": "^1.11.19",
|
2026-01-22 10:32:56 +08:00
|
|
|
"echarts": "^6.0.0",
|
2024-07-19 17:02:33 +08:00
|
|
|
"element-plus": "^2.7.7",
|
|
|
|
|
"mqtt": "^5.8.1",
|
|
|
|
|
"vue": "^3.2.13",
|
|
|
|
|
"vue-router": "^4.0.3",
|
2024-09-19 17:29:17 +08:00
|
|
|
"vuex": "^4.0.0",
|
|
|
|
|
"vuex-persistedstate": "^4.1.0"
|
2024-07-19 17:02:33 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-01-23 18:21:32 +08:00
|
|
|
"@types/lodash": "^4.14.170",
|
|
|
|
|
"@types/lodash-es": "^4.17.5",
|
2026-01-22 17:49:07 +08:00
|
|
|
"@types/node": "^25.0.10",
|
2024-07-19 17:02:33 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
|
|
|
|
"@typescript-eslint/parser": "^5.4.0",
|
|
|
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
|
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
|
|
|
"@vue/cli-plugin-router": "~5.0.0",
|
|
|
|
|
"@vue/cli-plugin-typescript": "~5.0.0",
|
|
|
|
|
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
|
|
|
"@vue/cli-service": "~5.0.0",
|
|
|
|
|
"@vue/eslint-config-typescript": "^9.1.0",
|
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
|
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
|
|
|
"prettier": "^2.4.1",
|
|
|
|
|
"sass": "^1.32.7",
|
|
|
|
|
"sass-loader": "^12.0.0",
|
2026-01-23 18:21:32 +08:00
|
|
|
"typescript": "~4.7.4"
|
|
|
|
|
},
|
|
|
|
|
"overrides": {
|
|
|
|
|
"@types/lodash": "^4.14.170",
|
|
|
|
|
"@types/lodash-es": "^4.17.5"
|
2024-07-19 17:02:33 +08:00
|
|
|
},
|
|
|
|
|
"eslintConfig": {
|
|
|
|
|
"root": true,
|
|
|
|
|
"env": {
|
|
|
|
|
"node": true
|
|
|
|
|
},
|
|
|
|
|
"extends": [
|
|
|
|
|
"plugin:vue/vue3-essential",
|
|
|
|
|
"eslint:recommended",
|
|
|
|
|
"@vue/typescript/recommended",
|
|
|
|
|
"plugin:prettier/recommended"
|
|
|
|
|
],
|
|
|
|
|
"parserOptions": {
|
|
|
|
|
"ecmaVersion": 2020
|
|
|
|
|
},
|
|
|
|
|
"rules": {}
|
|
|
|
|
},
|
|
|
|
|
"browserslist": [
|
|
|
|
|
"> 1%",
|
|
|
|
|
"last 2 versions",
|
|
|
|
|
"not dead",
|
|
|
|
|
"not ie 11"
|
|
|
|
|
]
|
|
|
|
|
}
|