-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.46 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
{
"name": "koa_ssr_apollo",
"version": "0.0.1",
"description": "React SSR demo based on Koa integrated with Apollo. All project build with fuse-box.",
"main": "src/server/index.js",
"repository": "https://github.com/LucasIcarus/koa_ssr_apollo.git",
"author": "fancy <lucasicarus@hotmail.com>",
"license": "MIT",
"dependencies": {
"apollo-cache-inmemory": "^1.1.12",
"apollo-client": "^2.2.8",
"apollo-link-http": "^1.5.3",
"apollo-link-schema": "^1.0.6",
"apollo-link-state": "^0.4.1",
"config": "^1.30.0",
"graphql": "^0.13.2",
"graphql-tag": "^2.8.0",
"isomorphic-fetch": "^2.2.1",
"koa": "^2.5.0",
"koa-body": "^2.5.0",
"koa-compress": "^2.0.0",
"koa-router": "^7.4.0",
"koa-static": "^4.0.2",
"node-fetch": "^2.1.2",
"prop-types": "^15.6.1",
"react": "^16.3.0",
"react-apollo": "^2.1.2",
"react-document-meta": "^3.0.0-beta.2",
"react-dom": "^16.3.0",
"react-helmet": "^5.2.0",
"react-router-dom": "^4.2.2",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"@types/debug": "^0.0.30",
"@types/koa": "^2.0.45",
"@types/koa-compress": "^2.0.8",
"@types/koa-router": "^7.0.27",
"@types/koa-static": "^4.0.0",
"@types/react": "^16.3.5",
"@types/react-dom": "^16.0.4",
"@types/react-helmet": "^5.0.5",
"@types/react-router-dom": "^4.2.6",
"debug": "^3.1.0",
"fuse-box": "^3.1.3",
"tslint": "^5.9.1",
"typescript": "^2.8.1"
}
}