feat: jsonld support
This commit is contained in:
parent
5bb5933917
commit
7ea51043d8
16 changed files with 144 additions and 5 deletions
|
@ -35,6 +35,7 @@
|
|||
"@commitlint/cli": "^17.6.3",
|
||||
"@commitlint/config-conventional": "^17.6.3",
|
||||
"@extractus/feed-extractor": "^6.2.2",
|
||||
"@quasibit/eleventy-plugin-schema": "^1.11.0",
|
||||
"@sherby/eleventy-plugin-files-minifier": "^1.1.1",
|
||||
"@tailwindcss/aspect-ratio": "^0.4.2",
|
||||
"@tailwindcss/typography": "^0.5.1",
|
||||
|
@ -54,6 +55,7 @@
|
|||
"markdown-it-footnote": "^3.0.3",
|
||||
"markdownlint-cli": "^0.34.0",
|
||||
"marked": "^5.0.2",
|
||||
"string-strip-html": "8.5.0",
|
||||
"tailwindcss": "^3.3.2"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
Reference in a new issue