21 lines
411 B
JSON
21 lines
411 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.11",
|
|
"@astrojs/tailwind": "^6.0.2",
|
|
"@tailwindcss/postcss": "^4.1.4",
|
|
"astro": "^5.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.15"
|
|
}
|
|
}
|