1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "name": "iot-dc3-web",
- "version": "2023.4.5",
- "private": true,
- "author": "pnoker",
- "description": "DC3 IoT 平台前端页面",
- "scripts": {
- "serve": "vite --host --mode dev",
- "pre": "vite --host --mode pre",
- "build": "vite build --mode pro",
- "build:dev": "vue-tsc && vite build --mode dev",
- "build:mock": "vue-tsc && vite build --mode mock",
- "build:test": "vue-tsc && vite build --mode test",
- "build:pre": "vue-tsc && vite build --mode pre",
- "preview": "vite preview",
- "lint": "vue-cli-service lint"
- },
- "dependencies": {
- "@amap/amap-jsapi-loader": "^1.0.1",
- "@antv/g2plot": "^2.4.31",
- "@element-plus/icons-vue": "^2.1.0",
- "axios": "^1.4.0",
- "clipboard": "^2.0.11",
- "core-js": "^3.31.1",
- "dotenv": "^16.3.1",
- "echarts": "^5.4.2",
- "element-plus": "^2.3.7",
- "highlight.js": "^11.8.0",
- "js-base64": "^3.7.5",
- "js-cookie": "^3.0.5",
- "marked": "^5.1.1",
- "minimist": "^1.2.8",
- "mitt": "^3.0.1",
- "moment": "^2.29.4",
- "nprogress": "^0.2.0",
- "path": "^0.12.7",
- "pinia": "^2.1.4",
- "screenfull": "^6.0.2",
- "ts-md5": "^1.3.1",
- "vue": "^3.3.4",
- "vue-class-component": "^8.0.0-0",
- "vue-router": "^4.2.4",
- "vuex": "^4.1.0"
- },
- "devDependencies": {
- "@types/highlight.js": "^10.1.0",
- "@types/js-base64": "^3.3.1",
- "@types/js-cookie": "^3.0.3",
- "@types/node": "^20.4.2",
- "@types/nprogress": "^0.2.0",
- "@typescript-eslint/eslint-plugin": "^6.0.0",
- "@typescript-eslint/parser": "^6.0.0",
- "@vitejs/plugin-legacy": "^4.1.0",
- "@vitejs/plugin-vue": "^4.2.3",
- "@vue/eslint-config-typescript": "^11.0.3",
- "eslint": "^8.44.0",
- "eslint-config-prettier": "^8.8.0",
- "eslint-plugin-prettier": "^5.0.0",
- "eslint-plugin-vue": "^9.15.1",
- "prettier": "^3.0.0",
- "prettier-eslint": "^15.0.1",
- "sass": "^1.63.6",
- "terser": "^5.19.0",
- "typescript": "~5.1.6",
- "unplugin-auto-import": "^0.16.6",
- "unplugin-vue-components": "^0.25.1",
- "vite": "^4.4.3",
- "vue-template-compiler": "^2.7.14",
- "vue-tsc": "^1.8.4"
- }
- }
|