This commit is contained in:
taskylizard 2023-12-31 11:15:48 +00:00
parent 9baef43c75
commit f8572d0b47
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
9 changed files with 103 additions and 66 deletions

View file

@ -11,13 +11,14 @@
"api:build": "nitropack build",
"api:preview": "node .output/server/index.mjs",
"og:dev": "x-satori -t ./.vitepress/hooks/Template.vue -c ./.vitepress/hooks/satoriConfig.ts --dev",
"format": "prettier -w --cache .",
"format": "prettier -w --cache --check .",
"lint": "eslint .vitepress -f pretty --cache",
"postinstall": "nitropack prepare"
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@resvg/resvg-js": "^2.6.0",
"consola": "^3.2.3",
"feed": "^4.2.2",
"fs-extra": "^11.2.0",
"itty-fetcher": "^0.9.4",