update
This commit is contained in:
parent
f8687744ee
commit
4c6ab07a25
14 changed files with 7344 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "minpluto",
|
||||
"version": "2024.07.11",
|
||||
"version": "2024.07.12",
|
||||
"description": "An open source frontend alternative to YouTube.",
|
||||
"repository": "https://sudovanilla.org/MinPluto/MinPluto",
|
||||
"author": "Korbs <korbs@sudovanilla.org>",
|
||||
|
@ -24,7 +24,8 @@
|
|||
],
|
||||
"scripts": {
|
||||
"start": "astro dev --host",
|
||||
"translate": "astro-i18next generate"
|
||||
"translate": "astro-i18next generate",
|
||||
"build": "astro build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^3.1.2",
|
||||
|
@ -41,7 +42,6 @@
|
|||
"undici": "^6.19.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sudovanilla/zorn": "^2024.2.26-1",
|
||||
"sass": "^1.71.1"
|
||||
}
|
||||
}
|
Reference in a new issue