This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.5 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
54
55
56
57
{
"name": "live-server",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node bin/www",
"dev": "./node_modules/.bin/nodemon bin/www",
"prd": "pm2 start bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bs58": "^4.0.1",
"config": "^1.26.1",
"debug": "^2.6.3",
"ejs": "~2.3.3",
"koa": "^2.2.0",
"koa-bodyparser": "^3.2.0",
"koa-convert": "^1.2.0",
"koa-csrf": "^3.0.6",
"koa-json": "^2.0.2",
"koa-logger": "^2.0.1",
"koa-onerror": "^1.2.1",
"koa-passport": "^3.0.0",
"koa-redis": "^3.0.0",
"koa-router": "^7.1.1",
"koa-session": "^5.0.0",
"koa-static": "^3.0.0",
"koa-views": "^5.2.1",
"mysql2": "^1.2.0",
"passport-local": "^1.0.0",
"sequelize": "^4.1.0",
"validator": "^7.0.0"
},
"devDependencies": {
"@types/bs58": "^3.0.30",
"@types/config": "0.0.32",
"@types/debug": "0.0.29",
"@types/ejs": "^2.3.33",
"@types/koa": "^2.0.39",
"@types/koa-bodyparser": "^3.0.23",
"@types/koa-json": "^2.0.16",
"@types/koa-logger": "^2.0.2",
"@types/koa-passport": "^2.0.4",
"@types/koa-router": "^7.0.22",
"@types/koa-static": "^2.0.22",
"@types/koa-views": "^2.0.1",
"@types/node": "^7.0.31",
"@types/sequelize": "^4.0.55",
"@types/validator": "^6.2.0",
"gulp": "^3.9.1",
"gulp-jsbeautifier": "^2.1.0",
"gulp-sass": "^3.1.0",
"gulp-typescript": "^3.1.6",
"nodemon": "^1.8.1",
"typescript": "^2.3.4"
}
}