Files
talk-pro/package.json
TerryM c06d6bc3c3 feat: replace Tailwind with UnoCSS
Faster dev HMR, native Astro 6 support, same utility class names.
Tokens migrated to uno.config.ts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-12 16:26:01 +08:00

20 lines
349 B
JSON

{
"name": "talk-pro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^6.3.1"
},
"devDependencies": {
"@unocss/astro": "^66.6.8",
"unocss": "^66.6.8"
}
}