Files
bodyshop/package.json
2020-05-28 09:09:30 -07:00

43 lines
1.2 KiB
JSON

{
"name": "bodyshop-server",
"version": "0.0.1",
"license": "UNLICENSED",
"engines": {
"node": "12.16.2",
"npm": "6.11.3"
},
"scripts": {
"setup": "yarn && cd firebase && yarn && cd .. && cd client && yarn ",
"client": "cd client && yarn start",
"server": "nodemon server.js",
"build": "cd client && npm run build",
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\"",
"start": "node server.js",
"heroku-postbuild": "cd client && npm install && npm install --only=dev --no-shrinkwrap && npm run build"
},
"dependencies": {
"body-parser": "^1.18.3",
"cloudinary": "^1.21.0",
"compression": "^1.7.4",
"cors": "2.8.5",
"dinero.js": "^1.8.1",
"dotenv": "8.2.0",
"express": "^4.16.4",
"express-sslify": "^1.2.0",
"firebase-admin": "^8.11.0",
"graphql-request": "^1.8.2",
"handlebars": "^4.7.6",
"node-quickbooks": "^2.0.34",
"nodemailer": "^6.4.4",
"phone": "^2.4.8",
"twilio": "^3.41.1",
"xmlbuilder": "^15.1.1"
},
"devDependencies": {
"concurrently": "^5.1.0",
"eslint": "^6.8.0",
"eslint-plugin-promise": "^4.2.1",
"source-map-explorer": "^2.4.2"
}
}