Skip to content

Commit

Permalink
fix front lock
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvlasov committed Nov 6, 2021
1 parent dac8ec6 commit 1a54473
Show file tree
Hide file tree
Showing 3 changed files with 774 additions and 1,901 deletions.
3 changes: 0 additions & 3 deletions front/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@ COPY package.json ./
COPY yarn.lock ./
RUN yarn install --production

# set to your ip
ENV REACT_APP_API_URL="ip:port"

COPY . /app
CMD ["yarn","start"]
100 changes: 50 additions & 50 deletions front/package.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
{
"name": "reac-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@wojtekmaj/react-daterange-picker": "^3.3.2",
"axios": "^0.23.0",
"mapbox-gl": "^2.5.1",
"react": "^17.0.2",
"react-date-range": "^1.4.0",
"react-dom": "^17.0.2",
"react-map-gl": "^6.1.17",
"react-mapbox-gl": "^5.1.1",
"react-modal": "^3.14.3",
"react-scripts": "^4.0.3",
"react-scroll": "^1.8.4",
"react-select": "^5.1.0",
"react-simple-maps": "^2.3.0",
"web-vitals": "^2.1.2"
},
"scripts": {
"start": "set PORT=1022 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"yarn-upgrade-all": "^0.5.4"
}
}
"name": "reac-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"axios": "^0.23.0",
"date-fns": "^2.0.0-beta.5",
"mapbox-gl": "^2.5.1",
"react": "^17.0.2",
"react-date-range": "^1.4.0",
"react-dom": "^17.0.2",
"react-map-gl": "^6.1.17",
"react-mapbox-gl": "^5.1.1",
"react-modal": "^3.14.3",
"react-scripts": "^4.0.3",
"react-scroll": "^1.8.4",
"react-select": "^5.1.0",
"react-simple-maps": "^2.3.0",
"web-vitals": "^2.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"yarn-upgrade-all": "^0.5.4"
}
}
Loading

0 comments on commit 1a54473

Please sign in to comment.