-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
executable file
·43 lines (43 loc) · 1.07 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
{
"name": "wxbot",
"version": "2.0.2",
"description": "微信机器人",
"author": "lwp",
"repository": {
"type": "git",
"url": "https://github.com/beclass/wxbot"
},
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "pm2 start pm2.config.js --env production",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.9.7",
"ant-design-vue": "^1.1.10",
"core-js": "^2.6.11",
"cross-env": "^5.2.0",
"jsonwebtoken": "^8.5.1",
"koa": "^2.6.2",
"koa-bodyparser": "^4.3.0",
"koa-jwt": "^3.6.0",
"koa-router": "^8.0.8",
"log4js": "^6.2.1",
"moment": "^2.24.0",
"mongoose": "^5.9.10",
"node-schedule": "^1.3.2",
"node-uuid": "^1.4.8",
"nuxt": "^2.0.0",
"qrcodejs2": "^0.0.2",
"urllib": "^2.34.2",
"wechaty": "^0.56.6",
"wechaty-puppet-padlocal": "^0.4.0"
},
"devDependencies": {
"node-sass": "^4.9.4",
"nodemon": "^1.18.9",
"sass-loader": "^7.1.0"
}
}