webpack-critical-pages
Version:
Automatically generate critical css for a well-defined paging structure on multiple entrypoints.
30 lines (29 loc) • 674 B
JSON
{
"name": "webpack-critical-pages",
"version": "0.2.3",
"description": "Automatically generate critical css for a well-defined paging structure on multiple entrypoints.",
"author": "Peter Waldert <peter@waldert.at>",
"license": "MIT",
"keywords": [
"webpack",
"critical",
"entrypoints",
"utility"
],
"main": "src/index.ts",
"dependencies": {
"bent": "^7.3.12",
"penthouse": "^2.3.3",
"@types/bent": "^7.3.8"
},
"devDependencies": {
"@types/bun": "^1.3.5"
},
"repository": {
"type": "git",
"url": "https://github.com/MrP01/webpack-critical-pages"
},
"peerDependencies": {
"typescript": "^5.9.3"
}
}