mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 12:00:23 +00:00
add dependencies
This commit is contained in:
parent
6f840d70f1
commit
aebca5dfe8
1 changed files with 26 additions and 1 deletions
27
package.json
27
package.json
|
|
@ -11,6 +11,31 @@
|
|||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@codemirror/collab": "^6.1.1",
|
||||
"@codemirror/language": "^6.10.2",
|
||||
"@codemirror/merge": "^6.6.7",
|
||||
"@codemirror/search": "^6.5.6",
|
||||
"@codemirror/state": "^6.4.1",
|
||||
"@codemirror/view": "^6.34.0",
|
||||
"@lezer/common": "^1.2.1",
|
||||
"@types/node": "^22.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.0.1",
|
||||
"@typescript-eslint/parser": "^8.0.1",
|
||||
"builtin-modules": "^4.0.0",
|
||||
"bun": "^1.1.26",
|
||||
"codemirror": "^6.0.1",
|
||||
"esbuild": "^0.23.0",
|
||||
"jsdom": "^23.0.1",
|
||||
"lucide": "^0.303.0",
|
||||
"lucide-static": "^0.309.0",
|
||||
"obsidian": "^1.6.6",
|
||||
"punycode": "^2.3.1",
|
||||
"redirecter": "^0.0.1",
|
||||
"rollup": "^4.18.0",
|
||||
"tslib": "^2.6.3",
|
||||
"typescript": "^5.5.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.6",
|
||||
"@typescript-eslint/eslint-plugin": "5.29.0",
|
||||
|
|
@ -18,7 +43,7 @@
|
|||
"builtin-modules": "3.3.0",
|
||||
"esbuild": "0.17.3",
|
||||
"obsidian": "latest",
|
||||
"obsidian-typings": "2.2.0",
|
||||
"obsidian-typings": "^2.2.0",
|
||||
"tslib": "2.4.0",
|
||||
"typescript": "4.7.4"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue