books/package.json

31 lines
886 B
JSON
Raw Permalink Normal View History

2025-04-28 23:32:21 -04:00
{
"name": "dante-astro-theme",
"type": "module",
"version": "0.2.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.2.3",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.3.0",
2025-05-22 19:59:25 -04:00
"@fontsource-variable/alegreya": "^5.2.5",
2025-04-28 23:32:21 -04:00
"@fontsource-variable/inter": "^5.2.5",
2025-05-22 19:59:25 -04:00
"@fontsource-variable/merriweather": "^5.2.2",
2025-04-28 23:32:21 -04:00
"@fontsource-variable/newsreader": "^5.2.6",
"@tailwindcss/vite": "^4.0.17",
"astro": "^5.5.6",
"marked": "^15.0.7",
"tailwindcss": "^4.0.17"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11"
}
}