Compare View

switch
from
...
to
 
Commits (2)
frontend/front/package.json
... ... @@ -35,17 +35,20 @@
35 35 ]
36 36 },
37 37 "dependencies": {
  38 + "@amap/amap-jsapi-loader": "^1.0.1",
  39 + "@handsontable/vue": "^4.1.1",
38 40 "@jiaminghi/data-view": "^2.10.0",
  41 + "@zxing/library": "^0.21.3",
39 42 "axios": "^0.21.1",
40 43 "clipboard": "^2.0.10",
41 44 "core-js": "^3.25.1",
42 45 "dhtmlx-gantt": "6.3.7",
  46 + "dingtalk-jsapi": "^2.10.3",
43 47 "echarts": "^5.3.2",
44 48 "echarts-stat": "^1.2.0",
45   - "@handsontable/vue": "^4.1.1",
46   - "handsontable": "^7.4.2",
47 49 "element-ui": "^2.15.6",
48 50 "file-saver": "^2.0.5",
  51 + "handsontable": "^7.4.2",
49 52 "hotent-portal": "1.0.0-peony",
50 53 "hotent-ui": "1.0.6-peony",
51 54 "html2canvas": "^1.3.2",
... ... @@ -82,8 +85,7 @@
82 85 "vuedraggable": "^2.24.3",
83 86 "vuex": "^3.6.2",
84 87 "wangeditor": "^4.7.10",
85   - "xlsx": "^0.16.6",
86   - "dingtalk-jsapi": "^2.10.3"
  88 + "xlsx": "^0.16.6"
87 89 },
88 90 "devDependencies": {
89 91 "@babel/plugin-proposal-optional-chaining": "^7.17.12",
... ...