-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.63 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "fitocity-backend",
"version": "3.0.0",
"description": "This package deals with the backend functionality of the project",
"scripts": {
"start": "nodemon server",
"build": "cd react-ui/ && npm install --force && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.iu.edu/sdabhane/SEGroup4Fitocity"
},
"engines": {
"node": "18.9.1",
"npm": "8.19.2"
},
"cacheDirectories": [
"node_modules",
"react-ui/node_modules"
],
"author": "",
"license": "ISC",
"dependencies": {
"@duosecurity/duo_universal": "^2.0.1",
"@google-cloud/storage": "^6.5.2",
"@syncfusion/ej2-react-schedule": "^20.3.58",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"concurrently": "^7.4.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-openid-connect": "^2.8.0",
"express-session": "^1.17.3",
"gapi": "^0.0.3",
"is-empty": "^1.2.0",
"jsonwebtoken": "^8.5.1",
"mongod": "^2.0.0",
"mongodb": "^4.10.0",
"mongoose": "^6.6.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node": "^18.11.0",
"node-2fa": "^2.0.3",
"nodemailer": "^6.8.0",
"nodemon": "^2.0.20",
"otplib": "^12.0.1",
"passport": "^0.6.0",
"passport-custom": "^1.1.1",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.0",
"passport-totp": "^0.0.2",
"sequelize": "^6.25.3",
"validator": "^13.7.0"
},
"nodemonConfig": {
"ignore": [
"./react-ui/*"
]
}
}