forked from luqin/react-jstree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.17 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": "react-jstree",
"version": "1.0.0",
"description": "React wrapper for jstree",
"main": "lib/index.js",
"scripts": {
"lint": "eslint src",
"start": "gulp dev",
"test": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luqin/react-jstree.git"
},
"keywords": [
"jstree",
"tree",
"react",
"react-jstree",
"react-component"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/luqin/react-jstree/issues"
},
"homepage": "https://github.com/luqin/react-jstree",
"dependencies": {
"babel-runtime": "^5.8.20",
"classnames": "^2.1.5",
"jstree": "^3.2.1",
"react": "^0.14.0",
"react-dom": "^0.14.0"
},
"devDependencies": {
"babel": "5.8.23",
"babel-core": "5.8.23",
"babel-eslint": "^4.1.1",
"babel-plugin-object-assign": "^1.1.0",
"eslint": "1.4.3",
"eslint-config-airbnb": "0.1.0",
"eslint-plugin-react": "3.4.1",
"gulp": "^3.9.0",
"node-sass": "3.3.2",
"react-bootstrap": "^0.27.1",
"react-component-tools": "^0.1.9",
"react-router": "1.0.0-rc3",
"webpack": "1.12.2",
"webpack-dev-server": "1.10.1"
}
}