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" ,
28
+ "os-browserify" : " ^0.3.0" ,
29
+ "process" : " ^0.11.10" ,
24
30
"rc-color-picker" : " ^1.2.6" ,
25
31
"rc-hammerjs" : " 0.6.9" ,
26
32
"react" : " ^16.8.3" ,
27
33
"react-animate-height" : " ^2.0.16" ,
34
+ "react-app-rewired" : " ^2.2.1" ,
28
35
"react-bootstrap" : " ^1.0.0-beta.16" ,
29
36
"react-bootstrap-table" : " 4.1.5" ,
30
37
"react-dev-utils" : " ^10.2.1" ,
33
40
"react-router" : " 4.3.1" ,
34
41
"react-router-dom" : " 4.3.1" ,
35
42
"react-router-hash-link" : " ^1.2.1" ,
36
- "react-scripts" : " ^3.4.4 " ,
43
+ "react-scripts" : " ^5.0.1 " ,
37
44
"react-scrollspy" : " ^3.3.5" ,
38
45
"react-test-render" : " 1.1.1" ,
39
46
"react-toastify" : " ^5.4.0" ,
46
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 --openssl-legacy-provider build" ,
54
- "start" : " cross-env REACT_APP_ENVIRONMENT=development react-scripts --openssl-legacy-provider 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"
71
82
"cross-env" : " 5.2.0" ,
72
83
"less" : " 3.9.0"
73
84
}
74
- }
85
+ }
0 commit comments