update
This commit is contained in:
parent
6c24e3a5e0
commit
f608a91730
31 changed files with 2766 additions and 0 deletions
50
package.json
Executable file
50
package.json
Executable file
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"name": "minpluto",
|
||||
"version": "24.08.21",
|
||||
"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",
|
||||
"downloader",
|
||||
"ytdl",
|
||||
"invidious",
|
||||
"safetwitch",
|
||||
"youtube",
|
||||
"twitch",
|
||||
"astro",
|
||||
"proxy",
|
||||
"anonymous"
|
||||
],
|
||||
"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.5",
|
||||
"@astrojs/node": "^8.3.3",
|
||||
"@astrojs/vue": "^4.5.0",
|
||||
"@iconoir/vue": "^7.8.0",
|
||||
"@minpluto/polestar": "^0.0.4",
|
||||
"@minpluto/zorn": "^0.4.51",
|
||||
"@nurodev/astro-bun": "^1.1.5",
|
||||
"@openpanel/sdk": "^1.0.0",
|
||||
"@supabase/supabase-js": "^2.45.3",
|
||||
"astro": "^4.15.2",
|
||||
"astro-tooltips": "^0.6.2",
|
||||
"sass": "^1.77.8"
|
||||
}
|
||||
}
|
Reference in a new issue