mirror of
https://gitee.com/pnoker/iot-dc3.git
synced 2026-09-19 10:11:36 +08:00
80 lines
2.2 KiB
JSON
80 lines
2.2 KiB
JSON
{
|
|
"name": "iot-dc3-web",
|
|
"version": "2024.3.0",
|
|
"private": true,
|
|
"author": "pnoker",
|
|
"description": "IoT DC3 平台前端页面",
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"tauri": "tauri",
|
|
"serve": "vite --host --mode dev",
|
|
"test": "vite --host --mode test",
|
|
"pre": "vite --host --mode pre",
|
|
"pro": "vite --host --mode pro",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"check": "vue-tsc --build --force",
|
|
"format": "prettier --write src/",
|
|
"lint": "eslint . --ext .vue,.ts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
|
"@antv/g2": "^5.2.10",
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@tauri-apps/api": "^2.1.1",
|
|
"@tauri-apps/plugin-shell": "^2.2.0",
|
|
"axios": "^1.7.9",
|
|
"clipboard": "^2.0.11",
|
|
"core-js": "^3.39.0",
|
|
"echarts": "^5.6.0",
|
|
"element-plus": "^2.9.1",
|
|
"highlight.js": "^11.11.1",
|
|
"js-base64": "^3.7.7",
|
|
"js-cookie": "^3.0.5",
|
|
"js-md5": "^0.8.3",
|
|
"json-bigint": "^1.0.0",
|
|
"marked": "^15.0.4",
|
|
"mitt": "^3.0.1",
|
|
"moment": "^2.30.1",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.3.0",
|
|
"screenfull": "^6.0.2",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.5.0",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.1.0",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/json-bigint": "^1.0.4",
|
|
"@types/node": "^22.10.2",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^8.18.2",
|
|
"@typescript-eslint/parser": "^8.18.2",
|
|
"@vitejs/plugin-legacy": "^6.0.0",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/eslint-config-typescript": "^14.2.0",
|
|
"dotenv": "^16.4.7",
|
|
"eslint": "^9.17.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"minimist": "^1.2.8",
|
|
"path": "^0.12.7",
|
|
"prettier": "^3.4.2",
|
|
"prettier-eslint": "^16.3.0",
|
|
"sass": "^1.83.0",
|
|
"terser": "^5.37.0",
|
|
"typescript": "~5.7.2",
|
|
"unplugin-auto-import": "^0.19.0",
|
|
"unplugin-vue-components": "^0.28.0",
|
|
"vite": "^6.0.6",
|
|
"vue-class-component": "^8.0.0-0",
|
|
"vue-template-compiler": "^2.7.16",
|
|
"vue-tsc": "^2.2.0"
|
|
}
|
|
}
|