|
18 | 18 | "serve:pro": "vite preview --mode pro",
|
19 | 19 | "serve:dev": "vite preview --mode dev",
|
20 | 20 | "serve:test": "vite preview --mode test",
|
| 21 | + "preview": "pnpm build:front && vite preview", |
21 | 22 | "npm:check": "npx npm-check-updates",
|
22 | 23 | "clean": "npx rimraf node_modules",
|
23 | 24 | "clean:cache": "npx rimraf node_modules/.cache",
|
|
33 | 34 | "@form-create/element-ui": "^3.1.17",
|
34 | 35 | "@iconify/iconify": "^3.1.0",
|
35 | 36 | "@videojs-player/vue": "^1.0.0",
|
36 |
| - "@vueuse/core": "^10.1.0", |
| 37 | + "@vueuse/core": "^10.1.2", |
37 | 38 | "@wangeditor/editor": "^5.1.23",
|
38 | 39 | "@wangeditor/editor-for-vue": "^5.1.10",
|
39 |
| - "@zxcvbn-ts/core": "^2.2.1", |
| 40 | + "@zxcvbn-ts/core": "^3.0.1", |
40 | 41 | "animate.css": "^4.1.1",
|
41 |
| - "axios": "^1.3.6", |
| 42 | + "axios": "^1.4.0", |
42 | 43 | "benz-amr-recorder": "^1.1.5",
|
43 | 44 | "bpmn-js-token-simulation": "^0.10.0",
|
44 | 45 | "camunda-bpmn-moddle": "^7.0.1",
|
|
48 | 49 | "diagram-js": "^11.6.0",
|
49 | 50 | "echarts": "^5.4.2",
|
50 | 51 | "echarts-wordcloud": "^2.1.0",
|
51 |
| - "element-plus": "2.3.3", |
| 52 | + "element-plus": "2.3.4", |
52 | 53 | "fast-xml-parser": "^4.2.2",
|
53 |
| - "highlight.js": "^11.7.0", |
| 54 | + "highlight.js": "^11.8.0", |
54 | 55 | "intro.js": "^7.0.1",
|
55 | 56 | "jsencrypt": "^3.3.2",
|
56 | 57 | "lodash-es": "^4.17.21",
|
57 |
| - "min-dash": "^4.1.0", |
| 58 | + "min-dash": "^4.1.1", |
58 | 59 | "mitt": "^3.0.0",
|
59 | 60 | "nprogress": "^0.2.0",
|
60 |
| - "pinia": "^2.0.35", |
| 61 | + "pinia": "^2.1.3", |
61 | 62 | "qrcode": "^1.5.3",
|
62 |
| - "qs": "^6.11.1", |
| 63 | + "qs": "^6.11.2", |
63 | 64 | "steady-xml": "^0.1.0",
|
64 | 65 | "url": "^0.11.0",
|
65 |
| - "video.js": "^8.0.4", |
66 |
| - "vue": "3.2.47", |
| 66 | + "video.js": "^8.3.0", |
| 67 | + "vue": "3.3.4", |
67 | 68 | "vue-i18n": "9.2.2",
|
68 |
| - "vue-router": "^4.1.6", |
69 |
| - "vue-types": "^5.0.2", |
| 69 | + "vue-router": "^4.2.1", |
| 70 | + "vue-types": "^5.0.3", |
70 | 71 | "vuedraggable": "^4.1.0",
|
71 | 72 | "web-storage-cache": "^1.1.1",
|
72 | 73 | "xe-utils": "^3.5.7",
|
73 | 74 | "xml-js": "^1.6.11"
|
74 | 75 | },
|
75 | 76 | "devDependencies": {
|
76 |
| - "@commitlint/cli": "^17.6.1", |
77 |
| - "@commitlint/config-conventional": "^17.6.1", |
78 |
| - "@iconify/json": "^2.2.54", |
| 77 | + "@commitlint/cli": "^17.6.3", |
| 78 | + "@commitlint/config-conventional": "^17.6.3", |
| 79 | + "@iconify/json": "^2.2.67", |
79 | 80 | "@intlify/unplugin-vue-i18n": "^0.10.0",
|
80 | 81 | "@purge-icons/generated": "^0.9.0",
|
81 | 82 | "@types/intro.js": "^5.1.1",
|
|
84 | 85 | "@types/nprogress": "^0.2.0",
|
85 | 86 | "@types/qrcode": "^1.5.0",
|
86 | 87 | "@types/qs": "^6.9.7",
|
87 |
| - "@typescript-eslint/eslint-plugin": "^5.59.0", |
88 |
| - "@typescript-eslint/parser": "^5.59.0", |
89 |
| - "@vitejs/plugin-legacy": "^4.0.2", |
90 |
| - "@vitejs/plugin-vue": "^4.1.0", |
| 88 | + "@typescript-eslint/eslint-plugin": "^5.59.6", |
| 89 | + "@typescript-eslint/parser": "^5.59.6", |
| 90 | + "@vitejs/plugin-legacy": "^4.0.3", |
| 91 | + "@vitejs/plugin-vue": "^4.2.3", |
91 | 92 | "@vitejs/plugin-vue-jsx": "^3.0.1",
|
92 | 93 | "autoprefixer": "^10.4.14",
|
93 | 94 | "bpmn-js": "^8.9.0",
|
94 | 95 | "bpmn-js-properties-panel": "^0.46.0",
|
95 | 96 | "consola": "^3.1.0",
|
96 |
| - "eslint": "^8.39.0", |
| 97 | + "eslint": "^8.40.0", |
97 | 98 | "eslint-config-prettier": "^8.8.0",
|
98 |
| - "eslint-define-config": "^1.18.0", |
| 99 | + "eslint-define-config": "^1.20.0", |
99 | 100 | "eslint-plugin-prettier": "^4.2.1",
|
100 |
| - "eslint-plugin-vue": "^9.11.0", |
101 |
| - "lint-staged": "^13.2.1", |
| 101 | + "eslint-plugin-vue": "^9.13.0", |
| 102 | + "lint-staged": "^13.2.2", |
102 | 103 | "postcss": "^8.4.23",
|
103 | 104 | "postcss-html": "^1.5.0",
|
104 | 105 | "postcss-scss": "^4.0.6",
|
105 | 106 | "prettier": "^2.8.8",
|
106 |
| - "rimraf": "^5.0.0", |
107 |
| - "rollup": "^3.20.7", |
108 |
| - "sass": "^1.62.0", |
109 |
| - "stylelint": "^15.6.0", |
| 107 | + "rimraf": "^5.0.1", |
| 108 | + "rollup": "^3.22.0", |
| 109 | + "sass": "^1.62.1", |
| 110 | + "stylelint": "^15.6.2", |
110 | 111 | "stylelint-config-html": "^1.1.0",
|
111 | 112 | "stylelint-config-recommended": "^12.0.0",
|
112 | 113 | "stylelint-config-standard": "^33.0.0",
|
113 | 114 | "stylelint-order": "^6.0.3",
|
114 |
| - "terser": "^5.17.1", |
| 115 | + "terser": "^5.17.4", |
115 | 116 | "typescript": "5.0.4",
|
116 |
| - "unplugin-auto-import": "^0.15.3", |
| 117 | + "unplugin-auto-import": "^0.16.0", |
117 | 118 | "unplugin-element-plus": "^0.7.1",
|
118 | 119 | "unplugin-vue-components": "^0.24.1",
|
119 |
| - "vite": "4.3.1", |
| 120 | + "vite": "4.3.8", |
120 | 121 | "vite-plugin-compression": "^0.5.1",
|
121 | 122 | "vite-plugin-ejs": "^1.6.4",
|
122 | 123 | "vite-plugin-eslint": "^1.8.1",
|
|
125 | 126 | "vite-plugin-svg-icons": "^2.0.1",
|
126 | 127 | "vite-plugin-top-level-await": "^1.3.0",
|
127 | 128 | "vite-plugin-vue-setup-extend-plus": "^0.1.0",
|
128 |
| - "vite-plugin-windicss": "^1.8.10", |
129 |
| - "vue-tsc": "^1.4.4", |
| 129 | + "vite-plugin-windicss": "^1.9.0", |
| 130 | + "vue-tsc": "^1.6.5", |
130 | 131 | "windicss": "^3.5.6"
|
131 | 132 | },
|
132 | 133 | "engines": {
|
|
0 commit comments