-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "reactnode",
"version": "1.0.0",
"description": "",
"main": "server.js",
"engines": {
"node": "10.16.0",
"npm": "6.9.2"
},
"scripts": {
"start": "node server",
"server": "nodemon server",
"client": "npm run start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\" \"npm run webhookTunnel\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client",
"webhookTunnel": "lt --port 9000 --subdomain akjsdhf8687asdf9",
"ngrok" : "ngrok http:8080"
},
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^6.4.0",
"body-parser": "^1.19.0",
"concurrently": "^4.1.1",
"cookie-session": "^1.3.3",
"express": "^4.17.1",
"localtunnel": "^1.9.2",
"lodash": "^4.17.15",
"mongoose": "^5.6.8",
"ngrok": "^3.2.5",
"nodemon": "^1.19.1",
"passport": "^0.4.0",
"passport-google-oauth20": "^2.0.0",
"path-parser": "^4.2.0",
"stripe": "^7.6.0"
}
}