-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.11 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
{
"name": "wasabi-tree",
"version": "0.3.7",
"description": "tree组件",
"keywords": [
"react",
"wasabi",
"tree"
],
"repository": {
"type": "git",
"url": "https://github.com/wangzhiyonglyk/wasabi-tree.git"
},
"author": {
"name": "wangzhiyonglyk"
},
"maintainers": [
{
"name": "wangzhiyonglyk",
"email": "wangzhiyonglyk@163.com"
}
],
"license": "ISC",
"main": "lib/index.js",
"scripts": {
"build": "webpack",
"pub": "npm publish"
},
"bugs": {
"url": "https://github.com/wangzhiyonglyk/wasabi-tree/issues"
},
"dependencies": {
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"wasabi-api": "^0.9.3"
},
"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"
}
}