-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
52 lines (52 loc) · 1.21 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": "flummox-isomorphic-demo",
"version": "1.0.0",
"description": "Demo of how to create isomorphic apps using Flummox and react-router",
"main": "app.js",
"scripts": {
"prestart": "make fast-build",
"start": "node lib/server/app.js"
},
"engines": {
"node": ">= 0.11.16",
"iojs": ">= 1.0.0"
},
"engineStrict": true,
"keywords": [
"flummox",
"flux",
"react",
"es6",
"react-router",
"koa"
],
"author": "Andrew Clark <[email protected]>",
"license": "ISC",
"dependencies": {
"flummox": "~2.13.0",
"immutable": "~3.6.2",
"koa": "~0.16.0",
"koa-conditional-get": "~1.0.2",
"koa-etag": "~2.0.0",
"koa-fresh": "0.0.3",
"koa-gzip": "~0.1.0",
"koa-router": "~3.8.0",
"koa-static": "~1.4.9",
"koa-views": "~2.1.2",
"react": "~0.12.2",
"react-document-title": "~0.1.3",
"react-router": "~0.11.6",
"superagent": "~0.21.0",
"then-jade": "~2.2.1"
},
"devDependencies": {
"babel": "^4.4.5",
"babel-core": "^4.4.5",
"babel-loader": "^4.0.0",
"nodemon": "~1.3.6",
"react-hot-loader": "~1.1.4",
"source-map-support": "~0.2.9",
"webpack": "~1.5.3",
"webpack-dev-server": "~1.7.0"
}
}