micro/package.json
2026-02-20 04:57:48 +05:30

34 lines
878 B
JSON

{
"name": "astro-micro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.5",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.6.0",
"@fontsource/geist-mono": "^5.2.7",
"@fontsource/geist-sans": "^5.2.5",
"@tailwindcss/vite": "^4.1.13",
"astro": "^5.13.9",
"astro-pagefind": "^1.8.5",
"clsx": "^2.1.1",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.18",
"pagefind": "^1.4.0",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.14"
}
}