Get rid of lodash dependency
This commit is contained in:
parent
faf5aa129f
commit
ca9e8e56be
3 changed files with 599 additions and 550 deletions
27
package.json
27
package.json
|
|
@ -16,27 +16,24 @@
|
|||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
"@thi.ng/hiccup": "3.6.22",
|
||||
"lodash": "^4.17.21",
|
||||
"luxon": "^2.3.0",
|
||||
"seedrandom": "^3.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
"@11ty/eleventy-fetch": "^4.0.0",
|
||||
"@11ty/eleventy-plugin-rss": "^1.1.2",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
|
||||
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
|
||||
"@junwatu/markdown-it-lazy-loading": "1.0.0-beta.4",
|
||||
"@remy/webmention": "^1.4.5",
|
||||
"@remy/webmention": "^1.5.0",
|
||||
"@thi.ng/hiccup": "3.6.22",
|
||||
"@types/markdown-it": "^12.2.3",
|
||||
"autoprefixer": "^10.4.12",
|
||||
"autoprefixer": "^10.4.17",
|
||||
"eleventy-plugin-nesting-toc": "^1.3.0",
|
||||
"markdown-it": "^13.0.1",
|
||||
"luxon": "^2.5.2",
|
||||
"markdown-it": "^13.0.2",
|
||||
"markdown-it-abbr": "^1.0.4",
|
||||
"markdown-it-anchor": "^8.6.5",
|
||||
"markdown-it-anchor": "^8.6.7",
|
||||
"markdown-it-footnote": "^3.0.3",
|
||||
"postcss": "^8.4.17",
|
||||
"postcss-cli": "^10.0.0"
|
||||
"postcss": "^8.4.33",
|
||||
"postcss-cli": "^10.1.0",
|
||||
"seedrandom": "^3.0.5"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue