|
3 | 3 | "version": "3.2.0", |
4 | 4 | "description": "在Vue3技术栈下的Mars3D平台 基础项目", |
5 | 5 | "scripts": { |
6 | | - "serve": "vite", |
7 | 6 | "dev": "vite", |
| 7 | + "serve": "npm run clean-cache && vite", |
8 | 8 | "clean-cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite", |
9 | 9 | "clean-lib": "rimraf node_modules", |
10 | 10 | "preview": "vite preview", |
11 | | - "build": "vite build", |
12 | | - "build-tsc": "vue-tsc --noEmit && vite build", |
13 | | - "lint": "eslint ./src/**/*.{js,jsx,vue,ts,tsx} --fix" |
| 11 | + "build": "npm run lint && vite build", |
| 12 | + "lint": "eslint ./src/**/*.{js,jsx,vue,ts,tsx} --fix && vue-tsc --noEmit" |
14 | 13 | }, |
15 | 14 | "dependencies": { |
16 | 15 | "@iconify/vue": "^3.1.3", |
17 | 16 | "@turf/turf": "^6.5.0", |
18 | | - "ant-design-vue": "3.0.0-beta.9", |
| 17 | + "ant-design-vue": "3.0.0-beta.13", |
19 | 18 | "axios": "^0.25.0", |
20 | 19 | "core-js": "^3.20.3", |
21 | 20 | "echarts": "^5.2.2", |
22 | 21 | "echarts-gl": "^2.0.8", |
23 | 22 | "kml-geojson": "^1.2.0", |
24 | 23 | "localforage": "^1.10.0", |
25 | 24 | "mapv": "^2.0.62", |
26 | | - "mars3d": "^3.2.4", |
27 | | - "mars3d-cesium": "^1.90.2", |
28 | | - "mars3d-echarts": "^3.2.2", |
29 | | - "mars3d-heatmap": "^3.2.2", |
30 | | - "mars3d-mapv": "^3.2.2", |
| 25 | + "mars3d": "^3.3.0", |
| 26 | + "mars3d-cesium": "^1.91.0", |
| 27 | + "mars3d-echarts": "^3.3.0", |
| 28 | + "mars3d-heatmap": "^3.3.0", |
| 29 | + "mars3d-mapv": "^3.3.0", |
31 | 30 | "nprogress": "^0.2.0", |
32 | 31 | "uuid": "^8.3.2", |
33 | | - "vue": "^3.2.30", |
| 32 | + "vue": "^3.2.31", |
34 | 33 | "vue-color-kit": "^1.0.5", |
35 | 34 | "vuex": "^4.0.2" |
36 | 35 | }, |
37 | 36 | "devDependencies": { |
38 | | - "@types/node": "^17.0.10", |
| 37 | + "@types/node": "^17.0.21", |
39 | 38 | "@vitejs/plugin-vue": "^2.1.0", |
40 | 39 | "@vue/eslint-config-typescript": "^10.0.0", |
41 | 40 | "consola": "^2.15.3", |
|
50 | 49 | "standard": "^16.0.4", |
51 | 50 | "typescript": "^4.5.5", |
52 | 51 | "unplugin-vue-components": "^0.17.13", |
53 | | - "vite": "^2.8.0", |
| 52 | + "vite": "^2.8.6", |
54 | 53 | "vite-plugin-eslint": "^1.3.0", |
55 | 54 | "vite-plugin-mars3d": "^1.1.1", |
56 | 55 | "vite-plugin-style-import": "^2.0.0", |
|
0 commit comments