29 lines
729 B
JSON
29 lines
729 B
JSON
{
|
|
"name": "astro",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro check && ./compress-images.sh && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/preact": "^4.0.0",
|
|
"@astrojs/rss": "^4.0.10",
|
|
"@astrojs/tailwind": "^5.1.3",
|
|
"astro": "^5.1.0",
|
|
"astro-icon": "^1.1.4",
|
|
"preact": "^10.25.2",
|
|
"sharp": "^0.33.5",
|
|
"tailwindcss": "^3.4.16",
|
|
"typescript": "^5.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/mdi": "^1.2.2",
|
|
"@iconify-json/meteor-icons": "^1.2.1",
|
|
"@iconify-json/tabler": "^1.2.13",
|
|
"@tailwindcss/typography": "^0.5.15"
|
|
}
|
|
}
|