You've already forked obsidian-visualiser
Changing package.json logic to bun with patches for unstorage and nuxt/content
This commit is contained in:
11
package.json
Normal file
11
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user