|
16 | 16 | "react-minimal-pie-chart": "^8.0.1",
|
17 | 17 | "react-redux": "^7.1.1",
|
18 | 18 | "react-router-dom": "^5.1.2",
|
19 |
| - "react-scripts": "^4.0.0", |
| 19 | + "react-scripts": "^5.0.0", |
20 | 20 | "redux": "^4.0.4",
|
21 | 21 | "redux-devtools-extension": "^2.13.8",
|
22 | 22 | "redux-thunk": "^2.3.0",
|
23 | 23 | "semantic-ui-css": "^2.4.1",
|
24 |
| - "semantic-ui-react": "^0.88.2" |
| 24 | + "semantic-ui-react": "^2.0.0" |
25 | 25 | },
|
26 | 26 | "scripts": {
|
27 | 27 | "analyze": "source-map-explorer 'build/static/js/*.js'",
|
28 | 28 | "start": "craco start",
|
29 | 29 | "build": "craco build",
|
30 | 30 | "test": "craco test --env=jsdom",
|
31 |
| - "eject": "craco eject" |
| 31 | + "eject": "craco eject", |
| 32 | + "postinstall": "semantic-ui-css-patch" |
32 | 33 | },
|
33 | 34 | "browserslist": {
|
34 | 35 | "production": [
|
|
43 | 44 | ]
|
44 | 45 | },
|
45 | 46 | "devDependencies": {
|
| 47 | + "@babel/core": "^7.16.12", |
| 48 | + "@babel/eslint-parser": "^7.16.5", |
46 | 49 | "@craco/craco": "^6.0.0",
|
47 |
| - "@semantic-ui-react/craco-less": "^1.2.1", |
| 50 | + "@semantic-ui-react/craco-less": "^2.0.0", |
| 51 | + "@semantic-ui-react/css-patch": "^1.0.0", |
48 | 52 | "craco-alias": "^2.1.1",
|
49 | 53 | "eslint-config-prettier": "^6.5.0",
|
50 | 54 | "eslint-config-react-app": "^5.2.0",
|
|
0 commit comments