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
2024-09-15 03:47:11 -04:00

55 lines
No EOL
1.4 KiB
JSON
Executable file

{
"name": "minpluto",
"version": "24.09.07",
"description": "An open source frontend alternative to YouTube and Twitch.",
"repository": "https://ark.sudovanilla.org/MinPluto/MinPluto",
"author": "Korbs <korbs@sudovanilla.org>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://ark.sudovanilla.org/MinPluto/MinPluto/issues",
"email": "support@minpluto.org"
},
"funding": [
{
"type": "SudoVanilla",
"url": "https://liberapay.com/SudoVanilla/"
}
],
"keywords": [
"privacy",
"frontend",
"proxy",
"ytdl",
"invidious",
"safetwitch",
"twitch",
"live",
"stream"
],
"scripts": {
"start": "astro dev --config ./source/astro.mjs --host",
"translate": "astro-i18next --config ./source/astro-i18next.config.mjs generate",
"build": "astro build --config ./source/astro.js"
},
"dependencies": {
"@astrojs/mdx": "^3.1.6",
"@astrojs/node": "^8.3.3",
"@astrojs/vue": "^4.5.0",
"@iconoir/vue": "^7.9.0",
"@minpluto/zorn": "^0.4.5",
"@nurodev/astro-bun": "^1.1.5",
"@openpanel/sdk": "^1.0.0",
"@supabase/supabase-js": "^2.45.4",
"@xexiu/astro-modal": "^0.5.9",
"astro": "^4.15.6",
"astro-analytics": "^2.7.0",
"astro-i18next": "^1.0.0-beta.21",
"astro-tooltips": "^0.6.2",
"astro-useragent": "^4.0.2",
"rss-to-json": "^2.1.1",
"undici": "^6.19.8"
},
"devDependencies": {
"sass": "^1.78.0"
}
}