chore: remove unused dependencies

This commit is contained in:
radishzzz 2025-03-19 22:52:53 +00:00
parent 830c330b3a
commit ec2b4e9ec2
3 changed files with 14 additions and 193 deletions

View file

@ -3,16 +3,14 @@
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@10.6.4",
"repository": "https://github.com/radishzzz/astro-theme-retypeset",
"scripts": {
"dev": "astro check && astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "eslint . --fix",
"typecheck": "astro check && tsc --noEmit",
"prepare": "git init && npx husky install"
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@astrojs/mdx": "^4.2.1",
@ -27,17 +25,11 @@
"markdown-it": "^14.1.0",
"overlayscrollbars": "^2.11.1",
"photoswipe": "^5.4.4",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"rehype-slug": "^6.0.0",
"remark-directive": "^4.0.0",
"remark-github-admonitions-to-directives": "^2.1.0",
"remark-math": "^6.0.0",
"remark-sectionize": "^2.1.0",
"sanitize-html": "^2.15.0",
"sharp": "^0.33.5",
"typescript": "~5.8.2"
"sanitize-html": "^2.15.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.10.1",
@ -55,6 +47,8 @@
"lint-staged": "^15.5.0",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"sharp": "^0.33.5",
"typescript": "~5.8.2",
"unocss": "66.1.0-beta.6",
"unocss-preset-theme": "^0.14.1"
},