butterflyvu/package.json

57 lines
1.5 KiB
JSON
Raw Normal View History

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",
"version": "0.0.1",
"license": "GPL-3.0-only",
"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-06-07 07:09:39 -04:00
"url": "https://ark.sudovanilla.org/Korbs/butterflyvu/issues",
2024-06-05 20:48:11 -04:00
"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",
2024-06-07 07:09:39 -04:00
"docker:build": "docker build --platform linux/arm64 -t ark.sudovanilla.org/korbs/butterlyvu:arm64 .",
"docker:push": "docker push ark.sudovanilla.org/korbs/butterlyvu:arm64"
2024-06-05 20:48:11 -04:00
},
"dependencies": {
2024-08-24 00:45:23 -04:00
"@aptabase/react": "^0.3.4",
"@aptabase/web": "^0.4.3",
"@astrojs/mdx": "^3.1.4",
"@astrojs/node": "^8.3.3",
"@astrojs/partytown": "^2.1.1",
2024-06-05 20:48:11 -04:00
"@astrojs/prism": "^3.1.0",
2024-08-24 00:45:23 -04:00
"@astrojs/react": "^3.6.2",
2024-06-05 20:48:11 -04:00
"@keystatic/astro": "^5.0.0",
2024-08-24 00:45:23 -04:00
"@keystatic/core": "^0.5.32",
"astro": "4.14.5",
2024-06-05 20:48:11 -04:00
"astro-analytics": "^2.7.0",
2024-08-24 00:45:23 -04:00
"astro-breadcrumbs": "^3.0.1",
2024-06-07 03:16:01 -04:00
"astro-feelback": "^0.3.4",
2024-06-05 20:48:11 -04:00
"astro-seo": "^0.8.4",
2024-08-24 00:45:23 -04:00
"dayjs": "^1.11.13",
"iconoir-react": "^7.8.0",
2024-06-07 03:16:01 -04:00
"markdoc": "^0.1.3"
},
"devDependencies": {
2024-08-24 00:45:23 -04:00
"sass": "^1.77.8"
2024-06-05 20:48:11 -04:00
}
2024-08-24 00:45:23 -04:00
}