-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.12 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
{
"name": "mobx-treeview",
"version": "1.0.0",
"description": "Minimal example of tree component using mobx.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daimeng/mobx-treeview.git"
},
"keywords": [
"react",
"reactjs",
"tree",
"treeview",
"mobx"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/daimeng/mobx-treeview/issues"
},
"homepage": "https://github.com/daimeng/mobx-treeview#readme",
"devDependencies": {
"@kadira/storybook": "^2.21.0",
"css-loader": "^0.26.0",
"font-awesome": "^4.7.0",
"font-awesome-webpack": "^0.0.4",
"less": "^2.7.1",
"react-fontawesome": "^1.4.0"
},
"dependencies": {
"aphrodite": "^1.1.0",
"mobx": "^2.6.3",
"mobx-react": "^4.0.3",
"react": "^15.4.1",
"react-dom": "^15.4.1"
},
"peerDependencies": {
"mobx-react": "^4.0.3",
"react": "^15.4.1"
}
}