Setup deployment for Khufu
This commit is contained in:
parent
5d35d66713
commit
9bed3908d3
10 changed files with 101 additions and 39 deletions
32
package.json
32
package.json
|
@ -1,13 +1,17 @@
|
|||
{
|
||||
"name": "dunestash-frontend",
|
||||
"version": "0.1.0",
|
||||
"name": "khufu",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
||||
"@fortawesome/free-brands-svg-icons": "^5.15.3",
|
||||
"@fortawesome/free-regular-svg-icons": "^5.15.3",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
||||
"@fortawesome/react-fontawesome": "^0.1.14",
|
||||
"http-proxy-middleware": "^2.0.1",
|
||||
"express": "^4.17.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
||||
"@fortawesome/free-brands-svg-icons": "^5.15.4",
|
||||
"@fortawesome/free-regular-svg-icons": "^5.15.4",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
||||
"@fortawesome/react-fontawesome": "^0.1.15",
|
||||
"js-file-download": "^0.4.12",
|
||||
"react": "^17.0.2",
|
||||
"react-axios": "^2.0.5",
|
||||
|
@ -17,15 +21,12 @@
|
|||
"react-router-dom": "^5.2.0",
|
||||
"react-scripts": "^4.0.3",
|
||||
"react-toastify": "^7.0.4",
|
||||
"remove": "^0.1.5",
|
||||
"sass": "^1.36.0",
|
||||
"web-vitals": "^2.1.0"
|
||||
"sass": "^1.37.5"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "PORT=52026 react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
"start": "node server/main.js",
|
||||
"start:dev": "PORT=52026 react-scripts start",
|
||||
"build": "react-scripts build"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
|
@ -44,8 +45,5 @@
|
|||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"serve": "^12.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue