|
3 | 3 | "version": "8.2.2", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
6 | | - "build": "cross-env REACT_APP_BACKEND=true cross-env PUBLIC_URL='./' react-scripts --openssl-legacy-provider build", |
7 | | - "start": "react-scripts --openssl-legacy-provider start", |
8 | | - "start:backend": "cross-env REACT_APP_BACKEND=true react-scripts --openssl-legacy-provider start", |
9 | | - "test": "react-scripts --openssl-legacy-provider test" |
| 6 | + "build": "cross-env REACT_APP_BACKEND=true cross-env PUBLIC_URL='./' react-app-rewired --openssl-legacy-provider build", |
| 7 | + "start": "react-app-rewired --openssl-legacy-provider start", |
| 8 | + "start:backend": "cross-env REACT_APP_BACKEND=true react-app-rewired --openssl-legacy-provider start", |
| 9 | + "test": "react-app-rewired --openssl-legacy-provider test" |
10 | 10 | }, |
11 | 11 | "browserslist": [ |
12 | 12 | ">0.2%", |
|
28 | 28 | "@fullcalendar/timegrid": "5.11.0", |
29 | 29 | "animate.css": "4.1.1", |
30 | 30 | "apexcharts": "^3.40.0", |
| 31 | + "assert": "^2.1.0", |
31 | 32 | "awesome-bootstrap-checkbox": "https://github.com/flatlogic/awesome-bootstrap-checkbox#bump-to-bootstrap5", |
32 | 33 | "axios": "^0.27.2", |
33 | 34 | "bootstrap": "5.2.3", |
| 35 | + "bootstrap-icons": "^1.11.3", |
| 36 | + "buffer": "^6.0.3", |
34 | 37 | "classnames": "^2.3.2", |
35 | 38 | "connected-react-router": "6.9.3", |
| 39 | + "crypto-browserify": "^3.12.0", |
36 | 40 | "draft-js": "^0.11.7", |
37 | 41 | "echarts": "^4.9.0", |
38 | 42 | "echarts-for-react": "^2.0.16", |
|
44 | 48 | "highcharts": "^10.3.3", |
45 | 49 | "highcharts-react-official": "^3.2.0", |
46 | 50 | "history": "^4.10.1", |
| 51 | + "https-browserify": "^1.0.0", |
47 | 52 | "jasny-bootstrap": "^4.0.0", |
48 | 53 | "jsonwebtoken": "^8.5.1", |
49 | 54 | "line-awesome": "^1.3.0", |
50 | 55 | "md5": "^2.3.0", |
51 | 56 | "messenger": "https://github.com/HubSpot/messenger.git", |
52 | 57 | "moment": "^2.29.4", |
53 | 58 | "nvd3": "1.8.6", |
| 59 | + "os-browserify": "^0.3.0", |
| 60 | + "process": "^0.11.10", |
54 | 61 | "rc-color-picker": "^1.2.6", |
55 | 62 | "rc-hammerjs": "0.6.10", |
56 | 63 | "rc-slider": "^9.7.5", |
|
59 | 66 | "react-animated-number": "^0.4.4", |
60 | 67 | "react-apexcharts": "^1.4.0", |
61 | 68 | "react-app-polyfill": "^0.2.2", |
| 69 | + "react-app-rewired": "^2.2.1", |
62 | 70 | "react-autosize-textarea": "^5.0.1", |
| 71 | + "react-bootstrap-icons": "^1.11.4", |
63 | 72 | "react-bootstrap-table": "4.3.1", |
64 | 73 | "react-bootstrap-table-next": "^3.3.5", |
65 | 74 | "react-bootstrap-table2-paginator": "^2.1.2", |
|
77 | 86 | "react-router": "5.3.3", |
78 | 87 | "react-router-dom": "5.3.3", |
79 | 88 | "react-router-hash-link": "^2.4.3", |
| 89 | + "react-scripts": "^5.0.1", |
80 | 90 | "react-scrollspy": "^3.4.3", |
81 | 91 | "react-select": "^3.2.0", |
82 | 92 | "react-shuffle": "2.1.0", |
|
95 | 105 | "redux": "^4.2.1", |
96 | 106 | "redux-thunk": "^2.4.1", |
97 | 107 | "rickshaw": "1.7.1", |
98 | | - "react-scripts": "^3.4.4", |
99 | 108 | "sass": "^1.69.5", |
100 | 109 | "sass-loader": "^10", |
101 | 110 | "showdown": "^1.9.1", |
102 | 111 | "skycons": "^1.0.0", |
103 | 112 | "sortablejs": "1.15.1", |
| 113 | + "stream-browserify": "^3.0.0", |
| 114 | + "stream-http": "^3.2.0", |
104 | 115 | "styled-components": "^5.3.10", |
| 116 | + "url": "^0.11.4", |
105 | 117 | "uuid": "^8.3.2", |
106 | | - "yup": "^0.32.11", |
107 | | - "react-bootstrap-icons": "^1.11.4", |
108 | | - "bootstrap-icons": "^1.11.3" |
| 118 | + "vm-browserify": "^1.1.2", |
| 119 | + "yup": "^0.32.11" |
109 | 120 | }, |
110 | 121 | "engines": { |
111 | 122 | "node": "^20.15" |
|
0 commit comments