-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 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
{
"name": "wangeditor-plugin-fillinblank",
"description": "wangeditor fill in blank plugin",
"version": "1.1.2",
"main": "index.js",
"module": "index.js",
"author": "Zhu Yanghua",
"license": "MIT",
"keywords": [
"填空",
"空格输入框",
"富文本",
"wangeditor"
],
"repository": {
"type": "git",
"url": "https://github.com/Black-Jacki/wangEditor-plugin-fillinblank.git"
},
"bugs": {
"url": "https://github.com/Black-Jacki/wangEditor-plugin-fillinblank/issues"
},
"files": [
"dist/",
"index.js",
"REMARK.md"
],
"scripts": {
"build": "webpack"
},
"devDependencies": {
"@babel/core": "7.12.10",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.5",
"ts-loader": "^9.3.0",
"typescript": "^4.6.4",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"@wangeditor/editor": "^0.15.15"
},
"peerDependencies": {
"@wangeditor/editor": ">=0.15.15"
}
}