-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.47 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.47 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
{
"name": "my-redux",
"version": "0.0.1",
"description": "Isomorphic Redux React",
"main": "bin/www.js",
"scripts": {
"start": "webpack && NODE_ENV=production node ./bin/www",
"dev": "NODE_ENV=development node ./bin/www"
},
"keywords": [
"react",
"isomorphic",
"universal",
"webpack",
"express",
"hot reloading",
"react-hot-reloader",
"redux",
"starter",
"boilerplate",
"babel"
],
"license": "MIT",
"engines": {
"node": "0.12.x",
"npm": "2.11.x"
},
"dependencies": {
"serve-favicon": "~2.3.0",
"classnames": "^2.1.2",
"css-loader": "0.19.0",
"babel": "6.0.2",
"babel-core": "^5.6.18",
"babel-loader": "^5.1.4",
"babel-plugin-react-transform": "^1.1.0",
"express": "^4.13.3",
"extract-text-webpack-plugin": "~0.8.0",
"history": "^1.9.0",
"jade": "~1.11.0",
"url-loader": "^0.5.6",
"react": "^0.14.0",
"react-document-meta": "2.0.0",
"react-dom": "^0.14.0",
"react-redux": "^4.0.0",
"react-router": "^1.0.0-rc3",
"react-addons-test-utils": "^0.14.0",
"react-transform-hmr": "^1.0.0",
"redux": "^3.0.0",
"redux-thunk": "^0.1.0",
"redux-logger": "^2.0.2",
"redux-router": "^1.0.0-beta3",
"style-loader": "^0.12.3",
"sass-loader": "^0.4.1",
"serialize-javascript": "1.1.2",
"webpack": "^1.9.11",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.2.0",
"webpack-isomorphic-tools": "^2.0.1"
}
}