|
2 | 2 | "name": "frontend", |
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
| 5 | + "type": "module", |
5 | 6 | "scripts": { |
6 | 7 | "start": "vite", |
7 | 8 | "build": "vite build" |
|
19 | 20 | ] |
20 | 21 | }, |
21 | 22 | "dependencies": { |
22 | | - "@csstools/normalize.css": "10.1.0", |
| 23 | + "@csstools/normalize.css": "12.1.1", |
23 | 24 | "@emotion/core": "11.0.0", |
24 | 25 | "@emotion/styled": "11.14.0", |
25 | | - "@fortawesome/fontawesome-svg-core": "1.2.30", |
26 | | - "@fortawesome/free-solid-svg-icons": "5.14.0", |
| 26 | + "@fortawesome/fontawesome-svg-core": "6.7.2", |
| 27 | + "@fortawesome/free-solid-svg-icons": "6.7.2", |
27 | 28 | "@fortawesome/react-fontawesome": "0.2.2", |
28 | | - "bootstrap": "4.5.2", |
29 | | - "emotion": "10.0.27", |
30 | | - "lodash": "4.17.20", |
31 | | - "react": "^18.2.0", |
32 | | - "react-dom": "^18.2.0", |
33 | | - "react-toastify": "6.0.8", |
| 29 | + "bootstrap": "5.3.3", |
| 30 | + "lodash": "4.17.21", |
| 31 | + "react": "18.2.0", |
| 32 | + "react-dom": "18.2.0", |
| 33 | + "react-error-boundary": "^5.0.0", |
| 34 | + "react-toastify": "11.0.2", |
| 35 | + "react-use-websocket": "4.11.1", |
34 | 36 | "reactstrap": "9.2.3" |
35 | 37 | }, |
36 | 38 | "devDependencies": { |
37 | | - "@babel/core": "^7.26.0", |
38 | | - "@babel/runtime": "7.26.0", |
39 | 39 | "@types/lodash": "4.17.14", |
40 | 40 | "@types/node": "^18", |
41 | 41 | "@types/react": "^18", |
42 | 42 | "@types/react-dom": "^18", |
43 | | - "@types/react-fontawesome": "1.6.4", |
44 | | - "@types/reactstrap": "8.5.1", |
45 | | - "@vitejs/plugin-react": "^4.0.1", |
46 | | - "@welldone-software/why-did-you-render": "4.2.7", |
47 | | - "babel-plugin-emotion": "10.0.33", |
| 43 | + "@types/react-fontawesome": "1.6.8", |
| 44 | + "@vitejs/plugin-react": "^4.3.4", |
48 | 45 | "cross-env": "^7.0.3", |
49 | | - "vite": "^4.3.9" |
| 46 | + "vite": "^6.0.7" |
50 | 47 | } |
51 | 48 | } |
0 commit comments