blog/package.json

23 lines
500 B
JSON
Raw Normal View History

2024-09-29 20:32:25 +02:00
{
"name": "rph-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2024-09-29 21:39:19 +02:00
"@astrojs/check": "^0.9.3",
2024-09-29 20:32:25 +02:00
"@astrojs/mdx": "^3.1.7",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
2024-09-29 21:39:19 +02:00
"@astrojs/tailwind": "^5.1.1",
2024-09-29 20:32:25 +02:00
"astro": "^4.15.9",
2024-09-29 21:39:19 +02:00
"tailwindcss": "^3.4.13",
2024-09-29 20:32:25 +02:00
"typescript": "^5.6.2"
}
2024-09-29 21:39:19 +02:00
}