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

54 lines
1.4 KiB
JSON
Raw Normal View History

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