xh-htmlword 1.1.7 → 1.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xh-htmlword",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "type": "module",
5
5
  "description": "用于html页转word文档的工具",
6
6
  "files": [
@@ -21,7 +21,10 @@
21
21
  },
22
22
  "devDependencies": {
23
23
  "sass": "^1.75.0",
24
- "vite": "^5.0.10"
24
+ "vite": "^5.0.10",
25
+ "element-plus": "^2.7.0",
26
+ "vue": "^3.4.23",
27
+ "@vitejs/plugin-vue": "^5.0.4"
25
28
  },
26
29
  "keywords": [
27
30
  "word",
@@ -30,10 +33,7 @@
30
33
  "author": "xuhao",
31
34
  "license": "ISC",
32
35
  "dependencies": {
33
- "@vitejs/plugin-vue": "^5.0.4",
34
- "element-plus": "^2.7.0",
35
36
  "file-saver": "^2.0.5",
36
- "html2canvas": "^1.4.1",
37
- "vue": "^3.4.23"
37
+ "html2canvas": "^1.4.1"
38
38
  }
39
39
  }