| | |
| | | "prod": "vite --mode production", |
| | | "build:dev": "vite build --mode development", |
| | | "build:prod": "vite build --mode production", |
| | | "serve": "vite preview --host" |
| | | "serve": "vite preview --host", |
| | | "format": "prettier --write \"src/**/*.+(js|ts|jsx|tsx)\"" |
| | | }, |
| | | "dependencies": { |
| | | "@element-plus/icons-vue": "^2.3.1", |
| | |
| | | "@smallwei/avue": "^3.6.2", |
| | | "animate.css": "^4.1.1", |
| | | "avue-plugin-ueditor": "^1.0.4", |
| | | "@turf/turf": "^6.5.0", |
| | | "axios": "^1.8.3", |
| | | "cesium": "^1.126.0", |
| | | "codemirror": "^5.65.16", |
| | |
| | | "vite-plugin-svg-icons": "^2.0.1", |
| | | "vite-plugin-vue-setup-extend": "^0.4.0" |
| | | } |
| | | } |
| | | } |