-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.72 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
53
{
"name": "apolloupload",
"version": "1.0.0",
"description": "使用next + apolloUPload +typescript",
"main": "index.js",
"scripts": {
"dev": "yarn dev:prework && yarn dev:watch",
"dev:koa": "yarn dev:prework && yarn dev:watchkoa",
"dev:watch": "concurrently \"tsc --watch\" \"cd ./dist/ && node server.js\" ",
"dev:watchkoa": "concurrently \"tsc --watch\" \"cd ./dist/ && node serverkoa.js\" ",
"dev:prework": "rm -rf ./dist && mkdir ./dist && mkdir ./dist/credentials && cp -rf static ./dist/static && cp ./nextwork/.babelrc ./dist && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polo13999/apolloUpload.git"
},
"author": "polo <polo13999@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/polo13999/apolloUpload/issues"
},
"homepage": "https://github.com/polo13999/apolloUpload#readme",
"dependencies": {
"@types/node": "^9.4.2",
"apollo-cache-inmemory": "^1.1.7",
"apollo-client": "^2.2.2",
"apollo-server-express": "^1.3.2",
"apollo-upload-client": "^7.0.0-alpha.4",
"apollo-upload-server": "^4.0.2",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"concurrently": "^3.5.1",
"express": "^4.16.2",
"graphql": "^0.12.3",
"graphql-server-koa": "^1.3.2",
"graphql-tag": "^2.7.3",
"graphql-tools": "^2.20.1",
"isomorphic-unfetch": "^2.0.0",
"kcors": "^2.2.1",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"koa-compress": "^2.0.0",
"koa-router": "^7.4.0",
"lowdb": "^1.0.0",
"next": "^5.0.0",
"promises-all": "^1.0.0",
"react": "^16.2.0",
"react-apollo": "^2.0.4",
"react-display-name": "^0.2.3",
"react-dom": "^16.2.0",
"shortid": "^2.2.8"
}
}