AstralHalo/package.json
HPCesia afa5bf98f4
feat(comment): move comment assets to cdn
- Remove Twikoo's local style.
- Remove local package of Artalk and Waline to minify styles

This commit is because of unused comment styles in build packaged css.

https://github.com/vitejs/vite/pull/19418 might have helped, but Astro didn't use this experimental feature (https://github.com/withastro/astro/pull/13420).
2025-04-05 19:07:51 +08:00

100 lines
3.0 KiB
JSON

{
"name": "astral-halo",
"type": "module",
"version": "0.2.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint ./src --fix && stylelint ./src/**/*.{scss,css,astro} --fix && astro check",
"format": "prettier --write ./src",
"new": "node scripts/new.mjs",
"pub": "node scripts/pub.mjs"
},
"dependencies": {
"@astrojs/markdown-remark": "^6.3.1",
"@astrojs/mdx": "^4.2.3",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.3.0",
"@astrojs/vue": "^5.0.9",
"@iconify-json/ic": "^1.2.2",
"@iconify-json/material-symbols": "^1.2.17",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/mingcute": "^1.2.3",
"@iconify/utils": "^2.3.0",
"@octokit/request": "^9.2.2",
"@shikijs/transformers": "^3.2.1",
"@swup/head-plugin": "^2.3.1",
"@swup/parallel-plugin": "^0.4.0",
"@swup/preload-plugin": "^3.2.11",
"@swup/progress-plugin": "^3.2.0",
"@swup/scripts-plugin": "^2.1.0",
"@swup/scroll-plugin": "^3.3.2",
"@tailwindcss/vite": "^4.1.3",
"astro": "^5.6.1",
"astro-compress": "2.3.5",
"astro-icon": "^1.1.5",
"astro-pagefind": "^1.8.3",
"autoprefixer": "^10.4.21",
"daisyui": "^5.0.12",
"dayjs": "^1.11.13",
"hast-util-from-html": "^2.0.3",
"hastscript": "^9.0.1",
"markdown-it": "^14.1.0",
"mdast-util-to-string": "^4.0.0",
"medium-zoom": "^1.1.0",
"nanostores": "^0.11.4",
"postcss-load-config": "^6.0.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-components": "^0.3.0",
"rehype-mathjax": "^6.0.0",
"remark-directive": "^3.0.1",
"remark-directive-rehype": "^0.4.2",
"remark-github-beta-blockquote-admonitions": "^3.1.1",
"remark-math": "^6.0.0",
"sanitize-html": "^2.15.0",
"sharp": "^0.33.5",
"shiki": "^3.2.1",
"swup": "^4.8.1",
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3",
"unist-util-visit": "^5.0.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/ts-plugin": "^1.10.4",
"@eslint/js": "^9.24.0",
"@iconify/types": "^2.0.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/hast": "^3.0.4",
"@types/markdown-it": "^14.1.2",
"@types/mdast": "^4.0.4",
"@types/sanitize-html": "^2.15.0",
"@types/unist": "^3.0.3",
"@typescript-eslint/parser": "^8.29.0",
"astro-eslint-parser": "^1.2.2",
"commander": "^13.1.0",
"eslint": "^9.24.0",
"eslint-plugin-astro": "^1.3.1",
"globals": "^15.15.0",
"postcss-html": "^1.8.0",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-astro-organize-imports": "^0.4.11",
"prettier-plugin-tailwindcss": "^0.6.11",
"stylelint": "^16.17.0",
"stylelint-config-html": "^1.1.0",
"typescript-eslint": "^8.29.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp",
"swup"
]
}
}