| | |
| | | "name": "demo-web", |
| | | "version": "0.0.1", |
| | | "scripts": { |
| | | "serve": "vite", |
| | | "serve": "vite --mode dev", |
| | | "serve:dev": "vite --mode dev", |
| | | "serve:production": "vite --mode production", |
| | | "serve:prod": "vite --mode production", |
| | | "build:test": "vite build --mode stag", |
| | | "build:production": "vite build --mode production", |
| | | "build:prod": "vite build --mode production", |
| | | "build:dev": "vite build --mode dev", |
| | | "preview": "vite preview", |
| | | "lint": "eslint --fix" |
| | |
| | | "dependencies": { |
| | | "@amap/amap-jsapi-loader": "^1.0.1", |
| | | "@ant-design/icons-vue": "^6.0.1", |
| | | "@turf/turf": "^6.5.0", |
| | | "@vitejs/plugin-legacy": "^1.6.2", |
| | | "agora-rtc-sdk-ng": "^4.12.1", |
| | | "ant-design-vue": "^2.2.8", |
| | | "axios": "^0.21.1", |
| | | "eventemitter3": "^5.0.0", |
| | | "file-saver": "^2.0.5", |
| | | "jszip": "^3.10.1", |
| | | "lodash": "^4.17.21", |
| | | "mitt": "^3.0.0", |
| | | "moment": "^2.29.4", |
| | | "mqtt": "4.0.1", |
| | | "query-string": "^7.0.1", |
| | | "reconnecting-websocket": "^4.4.0", |
| | | "v-viewer": "^3.0.11", |
| | | "vconsole": "^3.8.1", |
| | | "video.js": "^8.5.2", |
| | | "viewerjs": "^1.11.6", |
| | | "vite-plugin-components": "^0.13.3", |
| | | "vite-plugin-importer": "^0.2.5", |
| | | "vite-plugin-optimize-persist": "^0.1.2", |
| | |
| | | "vue-i18n": "^9.1.6", |
| | | "vue-router": "4", |
| | | "vuex": "^4.0.2", |
| | | "vuex-persistedstate": "^4.1.0" |
| | | "vuex-persistedstate": "^4.1.0", |
| | | "xml-js": "^1.6.11" |
| | | }, |
| | | "devDependencies": { |
| | | "@types/crypto-js": "^4.1.1", |
| | | "@types/file-saver": "^2.0.5", |
| | | "@types/lodash": "^4.14.197", |
| | | "@types/node": "^16.3.2", |
| | | "@types/urlencode": "^1.1.2", |