You've already forked obsidian-visualiser
Database and markdown refactoring
This commit is contained in:
14
package.json
14
package.json
@@ -1,20 +1,18 @@
|
||||
{
|
||||
"devDependencies": {
|
||||
"@nuxt/content": "^2.13.2",
|
||||
"@nuxtjs/color-mode": "^3.4.2",
|
||||
"@nuxtjs/mdc": "^0.8.3",
|
||||
"@types/bun": "^1.1.6",
|
||||
"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": {
|
||||
"vue-router": "^4.4.0",
|
||||
"hast-util-to-html": "^9.0.1",
|
||||
"remark-breaks": "^4.0.0",
|
||||
"remark-ofm": "link:remark-ofm",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"patchedDependencies": {
|
||||
"unstorage@1.10.2": "patches/unstorage@1.10.2.patch",
|
||||
"@nuxt/content@2.13.2": "patches/@nuxt%2Fcontent@2.13.2.patch"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user