-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "project-yes",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UTSCCSCC01/project-yes.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/UTSCCSCC01/project-yes/issues"
},
"homepage": "https://github.com/UTSCCSCC01/project-yes#readme",
"dependencies": {
"bcrpyt": "^2.0.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^5.3.1",
"mongodb": "^3.6.2",
"node-schedule": "^1.3.2",
"nodemailer": "^6.4.14",
"passport": "^0.4.1",
"passport-cookie": "^1.0.8",
"passport-local": "^1.0.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.2.0"
}
}