|
@@ -13,21 +13,38 @@
|
|
|
"@vitejs/plugin-vue": "^2.2.0",
|
|
|
"sass": "^1.49.9",
|
|
|
"vite": "^2.8.0",
|
|
|
- "vite-plugin-vue2": "^1.9.3"
|
|
|
+ "vite-plugin-vue2": "^1.9.3",
|
|
|
+ "vite-plugin-windicss": "^1.8.8",
|
|
|
+ "vue-template-compiler": "2.6.14",
|
|
|
+ "windicss": "^3.5.6"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@vue/composition-api": "^1.4.9",
|
|
|
"@vueuse/core": "^8.1.1",
|
|
|
"axios": "^0.26.1",
|
|
|
+ "clipboard": "^2.0.11",
|
|
|
"default-passive-events": "^2.0.0",
|
|
|
- "echarts": "^5.3.2",
|
|
|
+ "docxtemplater": "^3.31.6",
|
|
|
+ "echarts": "^5.4.0",
|
|
|
"element-ui": "^2.15.6",
|
|
|
+ "file-saver": "^2.0.5",
|
|
|
+ "html-docx-js": "^0.3.1",
|
|
|
+ "html2canvas": "^1.4.1",
|
|
|
+ "jszip-utils": "^0.1.0",
|
|
|
+ "lodash-es": "^4.17.21",
|
|
|
"normalize.css": "^8.0.1",
|
|
|
"path-browserify": "^1.0.1",
|
|
|
"path-to-regexp": "^6.2.0",
|
|
|
- "pinia": "^2.0.12",
|
|
|
+ "pinia": "^2.0.23",
|
|
|
+ "pizzip": "^3.1.3",
|
|
|
+ "print-js": "^1.6.0",
|
|
|
+ "qrcode": "^1.5.1",
|
|
|
+ "require": "^2.4.20",
|
|
|
+ "sortablejs": "^1.15.0",
|
|
|
+ "vue": "^2.6.14",
|
|
|
+ "vue-pdf": "^4.3.0",
|
|
|
"vue-qr": "^4.0.9",
|
|
|
"vue-router": "^3.5.3",
|
|
|
- "vue-template-compiler": "^2.6.14"
|
|
|
+ "xlsx": "^0.18.5"
|
|
|
}
|
|
|
}
|