-
Notifications
You must be signed in to change notification settings - Fork 174
/
package.json
52 lines (52 loc) · 1.52 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
52
{
"name": "flux-react-router-example",
"version": "0.2.0",
"description": "A sample app featuring Flux and React Router",
"dependencies": {
"babel-runtime": "^5.1.10",
"core-js": "^0.9.6",
"flux": "^2.0.1",
"history": "^1.8.4",
"humps": "0.0.1",
"invariant": "^2.0.0",
"keymirror": "^0.1.1",
"normalizr": "^0.1.2",
"react": "^0.13.2",
"react-document-title": "^1.0.0",
"react-pure-render": "^1.0.1",
"react-router": "^1.0.0-beta4",
"selectn": "^0.9.6",
"underscore": "^1.8.2",
"whatwg-fetch": "^0.7.0"
},
"devDependencies": {
"babel-core": "^5.4.5",
"babel-eslint": "^3.1.6",
"babel-loader": "^5.0.0",
"babel-plugin-react-transform": "^1.0.1",
"eslint": "^0.21.2",
"eslint-plugin-react": "^2.3.0",
"express": "^4.13.3",
"react-transform-catch-errors": "^0.1.1",
"react-transform-webpack-hmr": "^0.1.2",
"redbox-react": "^1.0.1",
"webpack": "^1.8.4",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.0.0"
},
"scripts": {
"start": "node server.js",
"build": "webpack --config webpack.config.production.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/gaearon/flux-react-router-example.git"
},
"author": "Dan Abramov <[email protected]> (http://github.com/gaearon)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaearon/flux-react-router-example/issues"
},
"homepage": "https://github.com/gaearon/flux-react-router-example"
}