forked from takanabe/react-redux-material_ui-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.79 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 -d --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.17.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"babel-runtime": "^6.11.6",
"css-loader": "^0.25.0",
"eslint": "^3.7.1",
"eslint-loader": "^1.5.0",
"eslint-plugin-react": "^6.3.0",
"file-loader": "^0.9.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2",
"webpack-hot-middleware": "^2.12.2"
},
"dependencies": {
"classnames": "^2.2.5",
"fbjs": "^0.8.5",
"material-ui": "^0.16.0",
"react": "^15.3.2",
"react-addons-create-fragment": "^15.3.2",
"react-addons-pure-render-mixin": "^15.3.2",
"react-addons-transition-group": "^15.3.2",
"react-addons-update": "^15.3.2",
"react-dom": "^15.3.2",
"react-hot-loader": "^1.3.0",
"react-redux": "^4.4.5",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.6.0"
}
}