This commit is contained in:
Ryan Wang
2026-04-07 22:52:16 +08:00
parent ec2fcc6e4a
commit cf680c4d17
61 changed files with 6826 additions and 4820 deletions
+29 -22
View File
@@ -1,31 +1,38 @@
{
"name": "@halo-dev/theme-astro-starter",
"version": "0.0.1",
"private": true,
"type": "module",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write ."
},
"devDependencies": {
"@astrojs/tailwind": "^1.0.0",
"@astrojs/vue": "^1.0.0",
"@halo-dev/astro-halo-theme-integration": "^0.0.1",
"@rushstack/eslint-patch": "^1.1.4",
"@types/node": "16.11.47",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"astro": "^1.1.1",
"eslint": "^8.23.0",
"eslint-plugin-vue": "^9.4.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"vue": "^3.2.37"
"prettier": {
"plugins": [
"prettier-plugin-astro"
],
"overrides": [
{
"files": "*.astro",
"options": {
"parser": "astro"
}
}
]
},
"dependencies": {
"@headlessui/vue": "^1.6.7",
"dayjs": "^1.11.5"
"@astrojs/mdx": "^5.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/vue": "^6.0.1",
"astro": "^6.1.4",
"sharp": "^0.34.5",
"vue": "^3.5.32"
},
"devDependencies": {
"prettier": "3.8.1",
"prettier-plugin-astro": "0.14.1"
}
}