48 lines
1.6 KiB
JSON
Executable file
48 lines
1.6 KiB
JSON
Executable file
{
|
|
"name": "butterflyvu",
|
|
"type": "module",
|
|
"version": "0.1.6",
|
|
"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"
|
|
},
|
|
"scripts": {
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"postbuild": "pagefind --root-selector article --site dist/",
|
|
"preview": "astro preview",
|
|
"docker:start": "docker compose up -d",
|
|
"docker:stop": "docker compose down",
|
|
"docker:build": "buildah build -t oci.registry.sudovanilla.org/butterflyvu --no-cache --annotation 'org.opencontainers.image.vendor=SudoVanilla' --annotation 'org.opencontainers.image.description=Documentations built on Astro' --annotation 'org.opencontainers.image.title=ButterflyVu' --annotation 'org.opencontainers.image.licenses=MIT NON-AI License' --annotation 'org.opencontainers.image.url=https://ark.sudovanilla.org/Korbs/ButterflyVu'",
|
|
"docker:push": "buildah push oci.registry.sudovanilla.org/butterflyvu"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "4.0.2",
|
|
"@astrojs/prism": "3.2.0",
|
|
"@minpluto/zorn": "^0.4.82",
|
|
"astro": "5.0.5",
|
|
"astro-analytics": "^2.7.0",
|
|
"astro-bun-adapter": "^1.0.2",
|
|
"astro-feelback": "^0.3.4",
|
|
"astro-pagefind": "^1.7.0",
|
|
"astro-seo": "^0.8.4",
|
|
"markdoc": "^0.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"sass": "^1.82.0"
|
|
}
|
|
}
|