21 lines
413 B
JSON
21 lines
413 B
JSON
{
|
|
"name": "minimal",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/rss": "^4.0.14",
|
|
"@astrojs/tailwind": "^6.0.2",
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"astro": "^5.16.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.19"
|
|
}
|
|
}
|