File tree Expand file tree Collapse file tree 5 files changed +21
-556
lines changed
Expand file tree Collapse file tree 5 files changed +21
-556
lines changed Original file line number Diff line number Diff line change 44 "version" : " 2.0.0" ,
55 "scripts" : {
66 "build:webpack" : " webpack --config webpack.config.js" ,
7- "build:11ty" : " npx @11ty/ eleventy" ,
8- "build" : " npm run build:webpack && npm run build:11ty" ,
9- "start" : " concurrently \" webpack --watch\" \" npx @11ty/ eleventy --serve\" "
7+ "build:11ty" : " eleventy" ,
8+ "build" : " pnpm run build:webpack && pnpm run build:11ty" ,
9+ "start" : " concurrently \" webpack --watch\" \" eleventy --serve\" "
1010 },
1111 "repository" : {
1212 "type" : " git" ,
2121 },
2222 "devDependencies" : {
2323 "@11ty/eleventy" : " 3.0.0" ,
24- "autoprefixer" : " 10.4.27" ,
2524 "concurrently" : " 9.2.1" ,
2625 "css-loader" : " 7.1.4" ,
2726 "css-minimizer-webpack-plugin" : " 7.0.4" ,
2827 "html-minifier" : " 4.0.0" ,
2928 "mini-css-extract-plugin" : " 2.10.0" ,
30- "postcss" : " 8.5.6" ,
31- "postcss-loader" : " 8.2.1" ,
32- "sass" : " 1.97.3" ,
33- "sass-loader" : " 16.0.7" ,
3429 "sharp" : " 0.34.5" ,
35- "style-loader" : " 4.0.0" ,
3630 "webpack" : " 5.105.3" ,
3731 "webpack-cli" : " 6.0.1" ,
3832 "yaml" : " 2.8.2"
You can’t perform that action at this time.
0 commit comments