1
Fork 0
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

43 lines
1 KiB
JSON
Raw Normal View History

2024-04-14 22:56:13 -05:00
{
"name": "minpluto",
"version": "2024.03.24",
"description": "An open source frontend alternative to YouTube.",
"repository": "https://sudovanilla.com/MinPluto/MinPluto",
"author": "Korbs <korbs@sudovanilla.com>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://sudovanilla.com/code/MinPluto/MinPluto/issues",
"email": "support@minpluto.org"
},
"funding": [
{
"type": "SudoVanilla",
2024-07-06 22:57:25 -05:00
"url": "https://sudovanilla.org/donate/"
2024-04-14 22:56:13 -05:00
}
],
"keywords": [
"privacy",
"frontend",
"proxy",
"ytdl",
"invidious"
],
"scripts": {
"start": "astro dev --port 1930 --host",
"translate": "astro-i18next generate"
},
"dependencies": {
2024-07-06 22:57:25 -05:00
"@astrojs/node": "^8.3.2",
"@astrojs/vue": "^4.5.0",
"@iconoir/vue": "^7.7.0",
"astro": "^4.11.5",
2024-04-14 22:56:13 -05:00
"astro-i18next": "^1.0.0-beta.21",
2024-07-06 22:57:25 -05:00
"express": "^4.19.2",
"rss-to-json": "^2.1.1",
"undici": "^6.19.2"
2024-04-14 22:56:13 -05:00
},
"devDependencies": {
"@sudovanilla/zorn": "^2024.2.26-1",
"sass": "^1.71.1"
}
}