forked from joethei/obsidian-plantuml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "obsidian-plantuml",
"version": "1.6.6",
"description": "PlantUML rendering for Obsidian.md",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "node esbuild.config.mjs production",
"lint": "eslint . --ext .ts"
},
"keywords": [],
"author": "Johannes Theiner",
"license": "MIT",
"devDependencies": {
"@types/binary-split": "^1.0.0",
"@types/node": "^14.14.2",
"@types/plantuml-encoder": "^1.4.0",
"@types/uuid": "^8.3.3",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"builtin-modules": "^3.2.0",
"esbuild": "0.14.2",
"eslint": "^7.22.0",
"node": "^17.2.0",
"obsidian": "0.15.0",
"plantuml-encoder": "^1.4.0",
"tslib": "^2.3.1",
"typescript": "^4.5.3",
"uuid": "^8.3.2",
"compare-versions": "^4.1.3",
"@codemirror/search": "6.0.0",
"@codemirror/view": "6.0.0",
"@codemirror/commands": "6.0.0",
"@codemirror/language": "https://github.com/lishid/cm-language",
"localforage": "1.10.0"
}
}