-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 833 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
{
"name": "first_kitchen",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "nodemon --exec babel-node src/server.js"
},
"author": "JWP",
"license": "MIT",
"dependencies": {
"axios": "^0.26.1",
"bcrypt": "^5.0.1",
"chart.js": "^3.8.0",
"connect-session-sequelize": "^7.1.2",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"ejs": "^3.1.6",
"express": "^4.17.3",
"express-mysql-session": "^2.1.7",
"express-session": "^1.17.2",
"fullcalendar": "^5.11.0",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"mysql2": "^2.3.3",
"redis": "^4.1.0",
"redis-server": "^1.2.2",
"sequelize": "^6.17.0"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/node": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"nodemon": "^2.0.7"
}
}