-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "egn4912",
"version": "1.0.0",
"description": "",
"main": "backend/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon backend/server.js",
"start": "node backend/server.js"
},
"author": "Ethan Wobb",
"license": "ISC",
"dependencies": {
"@date-io/date-fns": "^3.0.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@material-ui/core": "^4.12.4",
"@material-ui/data-grid": "^4.0.0-alpha.37",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/lab": "^5.0.0-alpha.165",
"@mui/material": "^5.15.10",
"@mui/styled-engine-sc": "^6.0.0-alpha.16",
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.0.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"date-fns": "^3.3.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"framer-motion": "^11.0.3",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.5.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.5",
"nodemon": "^3.0.1",
"react-toastify": "^9.1.3",
"styled-components": "^6.1.8"
}
}