add:增加对非Vue框架的预览支持

This commit is contained in:
liyulin 2023-07-02 17:08:15 +08:00
parent 53eb3b3d3a
commit a84ee1401d
3 changed files with 3 additions and 10 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@js-preview/docx",
"type" :"module",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "lib/index.js",
"files": [
@ -37,6 +37,5 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"docx-preview": "^0.1.14"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@js-preview/excel",
"type" :"module",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "lib/index.js",
"files": [
@ -37,10 +37,5 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"x-data-spreadsheet": "^1.1.9",
"lodash": "^4.17.21",
"exceljs": "^4.3.0",
"tinycolor2": "^1.6.0",
"dayjs": "^1.11.7"
}
}

View File

@ -1,7 +1,7 @@
{
"name": "@js-preview/pdf",
"type" :"module",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"main": "lib/index.js",
"files": [
@ -36,6 +36,5 @@
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"lodash": "^4.17.21"
}
}