Staging all basic files.

This commit is contained in:
Patrick Fic
2019-12-03 16:05:34 -07:00
parent 16bd6c3f8a
commit 8bcb4516c5
21 changed files with 10634 additions and 9323 deletions

View File

@@ -1,31 +1,27 @@
{
"name": "bodyshop",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.2.0"
"name": "bodyshop-server",
"version": "0.0.1",
"engines": {
"node": "12.13.1",
"npm": "6.11.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"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"
},
"eslintConfig": {
"extends": "react-app"
"dependencies": {
"body-parser": "^1.18.3",
"compression": "1.7.4",
"cors": "2.8.5",
"dotenv": "7.0.0",
"express": "^4.16.4",
"express-sslify": "^1.2.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
"devDependencies": {
"concurrently": "^4.0.1"
}
}