2024-06-05 20:48:11 -04:00
|
|
|
{
|
2024-06-07 07:09:39 -04:00
|
|
|
"name": "butterflyvu",
|
2024-06-05 20:48:11 -04:00
|
|
|
"type": "module",
|
2024-12-22 23:20:17 -05:00
|
|
|
"version": "0.1.8",
|
|
|
|
"license": "MIT NON-AI License",
|
2024-06-05 20:48:11 -04:00
|
|
|
"author": {
|
|
|
|
"name": "SudoVanilla"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"type": "individual",
|
|
|
|
"url": "https://liberapay.com/SudoVanilla/"
|
|
|
|
}
|
|
|
|
],
|
2024-06-07 07:09:39 -04:00
|
|
|
"homepage": "https://ark.sudovanilla.org/Korbs/butterflyvu/",
|
2024-06-05 20:48:11 -04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2024-06-07 07:09:39 -04:00
|
|
|
"url": "https://ark.sudovanilla.org/Korbs/butterflyvu/"
|
2024-06-05 20:48:11 -04:00
|
|
|
},
|
|
|
|
"bugs": {
|
2024-12-10 22:45:27 -05:00
|
|
|
"url": "https://ark.sudovanilla.org/Korbs/butterflyvu/issues"
|
2024-06-05 20:48:11 -04:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
2024-11-14 23:52:50 -05:00
|
|
|
"postbuild": "pagefind --root-selector article --site dist/",
|
2024-06-05 20:48:11 -04:00
|
|
|
"preview": "astro preview",
|
2024-12-12 09:04:55 -05:00
|
|
|
"docker:build": "buildah build -t oci.registry.sudovanilla.org/butterflyvu --no-cache",
|
2024-12-11 11:54:26 -05:00
|
|
|
"docker:push": "buildah push oci.registry.sudovanilla.org/butterflyvu"
|
2024-06-05 20:48:11 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-12-21 18:24:39 -05:00
|
|
|
"@astrojs/mdx": "4.0.3",
|
|
|
|
"@astrojs/vue": "^5.0.3",
|
|
|
|
"@iconoir/vue": "^7.10.1",
|
|
|
|
"@minpluto/zorn": "^0.4.83",
|
|
|
|
"astro": "5.1.1",
|
2024-06-05 20:48:11 -04:00
|
|
|
"astro-analytics": "^2.7.0",
|
2024-09-18 00:24:30 -04:00
|
|
|
"astro-bun-adapter": "^1.0.2",
|
2024-12-22 23:20:17 -05:00
|
|
|
"astro-compressor": "^1.0.0",
|
2024-06-07 03:16:01 -04:00
|
|
|
"astro-feelback": "^0.3.4",
|
2024-12-22 23:20:17 -05:00
|
|
|
"astro-keyboard-controls": "^1.0.0",
|
|
|
|
"astro-page-insight": "^0.10.0",
|
2024-12-11 20:42:18 -05:00
|
|
|
"astro-pagefind": "^1.7.0",
|
2024-06-05 20:48:11 -04:00
|
|
|
"astro-seo": "^0.8.4",
|
2024-06-07 03:16:01 -04:00
|
|
|
"markdoc": "^0.1.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-12-21 18:24:39 -05:00
|
|
|
"sass": "^1.83.0"
|
2024-06-05 20:48:11 -04:00
|
|
|
}
|
2024-08-24 00:45:23 -04:00
|
|
|
}
|