butterflyvu/test/package.json
2024-11-12 00:00:06 -05:00

20 lines
418 B
JSON

{
"name": "test",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.1.8",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@sudovanilla/butterflyvu": "../",
"astro": "^4.16.7",
"sass": "^1.80.4"
}
}