-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.72 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "react-tree",
"version": "0.0.1",
"description": "react tree file structure organation structure or hierachy data structure",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --hot --inline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xxShawn/React-Tree.git"
},
"keywords": [
"react",
"tree",
"hierachy",
"files",
"orgnization"
],
"author": "Shawn",
"license": "ISC",
"bugs": {
"url": "https://github.com/xxShawn/React-Tree/issues"
},
"homepage": "https://github.com/xxShawn/React-Tree#readme",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.26.0",
"extract-text-webpack-plugin": "^1.0.1",
"handlebars": "^4.0.11",
"handlebars-loader": "^1.6.0",
"html-webpack-plugin": "^2.24.1",
"jquery": "^3.1.1",
"less": "^2.7.3",
"less-loader": "^2.2.3",
"moment": "^2.17.0",
"prop-types": "^15.6.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"classnames": "^2.2.5",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.30.1",
"immutable": "^3.8.1",
"moment": "^2.18.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"url-loader": "^0.5.9",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.16.5"
}
}