-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 955 Bytes
/
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
{
"name": "blog_koa2_vue_react",
"version": "1.0.0",
"description": "a blog for koa2 + vue + react",
"private": true,
"scripts": {
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ydiego/blog-kvr"
},
"author": {
"name": "ydiego",
"url": "https://github.com/ydiego",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"@koa/cors": "^3.0.0",
"art-template": "^4.13.2",
"bcryptjs": "^2.4.3",
"graphql": "^15.4.0",
"http-proxy-middleware": "^1.0.1",
"jsonwebtoken": "^8.5.1",
"koa": "^2.11.0",
"koa-art-template": "^1.1.1",
"koa-body": "^4.1.1",
"koa-graphql": "^0.8.0",
"koa-json": "^2.0.2",
"koa-router": "^8.0.8",
"koa-session": "^5.13.1",
"koa-static": "^5.0.0",
"moment": "^2.24.0",
"mysql2": "^2.1.0",
"nodemon": "^2.0.2",
"sequelize": "^5.21.5",
"typescript": "^4.1.2"
}
}