-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.3 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
{
"name": "react-redux-skeleton",
"version": "1.0.0",
"description": "Skeleton for react/redux/redux-router/webpack projects",
"start": "node server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"redux",
"redux-router",
"webpack",
"flux"
],
"author": "Laurence Roberts <lsjroberts@outlook.com>",
"license": "MIT",
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.0",
"css-loader": "^0.19.0",
"express": "^4.13.3",
"file-loader": "^0.8.4",
"inquirer": "^0.11.0",
"node-sass": "^3.3.3",
"raw-loader": "^0.5.1",
"react-transform-hmr": "^1.0.0",
"react-transform-catch-errors": "1.0.0",
"redbox-react": "1.1.1",
"redux-devtools": "^2.1.5",
"sass-loader": "^3.0.0",
"style-loader": "^0.12.4",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.4.1"
},
"dependencies": {
"history": "^1.12.6",
"react": "^0.14.0-rc1",
"react-dom": "^0.14.0-rc1",
"react-redux": "^3.1.0",
"react-router": "^2.0.0",
"redux": "^3.0.2",
"redux-logger": "^2.0.2",
"redux-router": "^1.0.0-beta7",
"redux-thunk": "^1.0.0"
}
}