1
0
Fork 0
mirror of https://ark.sudovanilla.org/Korbs/butterflyvu.git synced 2024-12-22 15:23:54 +00:00
butterflyvu/package.json

50 lines
1.3 KiB
JSON
Raw Normal View History

2024-06-06 00:48:11 +00:00
{
2024-06-07 11:09:39 +00:00
"name": "butterflyvu",
2024-06-06 00:48:11 +00:00
"type": "module",
2024-12-01 19:29:12 +00:00
"version": "0.1.41",
2024-06-06 00:48:11 +00:00
"license": "GPL-3.0-only",
"author": {
"name": "SudoVanilla"
},
"funding": [
{
"type": "individual",
"url": "https://liberapay.com/SudoVanilla/"
}
],
2024-06-07 11:09:39 +00:00
"homepage": "https://ark.sudovanilla.org/Korbs/butterflyvu/",
2024-06-06 00:48:11 +00:00
"repository": {
"type": "git",
2024-06-07 11:09:39 +00:00
"url": "https://ark.sudovanilla.org/Korbs/butterflyvu/"
2024-06-06 00:48:11 +00:00
},
"bugs": {
2024-06-07 11:09:39 +00:00
"url": "https://ark.sudovanilla.org/Korbs/butterflyvu/issues",
2024-06-06 00:48:11 +00:00
"email": "support@sudovanilla.org"
},
"scripts": {
"start": "astro dev",
"build": "astro build",
2024-11-15 04:52:50 +00:00
"postbuild": "pagefind --root-selector article --site dist/",
2024-06-06 00:48:11 +00:00
"preview": "astro preview",
"docker:start": "docker compose up -d",
"docker:stop": "docker compose down",
2024-11-12 22:31:28 +00:00
"docker:build": "docker build --platform linux/amd64 -t ark.sudovanilla.org/korbs/butterflyvu:amd64 .",
"docker:push": "docker push ark.sudovanilla.org/korbs/butterflyvu:amd64"
2024-06-06 00:48:11 +00:00
},
"dependencies": {
2024-12-01 04:55:16 +00:00
"@astrojs/mdx": "4.0.0-beta.5",
"@astrojs/prism": "3.2.0-beta.0",
2024-12-02 06:26:19 +00:00
"@minpluto/zorn": "^0.4.73",
2024-12-01 04:55:16 +00:00
"astro": "5.0.0-beta.12",
2024-06-06 00:48:11 +00:00
"astro-analytics": "^2.7.0",
2024-09-18 04:24:30 +00:00
"astro-bun-adapter": "^1.0.2",
2024-06-07 07:16:01 +00:00
"astro-feelback": "^0.3.4",
2024-11-15 04:52:50 +00:00
"astro-pagefind": "^1.6.0",
2024-06-06 00:48:11 +00:00
"astro-seo": "^0.8.4",
2024-06-07 07:16:01 +00:00
"markdoc": "^0.1.3"
},
"devDependencies": {
2024-12-01 04:55:16 +00:00
"sass": "^1.81.0"
2024-06-06 00:48:11 +00:00
}
2024-08-24 04:45:23 +00:00
}