1
Fork 0
This repository has been archived on 2025-04-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Frontend-Project/package.json

51 lines
1.3 KiB
JSON
Raw Normal View History

2024-04-14 23:56:13 -04:00
{
"name": "minpluto",
2024-08-03 21:51:57 -04:00
"version": "2024.08.03",
"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-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",
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",
"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": {
"@astrojs/mdx": "^3.1.3",
2024-07-06 23:57:25 -04:00
"@astrojs/node": "^8.3.2",
"@astrojs/vue": "^4.5.0",
"@iconoir/vue": "^7.8.0",
2024-07-10 17:19:06 -04:00
"@openpanel/sdk": "^0.0.9-beta",
"@supabase/supabase-js": "^2.45.1",
"astro": "^4.13.2",
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
"rss-to-json": "^2.1.1",
"undici": "^6.19.5"
2024-04-14 23:56:13 -04:00
},
"devDependencies": {
"sass": "^1.77.8"
2024-04-14 23:56:13 -04:00
}
}