-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "blog",
"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": {
"debug": "^3.1.0",
"ejs": "^2.6.1",
"ejs-lint": "^0.3.0",
"formidable": "^1.2.1",
"jade": "^1.11.0",
"jquery": "^3.3.1",
"jstransformer-markdown-it": "^2.1.0",
"koa": "^2.5.1",
"koa-bodyparser": "^4.2.1",
"koa-convert": "^1.2.0",
"koa-csrf": "^3.0.6",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.0",
"koa-onerror": "^4.0.0",
"koa-router": "^7.4.0",
"koa-session": "^5.8.1",
"koa-static": "^5.0.0",
"koa-views": "^6.1.4",
"markdown-it": "^8.4.1",
"markdown-it-anchor": "^5.0.2",
"markdown-it-decorate": "^1.2.2",
"markdown-it-table-of-contents": "^0.4.3",
"mysql2": "^1.5.3",
"npm": "^6.14.6",
"pm2": "^2.10.4",
"pug": "^2.0.3",
"semantic-ui": "^2.4.2",
"sequelize": "^4.38.0",
"simditor": "^2.3.23"
},
"devDependencies": {
"nodemon": "^1.17.5"
}
}