Prepared for Garden

This commit is contained in:
Dunemask 2021-11-06 20:11:52 -06:00
parent 96ebe71cb6
commit 4bfe7bebc2
9 changed files with 45 additions and 67 deletions

View file

@ -7,9 +7,7 @@
"dependencies": {
"axios": "^0.21.1",
"express": "^4.17.1",
"http-proxy-middleware": "^2.0.1"
},
"devDependencies": {
"http-proxy-middleware": "^2.0.1",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
@ -21,16 +19,20 @@
"react-dropzone": "^11.3.4",
"react-fontawesome": "^1.7.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-toastify": "^7.0.4",
"sass": "^1.37.5"
},
"devDependencies": {
"react-scripts": "^4.0.3",
"nodemon": "^2.0.14"
},
"scripts": {
"start": "node server/index.js",
"start:dev": "nodemon server/index.js",
"start:react": "react-scripts start",
"build:react": "react-scripts build",
"build:all": "npm run build:react && docker-compose build"
"start:garden": "KHUFU_DEV_PORT=52035 node server/index.js",
"start:garden:dev": "nodemon server/index.js & CI=true PORT=52035 CAIRO_PROXY_URL=http://localhost:52002 NUBIAN_PROXY_URL=http://localhost:52002 react-scripts start"
},
"browserslist": {
"production": [
@ -43,11 +45,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"nodemonConfig": {
"env": {
"CAIRO_PUBLIC_URL": "http://localhost:52000",
"NUBIAN_INTERNAL_URL": "http://localhost:52001"
}
}
}