mirror of
https://github.com/System-End/my-blog.git
synced 2026-04-19 16:18:16 +00:00
16 lines
305 B
JSON
16 lines
305 B
JSON
{
|
|
"name": "my-blog",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"astro": "^5.16.6",
|
|
"tailwindcss": "^4.1.18"
|
|
}
|
|
}
|