-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.03 KB
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
{
"name": "surveyss",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js ",
"client": "npm run start --prefix client",
"server": "nodemon index.js",
"dev": "concurrently \"npm run server\" \"npm run client\" \"npm run webhook\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client",
"webhook": "lt -h \"https://surveys.me\" -p 5000 --subdomain smdmkmcdkd"
},
"engines": {
"node": "^10"
},
"author": "",
"license": "ISC",
"dependencies": {
"-": "0.0.1",
"concurrently": "^5.1.0",
"cookie-session": "^1.4.0",
"express": "^4.17.1",
"localtunnel": "^2.0.0",
"lodash": "^4.17.15",
"mongoose": "^5.9.6",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"path-parser": "^6.1.0",
"react-stripe-checkout": "^2.6.3",
"redux-form": "^8.3.3",
"sendgrid": "^5.2.3",
"stripe": "^8.38.0"
}
}