33 "description" : " User Management Template" ,
44 "private" : true ,
55 "dependencies" : {
6+ "assert" : " ^2.1.0" ,
67 "awesome-bootstrap-checkbox" : " 1.0.1" ,
78 "axios" : " 0.18.0" ,
89 "bootstrap" : " 4.0.0" ,
10+ "buffer" : " ^6.0.3" ,
911 "chroma-js" : " ^2.1.0" ,
1012 "classnames" : " ^2.2.6" ,
1113 "connected-react-router" : " 6.3.1" ,
14+ "crypto-browserify" : " ^3.12.0" ,
1215 "draft-js" : " ^0.10.5" ,
1316 "enzyme" : " 3.9.0" ,
1417 "enzyme-adapter-react-16" : " 1.10.0" ,
1518 "file-saver" : " 2.0.1" ,
1619 "filesize" : " 4.1.2" ,
1720 "formik" : " 1.5.1" ,
1821 "history" : " 4.7.2" ,
22+ "https-browserify" : " ^1.0.0" ,
1923 "jsonwebtoken" : " ^8.5.1" ,
2024 "line-awesome" : " github:icons8/line-awesome" ,
2125 "lodash" : " 4.17.11" ,
2226 "md5" : " 2.2.1" ,
2327 "moment" : " ^2.22.2" ,
28+ "os-browserify" : " ^0.3.0" ,
29+ "process" : " ^0.11.10" ,
2430 "rc-color-picker" : " ^1.2.6" ,
2531 "rc-hammerjs" : " 0.6.9" ,
2632 "react" : " ^16.8.3" ,
2733 "react-animate-height" : " ^2.0.16" ,
34+ "react-app-rewired" : " ^2.2.1" ,
2835 "react-bootstrap" : " ^1.0.0-beta.16" ,
2936 "react-bootstrap-table" : " 4.1.5" ,
3037 "react-dev-utils" : " ^10.2.1" ,
3340 "react-router" : " 4.3.1" ,
3441 "react-router-dom" : " 4.3.1" ,
3542 "react-router-hash-link" : " ^1.2.1" ,
36- "react-scripts" : " ^3.4.4 " ,
43+ "react-scripts" : " ^5.0.1 " ,
3744 "react-scrollspy" : " ^3.3.5" ,
3845 "react-test-render" : " 1.1.1" ,
3946 "react-toastify" : " ^5.4.0" ,
4653 "sass" : " ^1.69.5" ,
4754 "sass-loader" : " 7.1.0" ,
4855 "skycons" : " ^1.0.0" ,
56+ "stream-browserify" : " ^3.0.0" ,
57+ "stream-http" : " ^3.2.0" ,
4958 "styled-components" : " 4.1.3" ,
59+ "url" : " ^0.11.4" ,
60+ "vm-browserify" : " ^1.1.2" ,
5061 "yup" : " 0.26.10"
5162 },
5263 "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"
5566 },
5667 "eslintConfig" : {
5768 "extends" : " react-app"
7182 "cross-env" : " 5.2.0" ,
7283 "less" : " 3.9.0"
7384 }
74- }
85+ }
0 commit comments