-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 843 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
{
"dependencies": {
"@babel/runtime": "^7.21.5",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"dotenv": "^16.0.3",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.4",
"koa-body": "^6.0.1",
"koa-parameter": "^3.0.1",
"koa-router": "^12.0.0",
"koa-static": "^5.0.0",
"koa2-cors": "^2.0.6",
"mysql2": "^2.3.3",
"path": "^0.12.7",
"sequelize": "^6.25.5"
},
"scripts": {
"start": "nodemon ./src/main.js",
"build": "set NODE_ENV=production && webpack --mode production"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"nodemon": "^2.0.20",
"webpack": "^5.83.1",
"webpack-cli": "^5.1.1"
}
}