1
Fork 0
This repository has been archived on 2025-04-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Frontend-Project/package.json

51 lines
1.3 KiB
JSON
Raw Normal View History

2024-09-03 02:30:12 -04:00
{
"name": "minpluto",
"version": "24.08.21",
"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 ./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.5",
"@astrojs/node": "^8.3.3",
"@astrojs/vue": "^4.5.0",
"@iconoir/vue": "^7.8.0",
"@minpluto/polestar": "^0.0.4",
"@minpluto/zorn": "^0.4.51",
"@nurodev/astro-bun": "^1.1.5",
"@openpanel/sdk": "^1.0.0",
"@supabase/supabase-js": "^2.45.3",
"astro": "^4.15.2",
"astro-tooltips": "^0.6.2",
"sass": "^1.77.8"
}
}