forked from Dattaya/isomorphic-redux-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.55 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
{
"name": "isomorphic-redux",
"version": "1.0.0",
"repository": "https://github.com/bananaoomarang/isomorphic-redux",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=production NODE_PATH=./shared node --harmony .",
"dev": "cross-env NODE_PATH=./shared node --harmony .",
"build": "webpack --progress --color -p --config webpack.prod.config.js"
},
"author": "Milo Mordaunt <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^0.7.0",
"babel": "^6.3.13",
"babel-core": "^6.3.15",
"babel-plugin-transform-decorators-legacy": "^1.3.3",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"body-parser": "^1.14.1",
"cross-env": "^1.0.7",
"express": "^4.13.3",
"express-session": "^1.12.1",
"history": "~1.17.0",
"hoist-non-react-statics": "^1.0.3",
"immutable": "^3.7.5",
"marked": "^0.3.5",
"object-assign": "^4.0.1",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-immutable-proptypes": "^1.5.0",
"react-redux": "^4.0.0",
"react-router": "~1.0.3",
"redux": "^3.0.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"babel-eslint": "^4.1.2",
"babel-loader": "^6.2.0",
"babel-preset-react-hmre": "^1.0.1",
"clean-webpack-plugin": "^0.1.8",
"eslint": "^1.9.0",
"eslint-plugin-react": "^3.8.0",
"webpack": "^1.12.1",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.4.1"
}
}