-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "koa2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": " node ./server/server.js",
"startNext": " node ./server/serveNext.js",
"start:cp": " node ./server/servercp.js",
"startTest": " node ./dist/server/pages/index.js",
"start:cj": " node ./server/chiji_server.js",
"start:express": " node ./server/express.server.js",
"hello": " node ./server/hello.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhangfaliang/koa2.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhangfaliang/koa2/issues"
},
"homepage": "https://github.com/zhangfaliang/koa2#readme",
"dependencies": {
"@material-ui/core": "^4.12.3",
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.3",
"fetch": "^1.1.0",
"koa": "^2.7.0",
"koa-proxies": "^0.6.2",
"koa-router": "^7.4.0",
"koa-sslify": "^5.0.0",
"koa-static": "^4.0.2",
"koa2-cors": "^2.0.6",
"lodash": "^4.17.11",
"pg": "^7.12.0",
"superagent": "^5.1.0"
},
"devDependencies": {
"babel-register": "^6.26.0",
"kick-off-koa": "^2.0.0",
"koa-send": "^4.1.3",
"koa2-proxy": "^1.1.7"
}
}