This commit is contained in:
Korbs 2024-08-24 00:45:23 -04:00
parent e9514b2b13
commit f1537f67dc
28 changed files with 40 additions and 30 deletions

26
package.json Normal file → Executable file
View file

@ -32,25 +32,25 @@
"docker:push": "docker push ark.sudovanilla.org/korbs/butterlyvu:arm64"
},
"dependencies": {
"@aptabase/react": "^0.3.3",
"@aptabase/web": "^0.4.2",
"@astrojs/mdx": "^3.0.1",
"@astrojs/node": "^8.2.5",
"@astrojs/partytown": "^2.1.0",
"@aptabase/react": "^0.3.4",
"@aptabase/web": "^0.4.3",
"@astrojs/mdx": "^3.1.4",
"@astrojs/node": "^8.3.3",
"@astrojs/partytown": "^2.1.1",
"@astrojs/prism": "^3.1.0",
"@astrojs/react": "^3.5.0",
"@astrojs/react": "^3.6.2",
"@keystatic/astro": "^5.0.0",
"@keystatic/core": "^0.5.18",
"astro": "^4.9.3",
"@keystatic/core": "^0.5.32",
"astro": "4.14.5",
"astro-analytics": "^2.7.0",
"astro-breadcrumbs": "^2.3.1",
"astro-breadcrumbs": "^3.0.1",
"astro-feelback": "^0.3.4",
"astro-seo": "^0.8.4",
"dayjs": "^1.11.11",
"iconoir-react": "^7.7.0",
"dayjs": "^1.11.13",
"iconoir-react": "^7.8.0",
"markdoc": "^0.1.3"
},
"devDependencies": {
"sass": "^1.77.4"
"sass": "^1.77.8"
}
}
}