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

47 lines
1.1 KiB
JSON
Raw Normal View History

2024-04-14 22:56:13 -05:00
{
"name": "minpluto",
2024-07-12 22:36:48 -05:00
"version": "2024.07.13",
2024-04-14 22:56:13 -05:00
"description": "An open source frontend alternative to YouTube.",
2024-07-07 02:54:40 -05:00
"repository": "https://sudovanilla.org/MinPluto/MinPluto",
"author": "Korbs <korbs@sudovanilla.org>",
2024-04-14 22:56:13 -05:00
"license": "AGPL-3.0-or-later",
"bugs": {
2024-07-07 02:54:40 -05:00
"url": "https://ark.sudovanilla.org/MinPluto/MinPluto/issues",
2024-04-14 22:56:13 -05:00
"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": {
2024-07-07 19:04:25 -05:00
"start": "astro dev --host",
2024-07-12 00:08:17 -05:00
"translate": "astro-i18next generate",
"build": "astro build"
2024-04-14 22:56:13 -05:00
},
"dependencies": {
2024-07-07 19:04:25 -05:00
"@astrojs/mdx": "^3.1.2",
2024-07-06 22:57:25 -05:00
"@astrojs/node": "^8.3.2",
"@astrojs/vue": "^4.5.0",
"@iconoir/vue": "^7.7.0",
2024-07-10 16:19:06 -05:00
"@openpanel/sdk": "^0.0.9-beta",
2024-07-06 22:57:25 -05:00
"astro": "^4.11.5",
2024-07-09 20:36:21 -05:00
"astro-analytics": "^2.7.0",
2024-04-14 22:56:13 -05:00
"astro-i18next": "^1.0.0-beta.21",
2024-07-11 14:25:25 -05:00
"astro-useragent": "^4.0.2",
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": {
"sass": "^1.71.1"
}
}