File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 20
20
" html5-framework" ,
21
21
" javascript-framework"
22
22
],
23
- "publishConfig" : {
24
- "access" : " public"
25
- },
23
+ "publishConfig" : { "access" : " public" },
26
24
"scripts" : {
27
25
"start" : " npx webpack --config webpack.config.js" ,
28
26
"build" : " NODE_ENV=production npx webpack --config webpack.config.js" ,
52
50
"clean-webpack-plugin" : " ^3.0.0" ,
53
51
"file-loader" : " ^6.2.0" ,
54
52
"mini-css-extract-plugin" : " ^1.5.0" ,
53
+ "style-loader" : " ^3.3.1" ,
55
54
"terser-webpack-plugin" : " ^5.1.1" ,
56
55
"uglifyjs-webpack-plugin" : " ^2.2.0" ,
57
56
"webpack" : " ^5.24.4" ,
58
57
"webpack-cli" : " ^4.5.0" ,
59
58
"webpack-log" : " ^3.0.1"
60
59
},
61
60
"dependencies" : {
62
- "@cocreate/docs" : " ^1.4.19 " ,
63
- "@cocreate/hosting" : " ^1.6.18 " ,
61
+ "@cocreate/docs" : " ^1.4.20 " ,
62
+ "@cocreate/hosting" : " ^1.6.21 " ,
64
63
"express" : " ^4.18.2"
65
64
}
66
65
}
You can’t perform that action at this time.
0 commit comments