forked from andyjgelfo/CerealBoxd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 864 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
{
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@sendgrid/mail": "^7.7.0",
"aos": "^2.3.4",
"body-parser": "^1.20.2",
"bootstrap": "^5.2.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"heroku": "^8.0.2",
"history": "^5.3.0",
"jquery": "^3.6.4",
"jsonwebtoken": "^9.0.0",
"mongodb": "^5.1.0",
"nodejs-nodemailer-outlook": "^1.2.4",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.21",
"react-bootstrap": "^2.7.2",
"react-floating-action-button": "^1.0.5",
"react-icons": "^4.8.0",
"react-jwt": "^1.1.8",
"react-modal": "^3.16.1",
"react-router-dom": "^6.9.0"
},
"scripts": {
"start": "node server.js",
"heroku-postbuild": " NPM_CONFIG_PRODUCTION=false npm install --prefix frontend && npm run build --prefix frontend"
}
}