File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/node_modules /
22/.idea /
3+ build
Original file line number Diff line number Diff line change 55 "private" : true ,
66 "homepage" : " ./" ,
77 "scripts" : {
8- "build" : " cross-env REACT_APP_BACKEND=true NODE_ENV=production PUBLIC_URL='./' react-scripts build" ,
9- "start" : " cross-env REACT_APP_BACKEND=false react-scripts start" ,
10- "dev" : " cross-env react-scripts start" ,
11- "test" : " react-scripts test" ,
8+ "build" : " cross-env REACT_APP_BACKEND=true NODE_ENV=production PUBLIC_URL='./' react-scripts --openssl-legacy-provider build" ,
9+ "start" : " cross-env REACT_APP_BACKEND=false react-scripts --openssl-legacy-provider start" ,
10+ "dev" : " cross-env react-scripts --openssl-legacy-provider start" ,
11+ "test" : " react-scripts --openssl-legacy-provider test" ,
1212 "format" : " prettier --write src/"
1313 },
1414 "dependencies" : {
7777 " not ie <= 11" ,
7878 " not op_mini all"
7979 ],
80+ "engines" : {
81+ "node" : " ^20.15"
82+ },
8083 "devDependencies" : {
8184 "@babel/helper-call-delegate" : " ^7.12.13" ,
8285 "@testing-library/jest-dom" : " ^5.17.0" ,
9194 "eslint-plugin-css-modules" : " ^2.12.0" ,
9295 "sass" : " ^1.69.5"
9396 }
94- }
97+ }
You can’t perform that action at this time.
0 commit comments