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>
20 lines
349 B
JSON
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"
|
|
}
|
|
}
|