-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 962 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": "beer-itda-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"local": "nodemon ./bin/www"
},
"dependencies": {
"axios": "^0.24.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"ejs": "^3.1.6",
"express": "~4.16.1",
"express-session": "^1.17.2",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"logger": "^0.0.1",
"morgan": "~1.9.1",
"mysql2": "^2.3.2",
"node-fetch": "^3.2.0",
"path": "^0.12.7",
"qs": "^6.10.1",
"sequelize": "^6.9.0",
"sequelize-cli": "^6.4.1",
"sequelize-cursor-pagination": "^2.3.0",
"winston": "^3.3.3"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/node": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"nodemon": "^2.0.15"
}
}