-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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
44
45
46
47
{
"name": "group-3-project-2",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"seed": "node ./seeds/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cameronoberlies/Group-3-Project-2.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cameronoberlies/Group-3-Project-2/issues"
},
"homepage": "https://github.com/cameronoberlies/Group-3-Project-2#readme",
"dependencies": {
"@fullcalendar/core": "^6.1.7",
"@fullcalendar/daygrid": "^6.1.7",
"@fullcalendar/interaction": "^6.1.7",
"@google-cloud/local-auth": "^2.1.0",
"bcrypt": "^5.1.0",
"bootstrap-icons": "^1.10.5",
"connect-session-sequelize": "^7.1.6",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-handlebars": "^7.0.7",
"express-session": "^1.17.3",
"fullcalendar-scheduler": "^6.1.7",
"googleapis": "^105.0.0",
"handlebars": "^4.7.7",
"jshint": "^2.13.6",
"mysql2": "^3.3.0",
"nodemailer": "^6.9.2",
"normalize.css": "^8.0.1",
"sequelize": "^6.31.1"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}