37 lines
986 B
JSON
37 lines
986 B
JSON
{
|
|
"name": "astro",
|
|
"type": "module",
|
|
"version": "0.2.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro check && astro build && ./compress-images.sh",
|
|
"build-action": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/mdx": "^4.3.0",
|
|
"@astrojs/node": "^9.2.2",
|
|
"@astrojs/preact": "^4.1.0",
|
|
"@astrojs/rss": "^4.0.11",
|
|
"@astrojs/tailwind": "^5.1.5",
|
|
"astro": "^5.8.1",
|
|
"astro-icon": "^1.1.5",
|
|
"dayjs": "^1.11.13",
|
|
"preact": "^10.26.8",
|
|
"sharp": "^0.33.5",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/cib": "^1.2.2",
|
|
"@iconify-json/hugeicons": "^1.2.5",
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@iconify-json/meteor-icons": "^1.2.1",
|
|
"@iconify-json/tabler": "^1.2.18",
|
|
"@iconify-json/token": "^1.2.16",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"vite": "^6.3.5"
|
|
}
|
|
}
|