Files
xyz-rule/package.json
xiongxiao ee4ad269fe init
2026-03-21 20:37:02 +08:00

37 lines
994 B
JSON

{
"name": "astro-note-template",
"type": "module",
"version": "0.0.1",
"basename": "/root/astro-note-template",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"ui": "bunx shadcn@latest add ",
"pub": "ev deploy ./dist -k astro-note-template -v 0.0.1 -y y -u"
},
"dependencies": {
"@astrojs/starlight": "^0.38.2",
"@base-ui/react": "^1.3.0",
"@kevisual/query": "^0.0.55",
"@kevisual/router": "^0.1.6",
"astro": "^6.0.1",
"class-variance-authority": "^0.7.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sharp": "^0.34.2",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@astrojs/react": "^5.0.1",
"@astrojs/starlight-tailwind": "^5.0.0",
"@kevisual/types": "^0.0.12",
"@tailwindcss/vite": "^4.2.2",
"clsx": "^2.1.1",
"dotenv": "^17.3.1",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2"
}
}