20 lines
395 B
JSON
20 lines
395 B
JSON
{
|
|
"name": "smoggy-star",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/preact": "^4.0.1",
|
|
"@astrojs/rss": "^4.0.11",
|
|
"astro": "^5.1.3",
|
|
"preact": "^10.25.4"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/ts-plugin": "^1.10.4"
|
|
}
|
|
} |