chore: properly organize dependencies
This commit is contained in:
parent
76263bc27e
commit
d5c75b6b5e
2 changed files with 17 additions and 19 deletions
24
package.json
24
package.json
|
@ -16,26 +16,16 @@
|
|||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
||||
"@catppuccin/tailwindcss": "^0.1.6",
|
||||
"@fontsource/inter": "^5.0.5",
|
||||
"eslint": "^8.42.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"pagefind": "^0.12.0",
|
||||
"postcss": "^8.4.25",
|
||||
"prettier": "^3.0.0",
|
||||
"prettier-plugin-tailwindcss": "^0.4.0",
|
||||
"sanitize-html": "^2.11.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@11ty/eleventy-activity-feed": "^1.0.9",
|
||||
"@11ty/eleventy-fetch": "^4.0.0",
|
||||
"@11ty/eleventy-img": "^3.1.0",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
||||
"@catppuccin/tailwindcss": "^0.1.6",
|
||||
"@cdransf/eleventy-plugin-heroicons": "^1.3.2",
|
||||
"@commitlint/cli": "^17.6.6",
|
||||
"@commitlint/config-conventional": "^17.6.6",
|
||||
"@extractus/feed-extractor": "6.2.4",
|
||||
"@fontsource/inter": "^5.0.5",
|
||||
"@quasibit/eleventy-plugin-schema": "^1.11.0",
|
||||
"@sherby/eleventy-plugin-files-minifier": "^1.1.1",
|
||||
"@tailwindcss/aspect-ratio": "^0.4.2",
|
||||
|
@ -44,12 +34,16 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
||||
"@typescript-eslint/parser": "^5.62.0",
|
||||
"autoprefixer": "^10.4.2",
|
||||
"sanitize-html": "^2.11.0",
|
||||
"child_process": "^1.0.2",
|
||||
"clean-css": "^5.3.2",
|
||||
"dotenv-flow": "^3.2.0",
|
||||
"eleventy-plugin-unfurl": "^1.0.0",
|
||||
"eleventy-plugin-youtube-embed": "^1.9.0",
|
||||
"eslint": "^8.42.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"husky": "^8.0.3",
|
||||
"ics-to-json-extended": "^1.1.4",
|
||||
"lint-staged": "^13.2.3",
|
||||
|
@ -60,6 +54,10 @@
|
|||
"markdown-it-footnote": "^3.0.3",
|
||||
"markdownlint-cli": "^0.35.0",
|
||||
"marked": "^5.1.0",
|
||||
"pagefind": "^0.12.0",
|
||||
"postcss": "^8.4.25",
|
||||
"prettier": "^3.0.0",
|
||||
"prettier-plugin-tailwindcss": "^0.4.0",
|
||||
"striptags": "^3.2.0",
|
||||
"tailwindcss": "^3.3.2"
|
||||
},
|
||||
|
|
Reference in a new issue