|
40 | 40 | "url": "https://github.com/YunaiV/ruoyi-vue-pro"
|
41 | 41 | },
|
42 | 42 | "dependencies": {
|
43 |
| - "@riophae/vue-treeselect": "0.4.0", |
44 | 43 | "@babel/parser": "7.7.4",
|
| 44 | + "@riophae/vue-treeselect": "0.4.0", |
45 | 45 | "axios": "0.27.2",
|
| 46 | + "bpmn-js-token-simulation": "0.10.0", |
46 | 47 | "clipboard": "2.0.8",
|
47 |
| - "core-js": "^3.25.3", |
| 48 | + "core-js": "^3.26.0", |
| 49 | + "crypto-js": "^4.0.0", |
48 | 50 | "echarts": "4.9.0",
|
49 | 51 | "element-ui": "2.15.10",
|
50 | 52 | "file-saver": "2.0.5",
|
51 | 53 | "fuse.js": "6.4.3",
|
52 | 54 | "highlight.js": "9.18.5",
|
53 | 55 | "js-beautify": "1.13.0",
|
54 | 56 | "jsencrypt": "3.3.1",
|
55 |
| - "crypto-js": "^4.0.0", |
| 57 | + "min-dash": "3.5.2", |
56 | 58 | "nprogress": "0.2.0",
|
57 | 59 | "quill": "1.3.7",
|
58 | 60 | "screenfull": "5.0.2",
|
59 | 61 | "sortablejs": "1.10.2",
|
60 |
| - "vue": "2.6.12", |
| 62 | + "throttle-debounce": "2.1.0", |
| 63 | + "vue": "2.7.0", |
61 | 64 | "vue-count-to": "1.0.13",
|
62 | 65 | "vue-cropper": "0.5.5",
|
63 | 66 | "vue-meta": "^2.4.0",
|
64 | 67 | "vue-router": "3.4.9",
|
65 | 68 | "vuedraggable": "2.24.3",
|
66 | 69 | "vuex": "3.6.0",
|
67 |
| - "bpmn-js-token-simulation": "0.10.0", |
68 |
| - "min-dash": "3.5.2", |
69 |
| - "xml-js": "1.6.11", |
70 |
| - "throttle-debounce": "2.1.0" |
| 70 | + "xml-js": "1.6.11" |
71 | 71 | },
|
72 | 72 | "devDependencies": {
|
73 |
| - "@vue/cli-plugin-babel": "4.4.6", |
74 |
| - "@vue/cli-plugin-eslint": "4.4.6", |
75 |
| - "@vue/cli-service": "4.4.6", |
| 73 | + "@vue/cli-plugin-babel": "4.5.18", |
| 74 | + "@vue/cli-plugin-eslint": "4.5.18", |
| 75 | + "@vue/cli-service": "4.5.18", |
76 | 76 | "@vue/compiler-sfc": "^3.0.1",
|
77 | 77 | "@vue/eslint-config-prettier": "^5.0.0",
|
78 | 78 | "babel-eslint": "10.1.0",
|
| 79 | + "bpmn-js": "8.9.0", |
| 80 | + "bpmn-js-properties-panel": "0.46.0", |
79 | 81 | "chalk": "4.1.0",
|
80 | 82 | "compression-webpack-plugin": "5.0.2",
|
81 | 83 | "connect": "3.6.6",
|
82 | 84 | "eslint": "7.15.0",
|
83 |
| - "eslint-plugin-vue": "7.2.0", |
| 85 | + "eslint-config-airbnb-base": "^14.0.0", |
| 86 | + "eslint-plugin-import": "^2.26.0", |
| 87 | + "eslint-plugin-prettier": "^3.1.0", |
| 88 | + "eslint-plugin-vue": "9.0.0", |
| 89 | + "fs-extra": "^8.1.0", |
84 | 90 | "lint-staged": "10.5.3",
|
85 |
| - "sass": "1.32.13", |
86 | 91 | "runjs": "4.4.2",
|
| 92 | + "sass": "1.32.13", |
87 | 93 | "sass-loader": "10.1.1",
|
88 | 94 | "script-ext-html-webpack-plugin": "2.1.5",
|
89 | 95 | "svg-sprite-loader": "5.1.1",
|
90 |
| - "vue-template-compiler": "2.6.12", |
91 |
| - "vue2-ace-editor": "^0.0.15", |
92 |
| - "bpmn-js": "8.9.0", |
93 |
| - "bpmn-js-properties-panel": "0.46.0", |
94 |
| - "eslint-plugin-prettier": "^3.1.0", |
95 |
| - "fs-extra": "^8.1.0", |
96 | 96 | "terser-webpack-plugin": "^4.2.3",
|
97 |
| - "webpack-bundle-analyzer": "^3.9.0", |
98 |
| - "eslint-config-airbnb-base": "^14.0.0", |
99 |
| - "eslint-plugin-import": "^2.20.0" |
| 97 | + "vue2-ace-editor": "^0.0.15", |
| 98 | + "webpack-bundle-analyzer": "^3.9.0" |
100 | 99 | },
|
101 | 100 | "engines": {
|
102 | 101 | "node": ">=8.9",
|
|
0 commit comments