-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@tinymce-plugin/tp-importword",
"private": false,
"version": "0.0.3-beta.8",
"main": "./index.js",
"module": "./index.js",
"unpkg": "./dist/plugin.min.js",
"jsdelivr": "./dist/plugin.min.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:tsc": "vue-tsc --noEmit && vite build",
"i18n": "node ./src/i18n/i18n-api.js",
"preview": "vite preview"
},
"author": "Li Hailong",
"license": "MIT",
"description": "导入word文档",
"files": [
"dist",
"index.js"
],
"homepage": "https://github.com/tinymce-plugin/tp-importword",
"devDependencies": {
"@tinymce-plugin/vite-build": "^0.0.4",
"@types/node": "^17.0.23",
"eventproxy": "^1.0.0",
"jszip": "^3.9.1",
"tinymce": "5.8.2",
"tinymce-plugin": "^0.0.3-beta.22",
"ts-morph": "^14.0.0",
"tslib": "^2.3.1",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"vue-tsc": "^0.29.8"
},
"dependencies": {
"@tinymce-plugin/i18n-api": "./build/i18n",
"@tinymce-plugin/tp-importword": "^0.0.3-beta.2",
"dom-to-image": "^2.6.0"
}
}