-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "mod-workshop",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"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": {
"ant-design-vue": "^1.7.8",
"axios": "^0.24.0",
"core-js": "^3.19.1",
"debug": "^4.1.1",
"koa": "^2.7.0",
"koa-body": "^4.2.0",
"koa-convert": "^1.2.0",
"koa-cors": "^0.0.16",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.0",
"koa-onerror": "^4.1.0",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"log4js": "^6.3.0",
"mysql2": "^2.3.3",
"nodemailer": "^6.7.1",
"public-ip": "4.0.4",
"pug": "^2.0.3",
"sequelize": "^6.9.0",
"vue": "^2.6.14",
"vue-router": "3.5.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"nodemon": "^1.19.1",
"vue-template-compiler": "^2.6.14"
}
}