-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.16 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
51
52
{
"name": "wasabiD",
"version": "0.9.22",
"description": "wasabi UI——PC端前端框架",
"keywords": [
"react",
"wasabi"
],
"repository": {
"type": "git",
"url": "https://github.com/wangzhiyonglyk/wasabiD.git"
},
"author": {
"name": "wangzhiyonglyk"
},
"maintainers": [
{
"name": "wangzhiyonglyk",
"email": "[email protected]"
}
],
"license": "ISC",
"main": "lib/index.js",
"scripts": {
"build": "webpack",
"pub": "npm publish"
},
"bugs": {
"url": "https://github.com/wangzhiyonglyk/wasabiD/issues"
},
"dependencies": {
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"wangeditor": "^3.1.1",
"wasabi-api": "^0.9.1",
"xlsx": "^0.17.0"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.9",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"css-loader": "^0.23.1",
"mini-css-extract-plugin": "^2.3.0",
"style-loader": "^3.2.1",
"webpack": "^5.47.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}