mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-11-23 00:44:27 +01:00
critical css inlined
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "> A curated list of Docker resources and projects Inspired by [@sindresorhus](https://github.com/sindresorhus)' [awesome][sindresorhus] and improved by these **[amazing contributors](https://github.com/veggiemonk/awesome-docker/graphs/contributors)**.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "rimraf ./dist/ && node build.js",
|
||||
"build": "rimraf ./dist/ && node build.js && rimraf ./website/index.html",
|
||||
"convert": "showdown makehtml -i README.md -o README.html --omitExtraWLInCodeBlocks --simplifiedAutoLink --excludeTrailingPunctuationFromURLs --literalMidWordUnderscores --strikethrough --tables --tablesHeaderId --ghCodeBlocks --tasklists --disableForced4SpacesIndentedSublists --simpleLineBreaks --requireSpaceBeforeHeadingText --ghCompatibleHeaderId --ghMentions --backslashEscapesHTMLTags --emoji --splitAdjacentBlockquotes",
|
||||
"package": "parcel build index.html --public-url /awesome-docker"
|
||||
},
|
||||
@@ -20,10 +20,8 @@
|
||||
"homepage": "https://github.com/veggiemonk/awesome-docker#readme",
|
||||
"dependencies": {
|
||||
"cheerio": "^1.0.0-rc.2",
|
||||
"criticalcss": "^2.1.0",
|
||||
"inline-assets": "^1.2.4",
|
||||
"critical": "^1.1.1",
|
||||
"parcel-bundler": "^1.6.2",
|
||||
"request": "^2.85.0",
|
||||
"rimraf": "^2.6.2",
|
||||
"showdown": "^1.8.6"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user