-
- Downloads
production fixes
Showing
- Dockerfile 4 additions, 5 deletionsDockerfile
- package.json 2 additions, 3 deletionspackage.json
- public/index.html 1 addition, 1 deletionpublic/index.html
- src/components/forms/AddEventForm.js 2 additions, 2 deletionssrc/components/forms/AddEventForm.js
- src/components/forms/ConfirmModal.js 0 additions, 1 deletionsrc/components/forms/ConfirmModal.js
- src/setupProxy.js 0 additions, 6 deletionssrc/setupProxy.js
{ | ||
"name": "kszkepzes-frontend", | ||
"version": "0.2.0", | ||
"proxy": "http://127.0.0.1:8000/", | ||
"private": false, | ||
"dependencies": { | ||
"axios": "^0.19.2", | ||
"eslint-plugin-flowtype": "^4.6.0", | ||
"http-proxy-middleware": "^0.20.0", | ||
"moment": "^2.24.0", | ||
"npm": "^6.13.7", | ||
"prop-types": "^15.7.2", | ||
... | ... | @@ -29,7 +27,8 @@ |
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test --env=jsdom", | ||
"eject": "react-scripts eject" | ||
"eject": "react-scripts eject", | ||
"deploy": "serve -l 3000 -s build" | ||
}, | ||
"devDependencies": { | ||
"eslint": "6.8.0", | ||
... | ... |
src/setupProxy.js
deleted
100644 → 0
Please register or sign in to comment