This commit is contained in:
2025-11-25 23:19:56 +08:00
parent a05ea0f7eb
commit d14d807aec
10 changed files with 1669 additions and 190 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/astro-simplate-template",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"main": "index.js",
"basename": "/root/astro-simplate-template",
@@ -8,7 +8,10 @@
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"pub": "envision deploy ./dist -k astro-simplate-template -v 0.0.1 -u",
"pub": "envision deploy ./dist -k astro-simplate-template -v 0.0.2 -u",
"slide:dev": "slidev --open slides/index.md",
"slide:build": "slidev build slides/index.md --base /root/astro-simplate-template-slide/",
"slide:pub": "envision deploy ./slides/dist -k astro-simplate-template-slide -v 0.0.2 -u",
"ui": "pnpm dlx shadcn@latest add "
},
"keywords": [],
@@ -19,6 +22,7 @@
"@astrojs/mdx": "^4.3.12",
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/vue": "^5.1.3",
"@kevisual/query": "^0.0.29",
"@kevisual/query-login": "^0.0.7",
"@kevisual/registry": "^0.0.1",
@@ -41,6 +45,7 @@
"react-dom": "^19.2.0",
"react-toastify": "^11.0.5",
"tailwind-merge": "^3.4.0",
"vue": "^3.5.25",
"zustand": "^5.0.8"
},
"publishConfig": {