-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.55 KB
/
package.json
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
43
44
45
46
47
48
49
50
{
"name": "paste-from-word",
"version": "1.0.5",
"description": "Paste from Microsoft Word without loosing any formatting for all rich text editor.粘贴Word文档内容到任何富文本编辑器,支持多图文",
"main": "dist/index.js",
"scripts": {
"build": "rollup --c",
"dev": "rollup -c -w"
},
"keywords": [
"粘贴word文档",
"Paste Microsoft Word",
"Paste Images from Word",
"rich text editor",
"word image",
"富文本编辑器",
"粘贴 word 文档",
"粘贴 word 图片"
],
"author": "heweifeng",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ihwf/paste-from-word"
},
"bugs": {
"url": "https://github.com/ihwf/paste-from-word/issues"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-external-helpers": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/runtime": "^7.14.6",
"@babel/runtime-corejs3": "^7.14.7",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.2",
"rollup": "^2.52.8",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-uglify": "^6.0.4"
},
"dependencies": {
"core-js": "^3.15.2"
}
}