This commit is contained in:
Korbs 2024-10-24 14:50:48 -04:00
parent d3bcd4d1a2
commit d6eb135336
13 changed files with 62 additions and 85 deletions

View file

@ -1,7 +1,7 @@
{
"name": "butterflyvu",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"license": "GPL-3.0-only",
"author": {
"name": "SudoVanilla"
@ -32,21 +32,19 @@
"docker:push": "docker push ark.sudovanilla.org/korbs/butterlyvu:amd64"
},
"dependencies": {
"@astrojs/mdx": "^3.1.6",
"@astrojs/prism": "^3.1.0",
"@astrojs/vue": "^4.5.1",
"@keystatic/astro": "^5.0.0",
"@keystatic/core": "^0.5.35",
"@astrojs/mdx": "4.0.0-beta.2",
"@astrojs/prism": "3.0.0-beta.0",
"@astrojs/vue": "5.0.0-beta.0",
"@minpluto/zorn": "^0.4.51",
"astro": "4.15.7",
"astro": "5.0.0-beta.5",
"astro-analytics": "^2.7.0",
"astro-breadcrumbs": "^3.1.0",
"astro-breadcrumbs": "^3.2.0",
"astro-bun-adapter": "^1.0.2",
"astro-feelback": "^0.3.4",
"astro-seo": "^0.8.4",
"markdoc": "^0.1.3"
},
"devDependencies": {
"sass": "^1.79.1"
"sass": "^1.80.4"
}
}