| | |
| | | "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" |
| | |
| | | "ant-design-vue": "^2.2.8", |
| | | "axios": "^0.21.1", |
| | | "eventemitter3": "^5.0.0", |
| | | "file-saver": "^2.0.5", |
| | | "jszip": "^3.10.1", |
| | | "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", |
| | | "vite-plugin-components": "^0.13.3", |
| | | "vite-plugin-importer": "^0.2.5", |
| | | "vite-plugin-optimize-persist": "^0.1.2", |
| | |
| | | }, |
| | | "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", |