-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "react-fullstart",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "node devServer.js"
},
"author": "Jonathan Huang <jon@levity.io>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.3.15",
"babel-eslint": "^5.0.0-beta4",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.0",
"eslint": "^1.10.3",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-react": "^3.11.3",
"eventsource-polyfill": "^0.9.6",
"express": "^4.13.3",
"redux-devtools": "^3.0.1",
"rimraf": "^2.4.3",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
},
"dependencies": {
"history": "^1.17.0",
"lodash.curry": "^3.0.2",
"lodash.throttle": "^3.0.4",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "^4.0.5",
"react-router": "^1.0.3",
"recompose": "^0.14.1",
"redux": "^3.0.5",
"redux-router": "^1.0.0-beta5",
"redux-thunk": "^1.0.2",
"superagent": "^1.6.1"
}
}