update
This commit is contained in:
parent
f1537f67dc
commit
88c1c549ed
8 changed files with 361 additions and 17 deletions
22
package.json
22
package.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "butterflyvu",
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"license": "GPL-3.0-only",
|
||||
"author": {
|
||||
"name": "SudoVanilla"
|
||||
|
@ -28,29 +28,29 @@
|
|||
"preview": "astro preview",
|
||||
"docker:start": "docker compose up -d",
|
||||
"docker:stop": "docker compose down",
|
||||
"docker:build": "docker build --platform linux/arm64 -t ark.sudovanilla.org/korbs/butterlyvu:arm64 .",
|
||||
"docker:push": "docker push ark.sudovanilla.org/korbs/butterlyvu:arm64"
|
||||
"docker:build": "docker build --platform linux/amd64 -t ark.sudovanilla.org/korbs/butterlyvu:amd64 .",
|
||||
"docker:push": "docker push ark.sudovanilla.org/korbs/butterlyvu:amd64"
|
||||
},
|
||||
"dependencies": {
|
||||
"@aptabase/react": "^0.3.4",
|
||||
"@aptabase/web": "^0.4.3",
|
||||
"@astrojs/mdx": "^3.1.4",
|
||||
"@astrojs/mdx": "^3.1.6",
|
||||
"@astrojs/node": "^8.3.3",
|
||||
"@astrojs/partytown": "^2.1.1",
|
||||
"@astrojs/partytown": "^2.1.2",
|
||||
"@astrojs/prism": "^3.1.0",
|
||||
"@astrojs/react": "^3.6.2",
|
||||
"@astrojs/vue": "^4.5.1",
|
||||
"@keystatic/astro": "^5.0.0",
|
||||
"@keystatic/core": "^0.5.32",
|
||||
"astro": "4.14.5",
|
||||
"@keystatic/core": "^0.5.35",
|
||||
"@minpluto/zorn": "^0.4.51",
|
||||
"astro": "4.15.7",
|
||||
"astro-analytics": "^2.7.0",
|
||||
"astro-breadcrumbs": "^3.0.1",
|
||||
"astro-breadcrumbs": "^3.1.0",
|
||||
"astro-feelback": "^0.3.4",
|
||||
"astro-seo": "^0.8.4",
|
||||
"dayjs": "^1.11.13",
|
||||
"iconoir-react": "^7.8.0",
|
||||
"markdoc": "^0.1.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"sass": "^1.77.8"
|
||||
"sass": "^1.79.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue