-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "mywebsite",
"version": "1.0.0",
"description": "'Ethan Meitz's Website",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cd front_end && npm run build",
"install-client": "cd front_end && npm install",
"heroku-postbuild": "npm run install-client && npm run build",
"client": "cd front_end && npm start",
"save": "git add -A && git commit -m \"automated push\" && git push"
},
"engines": {
"node": ">=13.0.0",
"npm": ">=7.0.0"
},
"keywords": [],
"author": "Ethan Meitz",
"license": "ISC",
"dependencies": {
"axios": "^1.2.1",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"express-sslify": "^1.2.0",
"heroku": "^7.67.1",
"mongodb": "^4.12.1",
"mongoose": "^6.8.0",
"nodejs-nodemailer-outlook": "^1.2.4",
"nodemailer": "^6.8.0",
"nodemon": "^2.0.20",
"react-scroll": "^1.8.8"
},
"proxy": "http://localhost:5000"
}