|
2 | 2 | "name": "mars3d-vue-project-admin",
|
3 | 3 | "version": "3.5.0",
|
4 | 4 | "scripts": {
|
5 |
| - "bootstrap": "pnpm install", |
6 |
| - "serve": "npm run dev", |
7 | 5 | "dev": "vite",
|
| 6 | + "serve": "npm run clean:cache && vite", |
8 | 7 | "build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
|
9 | 8 | "build:test": "cross-env vite build --mode test && esno ./build/script/postBuild.ts",
|
10 | 9 | "build:no-cache": "pnpm clean:cache && npm run build",
|
|
28 | 27 | "dependencies": {
|
29 | 28 | "@ant-design/colors": "^6.0.0",
|
30 | 29 | "@ant-design/icons-vue": "^6.1.0",
|
31 |
| - "@icon-park/svg": "^1.4.0", |
32 |
| - "@iconify/iconify": "^2.2.1", |
33 |
| - "@logicflow/core": "^1.1.13", |
34 |
| - "@logicflow/extension": "^1.1.13", |
| 30 | + "@icon-park/svg": "^1.4.2", |
| 31 | + "@iconify/iconify": "^3.1.0", |
| 32 | + "@logicflow/core": "^1.2.1", |
| 33 | + "@logicflow/extension": "^1.2.1", |
35 | 34 | "@turf/turf": "^6.5.0",
|
36 | 35 | "@vue/runtime-core": "^3.2.33",
|
37 |
| - "@vue/shared": "^3.2.33", |
38 |
| - "@vueuse/core": "^8.3.0", |
39 |
| - "@vueuse/shared": "^8.3.0", |
40 |
| - "@zxcvbn-ts/core": "^2.0.1", |
41 |
| - "ant-design-vue": "^3.2.0", |
| 36 | + "@vue/shared": "^3.2.47", |
| 37 | + "@vueuse/core": "^9.13.0", |
| 38 | + "@vueuse/shared": "^9.13.0", |
| 39 | + "@zxcvbn-ts/core": "^2.2.1", |
| 40 | + "ant-design-vue": "^3.2.17", |
42 | 41 | "axios": "^0.26.1",
|
43 |
| - "codemirror": "^5.65.3", |
| 42 | + "codemirror": "^5.65.12", |
44 | 43 | "core-js": "^3.20.3",
|
45 | 44 | "cropperjs": "^1.5.12",
|
46 | 45 | "crypto-js": "^4.1.1",
|
47 |
| - "dayjs": "^1.11.1", |
48 |
| - "echarts": "^5.3.2", |
| 46 | + "dayjs": "^1.11.7", |
| 47 | + "echarts": "^5.4.2", |
49 | 48 | "intro.js": "^5.1.0",
|
50 | 49 | "kml-geojson": "^1.2.0",
|
51 | 50 | "localforage": "^1.10.0",
|
|
55 | 54 | "mars3d-cesium": "^1.106.0",
|
56 | 55 | "mockjs": "^1.1.0",
|
57 | 56 | "nprogress": "^0.2.0",
|
58 |
| - "path-to-regexp": "^6.2.0", |
59 |
| - "pinia": "2.0.12", |
| 57 | + "path-to-regexp": "^6.2.1", |
| 58 | + "pinia": "2.0.33", |
60 | 59 | "print-js": "^1.6.0",
|
61 |
| - "qrcode": "^1.5.0", |
62 |
| - "qs": "^6.10.3", |
| 60 | + "qrcode": "^1.5.1", |
| 61 | + "qs": "^6.11.1", |
63 | 62 | "resize-observer-polyfill": "^1.5.1",
|
64 | 63 | "showdown": "^2.1.0",
|
65 | 64 | "sortablejs": "^1.15.0",
|
66 |
| - "tinymce": "^5.10.3", |
| 65 | + "tinymce": "^5.10.7", |
67 | 66 | "uuid": "^8.3.2",
|
68 |
| - "vditor": "^3.8.13", |
69 |
| - "vue": "^3.2.33", |
| 67 | + "vditor": "^3.9.1", |
| 68 | + "vue": "^3.2.47", |
70 | 69 | "vue-color-kit": "^1.0.5",
|
71 |
| - "vue-i18n": "^9.1.9", |
72 |
| - "vue-json-pretty": "^2.0.6", |
73 |
| - "vue-router": "^4.0.14", |
74 |
| - "vue-types": "^4.1.1", |
75 |
| - "vuex": "^4.0.2", |
| 70 | + "vue-i18n": "^9.2.2", |
| 71 | + "vue-json-pretty": "^2.2.4", |
| 72 | + "vue-router": "^4.1.6", |
| 73 | + "vue-types": "^5.0.2", |
| 74 | + "vuex": "^4.1.0", |
76 | 75 | "xlsx": "^0.18.5"
|
77 | 76 | },
|
78 | 77 | "devDependencies": {
|
79 |
| - "@commitlint/cli": "^16.2.3", |
80 |
| - "@commitlint/config-conventional": "^16.2.1", |
81 |
| - "@iconify/json": "^2.1.30", |
82 |
| - "@purge-icons/generated": "^0.8.1", |
83 |
| - "@types/codemirror": "^5.60.5", |
| 78 | + "@originjs/vite-plugin-commonjs": "^1.0.3", |
| 79 | + "@commitlint/cli": "^17.5.1", |
| 80 | + "@commitlint/config-conventional": "^17.4.4", |
| 81 | + "@iconify/json": "^2.2.46", |
| 82 | + "@purge-icons/generated": "^0.9.0", |
| 83 | + "@types/codemirror": "^5.60.7", |
84 | 84 | "@types/crypto-js": "^4.1.1",
|
85 | 85 | "@types/fs-extra": "^9.0.13",
|
86 | 86 | "@types/inquirer": "^8.2.1",
|
87 |
| - "@types/intro.js": "^3.0.2", |
88 |
| - "@types/lodash-es": "^4.17.6", |
89 |
| - "@types/mockjs": "^1.0.6", |
| 87 | + "@types/intro.js": "^5.1.1", |
| 88 | + "@types/lodash-es": "^4.17.7", |
| 89 | + "@types/mockjs": "^1.0.7", |
90 | 90 | "@types/node": "^17.0.25",
|
91 | 91 | "@types/nprogress": "^0.2.0",
|
92 |
| - "@types/qrcode": "^1.4.2", |
| 92 | + "@types/qrcode": "^1.5.0", |
93 | 93 | "@types/qs": "^6.9.7",
|
94 |
| - "@types/showdown": "^1.9.4", |
95 |
| - "@types/sortablejs": "^1.10.7", |
| 94 | + "@types/showdown": "^2.0.0", |
| 95 | + "@types/sortablejs": "^1.15.1", |
96 | 96 | "@typescript-eslint/eslint-plugin": "^5.20.0",
|
97 | 97 | "@typescript-eslint/parser": "^5.20.0",
|
98 | 98 | "@vitejs/plugin-legacy": "^1.8.1",
|
99 | 99 | "@vitejs/plugin-vue": "^2.3.1",
|
100 | 100 | "@vitejs/plugin-vue-jsx": "^1.3.10",
|
101 |
| - "@vue/compiler-sfc": "^3.2.33", |
| 101 | + "@vue/compiler-sfc": "^3.2.47", |
102 | 102 | "@vue/eslint-config-typescript": "^10.0.0",
|
103 |
| - "@vue/test-utils": "^2.0.0-rc.21", |
| 103 | + "@vue/test-utils": "^2.3.2", |
104 | 104 | "autoprefixer": "^10.4.4",
|
105 | 105 | "commitizen": "^4.2.4",
|
106 | 106 | "consola": "^2.15.3",
|
|
126 | 126 | "postcss-html": "^1.4.1",
|
127 | 127 | "postcss-less": "^6.0.0",
|
128 | 128 | "prettier": "^2.6.2",
|
129 |
| - "rimraf": "^3.0.2", |
| 129 | + "rimraf": "^4.1.2", |
130 | 130 | "rollup": "^2.70.2",
|
131 | 131 | "rollup-plugin-visualizer": "^5.6.0",
|
132 | 132 | "serve-static": "^1.14.2",
|
|
140 | 140 | "ts-node": "^10.7.0",
|
141 | 141 | "typescript": "~4.6.4",
|
142 | 142 | "unplugin-vue-components": "^0.17.13",
|
143 |
| - "vite": "^2.9.5", |
| 143 | + "vite": "^2.8.0", |
144 | 144 | "vite-plugin-compression": "^0.5.1",
|
145 | 145 | "vite-plugin-eslint": "^1.3.0",
|
146 | 146 | "vite-plugin-html": "^3.2.0",
|
147 |
| - "vite-plugin-imagemin": "^0.6.1", |
148 |
| - "vite-plugin-mars3d": "^3.0.0", |
149 |
| - "vite-plugin-mkcert": "^1.6.0", |
| 147 | + "vite-plugin-mars3d": "^2.0.3", |
| 148 | + "vite-plugin-mkcert": "~1.6.0", |
150 | 149 | "vite-plugin-mock": "^2.9.6",
|
151 | 150 | "vite-plugin-purge-icons": "^0.8.1",
|
152 | 151 | "vite-plugin-pwa": "^0.11.13",
|
|
156 | 155 | "vite-plugin-vue-setup-extend": "^0.4.0",
|
157 | 156 | "vite-plugin-windicss": "^1.8.4",
|
158 | 157 | "vue-eslint-parser": "^8.3.0",
|
159 |
| - "vue-tsc": "^0.33.9" |
| 158 | + "vue-tsc": "^1.2.0" |
160 | 159 | },
|
161 | 160 | "resolutions": {
|
162 | 161 | "bin-wrapper": "npm:bin-wrapper-china",
|
163 |
| - "rollup": "^2.56.3", |
164 |
| - "gifsicle": "5.2.0" |
| 162 | + "rollup": "^2.56.3" |
165 | 163 | },
|
166 | 164 | "repository": {
|
167 | 165 | "type": "git",
|
|
0 commit comments