pxlandcircuit-astro-blog/package.json
2025-03-19 15:51:40 -04:00

28 lines
778 B
JSON

{
"name": "dante-astro-theme",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.0.7",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.5",
"@fontsource-variable/inter": "^5.1.1",
"@fontsource-variable/newsreader": "^5.1.1",
"astro": "^5.1.8",
"marked": "^15.0.4",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9"
}
}