File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
/node_modules /
2
2
/.idea /
3
+ build
Original file line number Diff line number Diff line change 5
5
"private" : true ,
6
6
"homepage" : " ./" ,
7
7
"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" ,
12
12
"format" : " prettier --write src/"
13
13
},
14
14
"dependencies" : {
77
77
" not ie <= 11" ,
78
78
" not op_mini all"
79
79
],
80
+ "engines" : {
81
+ "node" : " ^20.15"
82
+ },
80
83
"devDependencies" : {
81
84
"@babel/helper-call-delegate" : " ^7.12.13" ,
82
85
"@testing-library/jest-dom" : " ^5.17.0" ,
91
94
"eslint-plugin-css-modules" : " ^2.12.0" ,
92
95
"sass" : " ^1.69.5"
93
96
}
94
- }
97
+ }
You can’t perform that action at this time.
0 commit comments