This repository has been archived on 2024-12-04. You can view files and clone it, but cannot push or open issues or pull requests.
MinPluto-Frontend/package.json
2024-09-07 03:34:02 -04:00

49 lines
1.2 KiB
JSON
Executable file

{
"name": "minpluto",
"version": "24.09.07",
"description": "An open source frontend alternative to YouTube and Twitch.",
"repository": "https://ark.sudovanilla.org/MinPluto/MinPluto",
"author": "Korbs <korbs@sudovanilla.org>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://ark.sudovanilla.org/MinPluto/MinPluto/issues",
"email": "support@minpluto.org"
},
"funding": [
{
"type": "SudoVanilla",
"url": "https://liberapay.com/SudoVanilla/"
}
],
"keywords": [
"privacy",
"frontend",
"downloader",
"ytdl",
"invidious",
"safetwitch",
"youtube",
"twitch",
"astro",
"proxy",
"anonymous"
],
"scripts": {
"start": "astro dev --config ./web/astro.mjs --host",
"translate": "astro-i18next --config ./web/astro-i18next.config.mjs generate",
"build": "astro build --config ./web/astro.mjs"
},
"dependencies": {
"@astrojs/mdx": "^3.1.5",
"@astrojs/node": "^8.3.3",
"@astrojs/vue": "^4.5.0",
"@iconoir/vue": "^7.8.0",
"@minpluto/polestar": "^0.0.54-1",
"@minpluto/zorn": "^0.4.51",
"@nurodev/astro-bun": "^1.1.5",
"@supabase/supabase-js": "^2.45.3",
"astro": "^4.15.4",
"astro-tooltips": "^0.6.2",
"sass": "^1.78.0"
}
}