-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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
{
"scripts": {
"start": "node server.js",
"dev": "cross-env NODE_ENV=development nodemon server.js",
"tsc": "tsc",
"prestart": "tsc"
},
"dependencies": {
"aliyun-oss-upload-stream": "^1.3.0",
"aliyun-sdk": "^1.9.22",
"async-busboy": "^0.4.0",
"aws-sdk": "^2.512.0",
"bad-words-chinese": "^1.0.2",
"bluebird": "^3.5.0",
"handlebars": "^4.0.6",
"jsonwebtoken": "^7.3.0",
"koa": "next",
"koa-bodyparser": "next",
"koa-convert": "^1.2.0",
"koa-jwt": "^3.2.1",
"koa-router": "next",
"log4js": "^1.1.1",
"mime": "^1.3.4",
"nodemailer": "^3.1.8",
"pg": "^6.1.5",
"typeorm": "^0.0.11",
"uuid": "^3.0.1"
},
"devDependencies": {
"@types/bluebird": "^3.5.2",
"@types/busboy": "^0.2.3",
"@types/handlebars": "^4.0.32",
"@types/joi": "^10.0.1",
"@types/koa": "^2.0.39",
"@types/koa-bodyparser": "^3.0.23",
"@types/koa-jwt": "^2.1.2",
"@types/koa-router": "^7.0.22",
"@types/log4js": "^0.0.32",
"@types/node": "^7.0.12",
"@types/nodemailer": "^1.3.32",
"@types/pg": "^6.1.38",
"@types/uuid": "^2.0.29",
"cross-env": "^4.0.0",
"nodemon": "^1.11.0",
"typescript": "^2.2.2"
}
}