File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 3636 "@types/node" : " ^12.0.0" ,
3737 "@types/react" : " ^16.9.53" ,
3838 "@types/react-dom" : " ^16.9.8" ,
39+ "customize-cra" : " ^1.0.0" ,
3940 "react" : " ^17.0.1" ,
41+ "react-app-rewired" : " ^2.1.6" ,
4042 "react-dom" : " ^17.0.1" ,
4143 "react-scripts" : " 4.0.1" ,
4244 "typescript" : " ^4.0.3" ,
6062 " last 1 safari version"
6163 ]
6264 },
63- "devDependencies" : {
64- "customize-cra" : " ^1.0.0" ,
65- "react-app-rewired" : " ^2.1.6"
66- }
65+ "devDependencies" : {}
6766}
Original file line number Diff line number Diff line change 77 "@types/node" : " ^12.0.0" ,
88 "@types/react" : " ^16.9.53" ,
99 "@types/react-dom" : " ^16.9.8" ,
10+ "customize-cra" : " ^1.0.0" ,
1011 "react" : " ^17.0.1" ,
12+ "react-app-rewired" : " ^2.1.6" ,
1113 "react-dom" : " ^17.0.1" ,
1214 "react-scripts" : " 4.0.1" ,
1315 "typescript" : " ^4.0.3" ,
1820 "build" : " yarn tsc && react-app-rewired build" ,
1921 "test" : " react-app-rewired test" ,
2022 "eject" : " react-app-rewired eject"
21- },
22- "devDependencies" : {
23- "customize-cra" : " ^1.0.0" ,
24- "react-app-rewired" : " ^2.1.6"
2523 }
2624}
You can’t perform that action at this time.
0 commit comments