|
4 | 4 | "description": "Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. \nPermission is hereby granted, free of charge, to any person obtaining a copy of this \nsoftware and associated documentation files (the 'Software'), to deal in the Software \nwithout restriction, including without limitation the rights to use, copy, modify,\nmerge, publish, distribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so.\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,\nINCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\nPARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", |
5 | 5 | "private": true, |
6 | 6 | "dependencies": { |
7 | | - "@fortawesome/fontawesome-svg-core": "^1.2.36", |
8 | | - "@fortawesome/free-solid-svg-icons": "^5.15.4", |
9 | | - "@fortawesome/react-fontawesome": "^0.1.16", |
10 | | - "axios": "^0.24.0", |
11 | | - "bootstrap": "^4.6.1", |
12 | | - "jsonwebtoken": "^8.5.1", |
13 | | - "moment": "^2.29.1", |
| 7 | + "@fortawesome/fontawesome-svg-core": "^6.5.1", |
| 8 | + "@fortawesome/free-solid-svg-icons": "^6.5.1", |
| 9 | + "@fortawesome/react-fontawesome": "^0.2.0", |
| 10 | + "axios": "^1.6.7", |
| 11 | + "bootstrap": "^5.3.3", |
| 12 | + "crypto-browserify": "^3.12.0", |
| 13 | + "jwt-decode": "^4.0.0", |
| 14 | + "moment": "^2.30.1", |
14 | 15 | "npm-force-resolutions": "^0.0.10", |
15 | | - "prop-types": "^15.7.2", |
16 | | - "react": "^16.14.0", |
17 | | - "react-bootstrap": "^1.6.4", |
18 | | - "react-dom": "^16.14.0", |
19 | | - "react-redux": "^7.2.6", |
20 | | - "react-router-dom": "^5.3.0", |
21 | | - "react-scripts": "^4.0.1", |
22 | | - "redux": "^4.1.2", |
23 | | - "redux-thunk": "^2.4.1", |
| 16 | + "prop-types": "^15.8.1", |
| 17 | + "react": "^18.2.0", |
| 18 | + "react-bootstrap": "^2.10.1", |
| 19 | + "react-dom": "^18.2.0", |
| 20 | + "react-redux": "^9.1.0", |
| 21 | + "react-router-dom": "^6.22.2", |
| 22 | + "react-scripts": "^5.0.1", |
| 23 | + "redux": "^5.0.1", |
| 24 | + "redux-thunk": "^3.1.0", |
24 | 25 | "request": "^2.88.2" |
25 | 26 | }, |
26 | 27 | "resolutions": { |
|
32 | 33 | "ansi-html": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz" |
33 | 34 | }, |
34 | 35 | "scripts": { |
35 | | - "preinstall": "([ ! -f package-lock.json ] && npm install --package-lock-only --ignore-scripts --no-audit); npx npm-force-resolutions", |
36 | 36 | "start": "react-scripts start", |
37 | 37 | "build": "react-scripts build", |
38 | 38 | "test": "react-scripts test", |
|
52 | 52 | "last 1 firefox version", |
53 | 53 | "last 1 safari version" |
54 | 54 | ] |
| 55 | + }, |
| 56 | + "devDependencies": { |
| 57 | + "@babel/plugin-proposal-private-property-in-object": "^7.21.11" |
55 | 58 | } |
56 | 59 | } |
0 commit comments