-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 1.03 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
{
"name": "obsidian-wanglin2-mindmap",
"version": "1.0.0",
"description": "This is a mind mapping plugin that integrates an open-source project called wanglin2/mind-map.",
"keywords": [
"obsidian-plugin"
],
"author": "Obsidian",
"license": "MIT",
"main": "main.js",
"scripts": {
"chore": "npm install",
"dev": "node esbuild.config.mjs",
"build": "tsc --noEmit --skipLibCheck && node esbuild.config.mjs release"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"builtin-modules": "^3.3.0",
"esbuild": "^0.18.17",
"esbuild-plugin-vue3": "^0.3.2",
"eslint": "^8.50.0",
"eslint-plugin-vue": "^9.17.0",
"obsidian": "^1.3.5",
"typescript": "^5.1.6",
"vue": "^3.3.4"
},
"dependencies": {
"@toast-ui/editor": "^3.2.2",
"less": "^4.2.0",
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"run": "^1.4.0"
}
}