-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.78 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
{
"name": "react-redux-material_ui-boilerplate",
"version": "1.0.0",
"description": "A boilerplate for React + Redux + Material UI + ES6 syntax application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --hot --inline --progress --colors",
"build": "webpack --progress --colors"
},
"repository": {
"type": "git",
"url": "https://github.com/takanabe/react-redux-material_ui-boilerplate.git"
},
"keywords": [
"React",
"webpack",
"Redux",
"Bable",
"ES6"
],
"author": "https://github.com/takanabe",
"license": "MIT",
"bugs": {
"url": "https://github.com/takanabe/react-redux-material_ui-boilerplate/issues"
},
"homepage": "",
"devDependencies": {
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.3",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-runtime": "^6.6.1",
"css-loader": "^0.23.1",
"eslint": "^2.8.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^5.0.1",
"file-loader": "^0.8.5",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.10.0"
},
"dependencies": {
"classnames": "^2.2.3",
"fbjs": "^0.8.1",
"material-ui": "^0.14.4",
"react": "^0.14.0",
"react-addons-create-fragment": "^0.14.0",
"react-addons-pure-render-mixin": "^0.14.0",
"react-addons-transition-group": "^0.14.0",
"react-addons-update": "^0.14.0",
"react-dom": "^0.14.0",
"react-hot-loader": "^1.3.0",
"react-redux": "^4.4.5",
"react-tap-event-plugin": "^0.2.2",
"redux": "^3.5.0"
}
}