-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.64 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
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "react-redux-webpack-boilerplate",
"version": "0.1.1",
"description": "",
"main": "",
"scripts": {
"lint": "eslint 'app/**/*'",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --devtool eval --progress --hot --colors --content-base app",
"dev": "gulp",
"product": "gulp product",
"validate": "npm ls"
},
"keywords": [
"es6",
"react",
"redux",
"react-redux",
"webpack",
"boilerplate"
],
"dependencies": {
"axios": "^0.15.2",
"classnames": "^2.2.5",
"cookie": "^0.3.1",
"es6-promise": "^4.0.5",
"lodash": "^4.16.2",
"object-assign": "^4.1.0",
"qs": "^6.2.1",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.25.0",
"eslint": "^3.7.1",
"eslint-plugin-react": "^6.4.1",
"exports-loader": "^0.6.3",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.13",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"html-webpack-plugin": "^2.22.0",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"redux-logger": "^2.7.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1",
"webpack-merge": "^0.14.1"
}
}