Add support for config in yaml

This commit is contained in:
prototypa
2023-07-27 21:49:32 -04:00
parent 575610f99f
commit 12f46121c4
5 changed files with 760 additions and 0 deletions

View File

@ -26,6 +26,7 @@
"@iconify-json/ri": "^1.1.10",
"@iconify-json/tabler": "^1.1.85",
"@tailwindcss/typography": "^0.5.9",
"@types/lodash.merge": "^4.6.7",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"astro": "^2.9.3",
@ -34,7 +35,9 @@
"eslint": "^8.45.0",
"eslint-plugin-astro": "^0.27.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"js-yaml": "^4.1.0",
"limax": "2.1.0",
"lodash.merge": "^4.6.2",
"mdast-util-to-string": "^4.0.0",
"prettier": "^3.0.0",
"prettier-plugin-astro": "^0.11.0",