2024-04-14 23:56:13 -04:00
{
"name" : "minpluto" ,
2024-11-01 00:36:07 -04:00
"version" : "24.10.30" ,
2024-08-03 21:51:57 -04:00
"description" : "An open source frontend alternative to YouTube and Twitch." ,
"repository" : "https://ark.sudovanilla.org/MinPluto/MinPluto" ,
2024-07-07 03:54:40 -04:00
"author" : "Korbs <korbs@sudovanilla.org>" ,
2024-04-14 23:56:13 -04:00
"license" : "AGPL-3.0-or-later" ,
"bugs" : {
2024-07-07 03:54:40 -04:00
"url" : "https://ark.sudovanilla.org/MinPluto/MinPluto/issues" ,
2024-04-14 23:56:13 -04:00
"email" : "support@minpluto.org"
} ,
"funding" : [
{
"type" : "SudoVanilla" ,
2024-09-08 23:37:31 -04:00
"url" : "https://liberapay.com/SudoVanilla/"
2024-04-14 23:56:13 -04:00
}
] ,
"keywords" : [
"privacy" ,
"frontend" ,
"proxy" ,
"ytdl" ,
2024-08-03 21:51:57 -04:00
"invidious" ,
"safetwitch" ,
"twitch" ,
"live" ,
"stream"
2024-04-14 23:56:13 -04:00
] ,
"scripts" : {
2024-08-03 21:51:57 -04:00
"start" : "astro dev --config ./source/astro.mjs --host" ,
2024-08-09 00:54:38 -04:00
"translate" : "astro-i18next --config ./source/astro-i18next.config.mjs generate" ,
2024-08-03 21:51:57 -04:00
"build" : "astro build --config ./source/astro.js"
2024-04-14 23:56:13 -04:00
} ,
"dependencies" : {
2024-10-13 17:00:39 -04:00
"@astrojs/mdx" : "^3.1.8" ,
"@astrojs/node" : "^8.3.4" ,
"@astrojs/vue" : "^4.5.2" ,
2024-09-07 20:33:13 -04:00
"@iconoir/vue" : "^7.9.0" ,
2024-10-13 17:00:39 -04:00
"@minpluto/zorn" : "^0.4.51" ,
2024-08-10 20:09:39 -04:00
"@nurodev/astro-bun" : "^1.1.5" ,
2024-09-07 20:33:13 -04:00
"@openpanel/sdk" : "^1.0.0" ,
2024-10-25 21:38:56 -04:00
"@supabase/supabase-js" : "^2.45.6" ,
2024-08-10 20:09:39 -04:00
"@xexiu/astro-modal" : "^0.5.9" ,
2024-10-25 21:38:56 -04:00
"astro" : "^4.16.7" ,
2024-07-09 21:36:21 -04:00
"astro-analytics" : "^2.7.0" ,
2024-04-14 23:56:13 -04:00
"astro-i18next" : "^1.0.0-beta.21" ,
2024-08-10 20:09:39 -04:00
"astro-tooltips" : "^0.6.2" ,
2024-07-11 15:25:25 -04:00
"astro-useragent" : "^4.0.2" ,
2024-07-06 23:57:25 -04:00
"rss-to-json" : "^2.1.1" ,
2024-10-25 21:38:56 -04:00
"undici" : "^6.20.1"
2024-04-14 23:56:13 -04:00
} ,
"devDependencies" : {
2024-10-25 21:38:56 -04:00
"sass" : "^1.80.4"
2024-04-14 23:56:13 -04:00
}
2024-08-09 00:54:38 -04:00
}