-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.35 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.35 KB
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": "dockerfarm-backend",
"version": "0.0.1",
"main": "index.js",
"repository": "http://github.com/y0c",
"author": "y0c <wonder789@naver.com>",
"license": "MIT",
"scripts": {
"dev": "nodemon --inspect -w src --exec \"babel-node src\"",
"build": "babel src -s -D -d dist",
"start": "node dist",
"prestart": "npm run -s build"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0"
},
"dependencies": {
"@koa/cors": "2",
"app-root-path": "^2.1.0",
"axios": "^0.18.0",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"boom": "^7.2.0",
"dotenv": "^6.0.0",
"fs-extra": "^7.0.0",
"joi": "^13.4.0",
"jsonwebtoken": "^8.3.0",
"koa": "^2.5.2",
"koa-body": "^4.0.4",
"koa-passport": "^4.1.0",
"koa-router": "^7.4.0",
"lodash": "^4.17.10",
"mkdirp": "^0.5.1",
"moment": "^2.22.2",
"mongoose": "^5.2.3",
"passport-github": "^1.1.0",
"passport-google-oauth20": "^1.0.0",
"passport-jwt": "^4.0.0",
"query-string": "^6.1.0",
"request": "^2.88.0",
"socket.io": "^2.1.1",
"socket.io-cookie": "^0.0.1",
"tar": "^4.4.6",
"tar-stream": "^1.6.1",
"tcp-ping": "^0.1.1",
"url-parse": "^1.4.3",
"winston": "^3.0.0"
}
}