forked from hjyue1/react-do-tree-select
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.08 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.08 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
43
44
45
46
47
48
49
{
"name": "react-do-tree-select",
"version": "1.3.9",
"description": "",
"main": "index.js",
"scripts": {
"build": "babel src --out-dir lib",
"test": "jest"
},
"author": "hjyue1@163.com",
"repository": {
"type": "git",
"url": "https://github.com/hjyue1/react-do-tree-select"
},
"license": "MIT",
"keywords": [
"react",
"reactjs",
"react-component",
"tree-select",
"tree",
"select",
"virtual-tree",
"virtual-tree-select"
],
"dependencies": {
"prop-types": "^15.6.2",
"react-virtualized": "^9.20.1",
"sinon": "^7.0.0"
},
"peerDependencies": {
"react": "16"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.2",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"jest": "^23.6.0",
"react": "^16.5.2",
"react-dom": "^16.5.2"
}
}