blob: a1f385dcf8cdd32bfc6e130222e2b0ee4296f70f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "astro-base",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.7",
"astro": "^5.8.0",
"tailwindcss": "^4.1.7"
}
}
|