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-12-04 00:40:11 -05:00

54 lines
No EOL
1.4 KiB
JSON
Executable file

{
"name": "minpluto",
"version": "24.10.30",
"description": "An open source frontend alternative to YouTube and Twitch.",
"repository": "https://ark.sudovanilla.org/MinPluto/MinPluto",
"author": "Korbs",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://ark.sudovanilla.org/MinPluto/MinPluto/issues"
},
"funding": [
{
"type": "SudoVanilla",
"url": "https://liberapay.com/SudoVanilla/"
}
],
"keywords": [
"privacy",
"frontend",
"proxy",
"ytdl",
"invidious",
"safetwitch",
"twitch",
"live",
"stream"
],
"scripts": {
"start": "astro dev --config ./source/astro.mjs --host",
"translate": "astro-i18next --config ./source/astro-i18next.config.mjs generate",
"build": "astro build --config ./source/astro.js"
},
"dependencies": {
"@astrojs/mdx": "^3.1.8",
"@astrojs/node": "^8.3.4",
"@astrojs/vue": "^4.5.2",
"@iconoir/vue": "^7.9.0",
"@minpluto/zorn": "^0.4.51",
"@nurodev/astro-bun": "^1.1.5",
"@openpanel/sdk": "^1.0.0",
"@supabase/supabase-js": "^2.45.6",
"@xexiu/astro-modal": "^0.5.9",
"astro": "^4.16.7",
"astro-analytics": "^2.7.0",
"astro-i18next": "^1.0.0-beta.21",
"astro-tooltips": "^0.6.2",
"astro-useragent": "^4.0.2",
"rss-to-json": "^2.1.1",
"undici": "^6.20.1"
},
"devDependencies": {
"sass": "^1.80.4"
}
}