mirror of
https://codeberg.org/HPCesia/AstralHalo.git
synced 2025-04-08 17:34:27 +08:00
90 lines
2.8 KiB
JSON
90 lines
2.8 KiB
JSON
{
|
|
"name": "astral-halo",
|
|
"type": "module",
|
|
"version": "0.1.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.2.0",
|
|
"@astrojs/mdx": "^4.1.0",
|
|
"@astrojs/rss": "^4.0.11",
|
|
"@astrojs/sitemap": "^3.2.1",
|
|
"@astrojs/vue": "^5.0.7",
|
|
"@iconify-json/ic": "^1.2.2",
|
|
"@iconify-json/material-symbols": "^1.2.14",
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@iconify/utils": "^2.3.0",
|
|
"@shikijs/transformers": "^3.1.0",
|
|
"@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.0.9",
|
|
"@waline/client": "^3.5.5",
|
|
"astro": "^5.4.1",
|
|
"astro-compress": "2.3.5",
|
|
"astro-icon": "^1.1.5",
|
|
"astro-pagefind": "^1.8.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"daisyui": "5.0.0",
|
|
"dayjs": "^1.11.13",
|
|
"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.14.0",
|
|
"sharp": "^0.33.5",
|
|
"shiki": "^3.1.0",
|
|
"swup": "^4.8.1",
|
|
"tailwindcss": "^4.0.9",
|
|
"typescript": "^5.7.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.21.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.13.0",
|
|
"@types/unist": "^3.0.3",
|
|
"@typescript-eslint/parser": "^8.25.0",
|
|
"astro-eslint-parser": "^1.2.1",
|
|
"commander": "^13.1.0",
|
|
"eslint": "^9.21.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.15.0",
|
|
"stylelint-config-html": "^1.1.0",
|
|
"typescript-eslint": "^8.25.0"
|
|
}
|
|
} |