readme.md

This commit is contained in:
2025-10-23 12:43:06 +08:00
parent 6648e4f5ec
commit 5a4d9c973e
8 changed files with 1007 additions and 83 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "@kevisual/astro-simplate-template",
"name": "@kevisual/xhs-think-you",
"version": "0.0.1",
"description": "",
"main": "index.js",
"basename": "/root/astro-simplate-template",
"basename": "/root/xhs-think-you",
"scripts": {
"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 xhs-think-you -v 0.0.1 -u",
"ui": "pnpm dlx shadcn@latest add "
},
"keywords": [],
@@ -24,6 +24,7 @@
"@kevisual/registry": "^0.0.1",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/vite": "^4.1.15",
"@types/three": "^0.180.0",
"astro": "^5.14.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -35,6 +36,7 @@
"react-dom": "^19.2.0",
"react-toastify": "^11.0.5",
"tailwind-merge": "^3.3.1",
"three": "^0.180.0",
"zustand": "^5.0.8"
},
"publishConfig": {