| | |
| | | "version": "0.0.1", |
| | | "scripts": { |
| | | "serve": "vite", |
| | | "serve:dev": "vite --mode dev", |
| | | "serve:production": "vite --mode production", |
| | | "build:test": "vite build --mode stag", |
| | | "build": "vite build", |
| | | "build:production": "vite build --mode production", |
| | | "build:dev": "vite build --mode dev", |
| | | "preview": "vite preview", |
| | | "lint": "eslint --fix" |
| | | }, |
| | |
| | | "agora-rtc-sdk-ng": "^4.12.1", |
| | | "ant-design-vue": "^2.2.8", |
| | | "axios": "^0.21.1", |
| | | "eventemitter3": "^5.0.0", |
| | | "mitt": "^3.0.0", |
| | | "moment": "^2.29.4", |
| | | "mqtt": "4.0.1", |
| | | "query-string": "^7.0.1", |
| | | "reconnecting-websocket": "^4.4.0", |
| | | "vconsole": "^3.8.1", |
| | |
| | | "vue-cookies": "^1.7.4", |
| | | "vue-i18n": "^9.1.6", |
| | | "vue-router": "4", |
| | | "vuex": "^4.0.2" |
| | | "vuex": "^4.0.2", |
| | | "vuex-persistedstate": "^4.1.0" |
| | | }, |
| | | "devDependencies": { |
| | | "@types/crypto-js": "^4.1.1", |
| | | "@types/lodash": "^4.14.197", |
| | | "@types/node": "^16.3.2", |
| | | "@types/urlencode": "^1.1.2", |
| | | "@typescript-eslint/eslint-plugin": "^5.8.1", |
| | | "@typescript-eslint/parser": "^5.8.1", |
| | | "@vitejs/plugin-vue": "^1.2.4", |
| | | "@vue/compiler-sfc": "^3.0.5", |
| | | "cesium": "^1.108.0", |
| | | "crypto-js": "^4.1.1", |
| | | "eslint": "^7.30.0", |
| | | "eslint-config-standard": "^16.0.3", |
| | | "eslint-plugin-import": "^2.23.4", |
| | |
| | | "rollup-plugin-external-globals": "^0.6.1", |
| | | "sass": "^1.35.1", |
| | | "typescript": "^4.5.4", |
| | | "vite": "^2.4.0", |
| | | "unplugin-auto-import": "^0.16.6", |
| | | "vite": "^4.4.9", |
| | | "vite-plugin-cesium": "^1.2.22", |
| | | "vite-plugin-eslint": "^1.3.0", |
| | | "vite-plugin-style-import": "^1.0.1", |
| | | "vite-plugin-svg-icons": "^1.0.5", |
| | |
| | | "ant-design-vue/es/empty/style/css", |
| | | "ant-design-vue/es/form/style/css", |
| | | "ant-design-vue/es/image/style/css", |
| | | "ant-design-vue/es/input-number/style/css", |
| | | "ant-design-vue/es/input/style/css", |
| | | "ant-design-vue/es/layout/style/css", |
| | | "ant-design-vue/es/menu/style/css", |
| | |
| | | "ant-design-vue/es/spin/style/css", |
| | | "ant-design-vue/es/switch/style/css", |
| | | "ant-design-vue/es/table/style/css", |
| | | "ant-design-vue/es/tag/style/css", |
| | | "ant-design-vue/es/time-picker/style/css", |
| | | "ant-design-vue/es/tooltip/style/css", |
| | | "ant-design-vue/es/tree/style/css", |
| | | "ant-design-vue/es/upload/style/css", |
| | | "axios", |
| | | "eventemitter3", |
| | | "lodash", |
| | | "mitt", |
| | | "moment", |
| | | "mqtt", |
| | | "mqtt/dist/mqtt.min", |
| | | "reconnecting-websocket", |
| | | "vconsole", |
| | | "vue", |