-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 991 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": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@mui/core": "^5.0.0-alpha.54",
"@mui/icons-material": "^5.1.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cliapp": "^1.1.4",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"downloads-folder": "^3.0.1",
"express": "^4.17.1",
"express-session": "^1.17.2",
"formik": "^2.2.9",
"handlebars": "^4.7.7",
"joi": "^17.4.2",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.2.0",
"mongoose": "^6.0.13",
"nodemailer": "^6.7.1",
"popups": "^1.1.3",
"react": "^17.0.2",
"react-bootstrap": "^2.0.2",
"react-carousel-minimal": "^1.4.1",
"react-dom": "^17.0.2",
"requests": "^0.3.0",
"yup": "^0.32.11"
}
}