-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.38 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.38 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
50
51
52
{
"name": "react-pretty-treeview",
"version": "1.0.34",
"description": "React Tree View",
"main": "./index.js",
"scripts": {
"build": "babel source -d build",
"storybook": "start-storybook -p 3001 -c .storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thisJJ/react-pretty-treeview.git"
},
"keywords": [
"react",
"tree",
"view",
"treeview",
"react-tree-view",
"react-treeview"
],
"author": "Thinnakrit",
"license": "ISC",
"bugs": {
"url": "https://github.com/thisJJ/react-pretty-treeview/issues"
},
"homepage": "https://github.com/thisJJ/react-pretty-treeview#readme",
"dependencies": {
"@storybook/react": "^3.2.10",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-istanbul": "^4.1.6",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"cross-env": "^5.1.5",
"immutable": "^3.8.2",
"lodash": "^4.17.10",
"path": "^0.12.7",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-styled-components": "^1.5.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1"
}
}