2024-04-14 23:56:13 -04:00
|
|
|
{
|
|
|
|
"name": "minpluto",
|
2024-07-12 01:08:17 -04:00
|
|
|
"version": "2024.07.12",
|
2024-04-14 23:56:13 -04:00
|
|
|
"description": "An open source frontend alternative to YouTube.",
|
2024-07-07 03:54:40 -04:00
|
|
|
"repository": "https://sudovanilla.org/MinPluto/MinPluto",
|
|
|
|
"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-07-06 23:57:25 -04:00
|
|
|
"url": "https://sudovanilla.org/donate/"
|
2024-04-14 23:56:13 -04:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"privacy",
|
|
|
|
"frontend",
|
|
|
|
"proxy",
|
|
|
|
"ytdl",
|
|
|
|
"invidious"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2024-07-07 20:04:25 -04:00
|
|
|
"start": "astro dev --host",
|
2024-07-12 01:08:17 -04:00
|
|
|
"translate": "astro-i18next generate",
|
|
|
|
"build": "astro build"
|
2024-04-14 23:56:13 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-07-07 20:04:25 -04:00
|
|
|
"@astrojs/mdx": "^3.1.2",
|
2024-07-06 23:57:25 -04:00
|
|
|
"@astrojs/node": "^8.3.2",
|
|
|
|
"@astrojs/vue": "^4.5.0",
|
|
|
|
"@iconoir/vue": "^7.7.0",
|
2024-07-10 17:19:06 -04:00
|
|
|
"@openpanel/sdk": "^0.0.9-beta",
|
2024-07-06 23:57:25 -04:00
|
|
|
"astro": "^4.11.5",
|
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-07-11 15:25:25 -04:00
|
|
|
"astro-useragent": "^4.0.2",
|
2024-07-06 23:57:25 -04:00
|
|
|
"express": "^4.19.2",
|
|
|
|
"rss-to-json": "^2.1.1",
|
|
|
|
"undici": "^6.19.2"
|
2024-04-14 23:56:13 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"sass": "^1.71.1"
|
|
|
|
}
|
|
|
|
}
|