Changing package.json logic to bun with patches for unstorage and nuxt/content

This commit is contained in:
2024-07-25 14:42:01 +02:00
parent 39299a268c
commit 4b901a87d7
9 changed files with 97 additions and 6 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"devDependencies": { "@nuxt/content": "^2.13.2", "@nuxtjs/color-mode": "^3.4.2", "nuxt": "^3.12.4", "vue": "^3.4.34", "vue-router": "^4.4.0" },
"patchedDependencies": {
"unstorage@1.10.2": "patches/unstorage@1.10.2.patch",
"@nuxt/content@2.13.2": "patches/@nuxt%2Fcontent@2.13.2.patch"
},
"dependencies": {
"hast-util-to-html": "^9.0.1",
"remark-breaks": "^4.0.0"
}
}