butterflyvu/package.json
2024-09-18 00:24:30 -04:00

52 lines
1.4 KiB
JSON
Executable file

{
"name": "butterflyvu",
"type": "module",
"version": "0.1.0",
"license": "GPL-3.0-only",
"author": {
"name": "SudoVanilla"
},
"funding": [
{
"type": "individual",
"url": "https://liberapay.com/SudoVanilla/"
}
],
"homepage": "https://ark.sudovanilla.org/Korbs/butterflyvu/",
"repository": {
"type": "git",
"url": "https://ark.sudovanilla.org/Korbs/butterflyvu/"
},
"bugs": {
"url": "https://ark.sudovanilla.org/Korbs/butterflyvu/issues",
"email": "support@sudovanilla.org"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"docker:start": "docker compose up -d",
"docker:stop": "docker compose down",
"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": {
"@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",
"@minpluto/zorn": "^0.4.51",
"astro": "4.15.7",
"astro-analytics": "^2.7.0",
"astro-breadcrumbs": "^3.1.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"
}
}