2026-05-04 15:22:20 +08:00
|
|
|
{
|
|
|
|
|
"name": "longde-website",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "astro dev",
|
|
|
|
|
"start": "astro dev",
|
|
|
|
|
"build": "astro build",
|
|
|
|
|
"preview": "astro preview",
|
|
|
|
|
"astro": "astro"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-05-05 18:33:11 +08:00
|
|
|
"@tailwindcss/vite": "^4.2.4",
|
|
|
|
|
"astro": "^5.0.0",
|
|
|
|
|
"tailwindcss": "^4.2.4"
|
2026-05-04 15:22:20 +08:00
|
|
|
}
|
2026-05-05 18:33:11 +08:00
|
|
|
}
|