-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 924 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
{
"name": "rabbit_notification_service",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@sendgrid/mail": "^7.7.0",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.3",
"cors": "^2.8.5",
"csvtojson": "^2.0.10",
"dbconnect": "^0.3.2",
"express": "^4.18.1",
"express-async-handler": "^1.2.0",
"font-awesome": "^4.7.0",
"jsonwebtoken": "^8.5.1",
"material-ui": "^1.0.0-beta.47",
"mongoose": "^6.3.3",
"node-fetch": "^2.6.7",
"react-bootstrap": "^2.4.0",
"react-router-dom": "^5.3.3",
"request": "^2.88.2",
"stripe": "^9.4.0"
},
"devDependencies": {
"dotenv": "^16.0.1",
"nodemon": "^2.0.16"
}
}