kjelsrud.dev/package.json

21 lines
430 B
JSON
Raw Normal View History

2023-07-19 19:31:30 +00:00
{
"name": "callous-cloud",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.19.7",
"@astrojs/rss": "^2.4.3",
"@astrojs/sitemap": "^2.0.0",
"@astrojs/tailwind": "^4.0.0",
"astro": "^2.8.5",
"tailwindcss": "^3.0.24"
2023-07-19 19:31:30 +00:00
}
}