Files
bodyshop/package.json
2021-06-17 08:56:12 -07:00

51 lines
1.4 KiB
JSON

{
"name": "bodyshop-server",
"version": "0.0.1",
"license": "UNLICENSED",
"engines": {
"node": "12.18.3",
"npm": "6.11.3"
},
"scripts": {
"setup": "yarn && cd client && yarn",
"admin": "cd admin && yarn start",
"client": "cd client && yarn start",
"server": "nodemon server.js",
"build": "cd client && yarn run build",
"dev": "concurrently --kill-others-on-fail \"yarn run server\" \"yarn run client\"",
"deva": "concurrently --kill-others-on-fail \"yarn run server\" \"yarn run client\" \"yarn run admin\"",
"start": "node server.js"
},
"dependencies": {
"aws-sdk": "^2.906.0",
"body-parser": "^1.18.3",
"cloudinary": "^1.25.0",
"compression": "^1.7.4",
"cors": "2.8.5",
"csrf": "^3.1.0",
"dinero.js": "^1.8.1",
"dotenv": "9.0.2",
"express": "^4.16.4",
"firebase-admin": "^9.8.0",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"inline-css": "^3.0.0",
"intuit-oauth": "^3.0.2",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"node-fetch": "^2.6.1",
"node-mailjet": "^3.3.1",
"nodemailer": "^6.6.0",
"phone": "^2.4.20",
"stripe": "^8.148.0",
"twilio": "^3.62.0",
"xmlbuilder2": "^2.4.1"
},
"devDependencies": {
"concurrently": "^6.0.2",
"eslint": "^7.24.0",
"eslint-plugin-promise": "^4.3.1",
"source-map-explorer": "^2.5.2"
}
}