|
3 | 3 | "description": "User Management Template", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
| 6 | + "assert": "^2.1.0", |
6 | 7 | "awesome-bootstrap-checkbox": "1.0.1", |
7 | 8 | "axios": "0.18.0", |
8 | 9 | "bootstrap": "4.0.0", |
| 10 | + "buffer": "^6.0.3", |
9 | 11 | "chroma-js": "^2.1.0", |
10 | 12 | "classnames": "^2.2.6", |
11 | 13 | "connected-react-router": "6.3.1", |
| 14 | + "crypto-browserify": "^3.12.0", |
12 | 15 | "draft-js": "^0.10.5", |
13 | 16 | "enzyme": "3.9.0", |
14 | 17 | "enzyme-adapter-react-16": "1.10.0", |
15 | 18 | "file-saver": "2.0.1", |
16 | 19 | "filesize": "4.1.2", |
17 | 20 | "formik": "1.5.1", |
18 | 21 | "history": "4.7.2", |
| 22 | + "https-browserify": "^1.0.0", |
19 | 23 | "jsonwebtoken": "^8.5.1", |
20 | 24 | "line-awesome": "github:icons8/line-awesome", |
21 | 25 | "lodash": "4.17.11", |
22 | 26 | "md5": "2.2.1", |
23 | 27 | "moment": "^2.22.2", |
24 | | - "node-sass": "4.12.0", |
| 28 | + "os-browserify": "^0.3.0", |
| 29 | + "process": "^0.11.10", |
25 | 30 | "rc-color-picker": "^1.2.6", |
26 | 31 | "rc-hammerjs": "0.6.9", |
27 | 32 | "react": "^16.8.3", |
28 | 33 | "react-animate-height": "^2.0.16", |
| 34 | + "react-app-rewired": "^2.2.1", |
29 | 35 | "react-bootstrap": "^1.0.0-beta.16", |
30 | 36 | "react-bootstrap-table": "4.1.5", |
31 | 37 | "react-dev-utils": "^10.2.1", |
|
34 | 40 | "react-router": "4.3.1", |
35 | 41 | "react-router-dom": "4.3.1", |
36 | 42 | "react-router-hash-link": "^1.2.1", |
37 | | - "react-scripts": "2.1.8", |
| 43 | + "react-scripts": "^5.0.1", |
38 | 44 | "react-scrollspy": "^3.3.5", |
39 | 45 | "react-test-render": "1.1.1", |
40 | 46 | "react-toastify": "^5.4.0", |
|
44 | 50 | "redux": "4.0.1", |
45 | 51 | "redux-devtools-extension": "2.13.8", |
46 | 52 | "redux-thunk": "2.3.0", |
| 53 | + "sass": "^1.69.5", |
47 | 54 | "sass-loader": "7.1.0", |
48 | 55 | "skycons": "^1.0.0", |
| 56 | + "stream-browserify": "^3.0.0", |
| 57 | + "stream-http": "^3.2.0", |
49 | 58 | "styled-components": "4.1.3", |
| 59 | + "url": "^0.11.4", |
| 60 | + "vm-browserify": "^1.1.2", |
50 | 61 | "yup": "0.26.10" |
51 | 62 | }, |
52 | 63 | "scripts": { |
53 | | - "build": "cross-env REACT_APP_ENVIRONMENT=production react-scripts build", |
54 | | - "start": "cross-env REACT_APP_ENVIRONMENT=development react-scripts start" |
| 64 | + "build": "cross-env REACT_APP_ENVIRONMENT=production react-app-rewired --openssl-legacy-provider build", |
| 65 | + "start": "cross-env REACT_APP_ENVIRONMENT=development react-app-rewired --openssl-legacy-provider start" |
55 | 66 | }, |
56 | 67 | "eslintConfig": { |
57 | 68 | "extends": "react-app" |
|
62 | 73 | "not ie <= 11", |
63 | 74 | "not op_mini all" |
64 | 75 | ], |
| 76 | + "engines": { |
| 77 | + "node": "^20.15" |
| 78 | + }, |
65 | 79 | "devDependencies": { |
66 | 80 | "@babel/helper-call-delegate": "7.8.7", |
67 | 81 | "@types/jest": "24.0.9", |
|
0 commit comments