SanHQin 6 달 전
부모
커밋
f63044d41a
1개의 변경된 파일13개의 추가작업 그리고 1개의 파일을 삭제
  1. 13 1
      package.json

+ 13 - 1
package.json

@@ -10,11 +10,14 @@
     "build": "node build/build.js"
   },
   "dependencies": {
+    "@vue-office/docx": "^1.6.2",
+    "@vue/composition-api": "^1.7.2",
     "axios": "^0.21.1",
     "cacache": "^16.1.1",
     "clipboard": "^2.0.10",
     "cocoroboworkpc": "file:",
     "dayjs": "^1.11.7",
+    "docx-preview": "^0.3.2",
     "docxtemplater": "^3.50.0",
     "docxtemplater-image-module-free": "^1.1.1",
     "echarts": "^5.4.2",
@@ -55,6 +58,7 @@
     "vue": "^2.5.2",
     "vue-audio-better": "^3.0.1",
     "vue-cookies": "^1.7.4",
+    "vue-demi": "^0.14.6",
     "vue-markdown": "^2.2.4",
     "vue-pdf": "^4.2.0",
     "vue-router": "^3.0.1",
@@ -114,5 +118,13 @@
     "> 1%",
     "last 2 versions",
     "not ie <= 8"
-  ]
+  ],
+  "babel": {
+    "presets": [
+      "es2015"
+    ],
+    "plugins": [
+      "transform-runtime"
+    ]
+  }
 }