Skip to content

Commit

Permalink
Reverted yarn packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nik012003 committed Apr 29, 2023
1 parent d8e45ff commit dbb92c2
Show file tree
Hide file tree
Showing 4 changed files with 8,360 additions and 6,159 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ RUN mkdir -p build
RUN cp -r caronte pcaps/ scripts/ shared/ test_data/ build/

# Build frontend via yarn
FROM node:20-bullseye-slim as FRONTEND_BUILDER
ENV NODE_OPTIONS=--openssl-legacy-provider
FROM node:16 as FRONTEND_BUILDER

WORKDIR /caronte-frontend

COPY ./frontend ./
RUN yarn install --network-timeout 300000 && yarn build --production=true

RUN yarn install --network-timeout 300000 && yarn build --production=true

# LAST STAGE
FROM debian:bookworm-slim
Expand Down
39 changes: 26 additions & 13 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,34 @@
"version": "1.21.1",
"private": false,
"dependencies": {
"bootstrap": "^5.2.3",
"dompurify": "^3.0.2",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"bootstrap": "^4.4.1",
"bs-custom-file-input": "^1.3.4",
"classnames": "^2.2.6",
"dompurify": "^2.1.1",
"eslint-config-react-app": "^5.2.1",
"http-proxy-middleware": "^1.0.5",
"lodash": "^4.17.20",
"pondjs": "^0.9.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-json-view": "^1.21.3",
"react-reflex": "^4.0.12",
"react-router-dom": "^5.3.4",
"react-scripts": "^5.0.1",
"react-string-replace": "^1.1.0",
"react-tag-autocomplete": "^6.3.0",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-input-mask": "^3.0.0-alpha.2",
"react-json-view": "^1.19.1",
"react-reflex": "^3.1.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-string-replace": "^0.4.4",
"react-tag-autocomplete": "^6.0.0-beta.6",
"react-timeseries-charts": "^0.16.1",
"sass": "^1.62.1",
"typed.js": "^2.0.15"
"sass": "^1.32.12",
"typed.js": "^2.0.11"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading

0 comments on commit dbb92c2

Please sign in to comment.