forked from bananaoomarang/isomorphic-redux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.42 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.42 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
{
"name": "isomorphic-redux",
"version": "1.0.0",
"repository": "https://github.com/bananaoomarang/isomorphic-redux",
"description": "",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=production NODE_PATH=$NODE_PATH:./shared node --harmony .",
"dev": "NODE_PATH=$NODE_PATH:./shared node --harmony .",
"build": "webpack --progress --color -p --config webpack.prod.config.js"
},
"author": "Milo Mordaunt <milomord@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^0.8.1",
"babel": "^6.3.13",
"babel-core": "^6.3.21",
"babel-loader": "^6.2.0",
"babel-plugin-react-transform": "^2.0.0-beta1",
"babel-plugin-transform-class-properties": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"express": "^4.13.3",
"history": "^1.17.0",
"immutable": "^3.7.6",
"object-assign": "^4.0.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "^4.0.2",
"react-router": "^1.0.3",
"redux": "^3.0.5",
"webpack": "^1.12.9"
},
"devDependencies": {
"babel-eslint": "^5.0.0-beta6",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.12.0",
"react-transform-hmr": "^1.0.1",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
}
}