File tree Expand file tree Collapse file tree 2 files changed +407
-273
lines changed Expand file tree Collapse file tree 2 files changed +407
-273
lines changed Original file line number Diff line number Diff line change 8
8
},
9
9
"scripts" : {
10
10
"start" : " node server.js" ,
11
- "webpack:dev" : " webpack --mode development --config webpack.conf.js --watch --color --progress" ,
12
- "webpack:prod" : " NODE_ENV=production webpack --mode production --config webpack.conf.js --progress" ,
11
+ "webpack:dev" : " NODE_OPTIONS=--openssl-legacy-provide webpack --mode development --config webpack.conf.js --watch --color --progress" ,
12
+ "webpack:prod" : " NODE_ENV=production NODE_OPTIONS=--openssl-legacy-provider webpack --mode production --config webpack.conf.js --progress" ,
13
13
"postinstall" : " npm run updatesemantic && npm run webpack:prod" ,
14
14
"updatesemantic" : " cp App/styles/theme.config ./node_modules/semantic-ui-less/theme.config; rm -Rf ./node_modules/semantic-ui-less/site; cp -R App/styles/site ./node_modules/semantic-ui-less/"
15
15
},
31
31
"body-parser" : " 1.19.0" ,
32
32
"classnames" : " 2.2.6" ,
33
33
"codemirror" : " 5.59.2" ,
34
- "css-loader" : " 5.0.1 " ,
34
+ "css-loader" : " 5.2.7 " ,
35
35
"dayjs" : " 1.11.9" ,
36
36
"emoji-dictionary" : " ^1.0.11" ,
37
37
"eslint" : " 7.18.0" ,
38
38
"eslint-plugin-react" : " 7.22.0" ,
39
39
"express" : " 4.17.1" ,
40
40
"file-loader" : " ^6.2.0" ,
41
41
"graceful-fs" : " 4.2.4" ,
42
- "html-webpack-plugin" : " ^4.5.1 " ,
42
+ "html-webpack-plugin" : " ^4.5.2 " ,
43
43
"javascript-obfuscator" : " 4.0.0" ,
44
44
"less" : " 2.7.1" ,
45
45
"less-loader" : " 7.3.0" ,
65
65
"style-loader" : " 2.0.0" ,
66
66
"threads" : " ^1.6.3" ,
67
67
"url-loader" : " 4.1.1" ,
68
- "webpack" : " 5.17.0 " ,
68
+ "webpack" : " 5.69.1 " ,
69
69
"webpack-cli" : " 4.4.0"
70
70
}
71
71
}
You can’t perform that action at this time.
0 commit comments