aria.coffee/package.json
2025-03-10 12:23:08 +11:00

31 lines
782 B
JSON

{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build && ./compress-images.sh",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.1.2",
"@astrojs/preact": "^4.0.5",
"@astrojs/rss": "^4.0.11",
"@astrojs/tailwind": "^5.1.5",
"astro": "^5.4.2",
"astro-icon": "^1.1.5",
"preact": "^10.26.4",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.2"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/meteor-icons": "^1.2.1",
"@iconify-json/tabler": "^1.2.17",
"@tailwindcss/typography": "^0.5.16",
"vite": "^6.2.1"
}
}