-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.79 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
58
59
60
61
62
63
64
65
{
"name": "leeblogbe",
"version": "1.0.0",
"description": "个人博客网站api",
"main": "index.js",
"scripts": {
"test": "echo ok",
"debug": "babel-node index --inspect --debug-brk --nolazy index",
"dev:babel": "babel-node index",
"dev": "nodemon --exec npm run dev:babel -L -i ./config",
"lint": "eslint --ext .js ./",
"lint-fix": "eslint --fix ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haitaodesign/LeeBlogBE.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/haitaodesign/LeeBlogBE/issues"
},
"homepage": "https://github.com/haitaodesign/LeeBlogBE#readme",
"dependencies": {
"acm-client": "^3.0.0",
"axios": "^0.18.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.7.0",
"config-lite": "^2.1.0",
"dayjs": "^1.5.17",
"ip": "^1.1.5",
"js-md5": "^0.7.3",
"jsonwebtoken": "^8.2.1",
"koa": "^2.5.1",
"koa-body": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-jwt": "^3.3.1",
"koa-multer": "^1.0.2",
"koa-router": "^7.4.0",
"koa-swagger-decorator": "^1.5.11",
"koa-validate": "^1.0.7",
"koa2-cors": "^2.0.5",
"log4js": "^2.5.3",
"marked": "^0.5.1",
"mongolass": "^4.2.0",
"mongoose": "^4.13.18",
"objectid-to-timestamp": "^1.3.0",
"qiniu": "^7.2.1",
"v-click-outside": "^2.0.1",
"vue-shortkey": "^3.1.6"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"nodemon": "^1.18.7"
}
}