-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.64 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "obsidian-mindmap",
"version": "0.3.3",
"description": "An Obsidian plugin for creating Mindmaps.",
"main": "main.js",
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"preview": "vite build --watch & vite preview"
},
"keywords": [
"obsidian",
"vue",
"vite",
"mindmap"
],
"author": "",
"license": "MIT",
"dependencies": {
"vue": "^3.4.21"
},
"devDependencies": {
"@types/blueimp-md5": "^2.18.2",
"@types/d3-drag": "^3.0.7",
"@types/d3-ease": "^3.0.2",
"@types/d3-interpolate": "^3.0.4",
"@types/d3-scale": "^4.0.8",
"@types/d3-scale-chromatic": "^3.0.3",
"@types/d3-selection": "^3.0.10",
"@types/d3-shape": "^3.1.6",
"@types/d3-transition": "^3.0.8",
"@types/d3-zoom": "^3.0.8",
"@types/jest": "^26.0.24",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.0",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^18",
"@vitejs/plugin-vue": "^1.10.2",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"axios": "^0.26.1",
"blueimp-md5": "^2.19.0",
"d3-drag": "^3.0.0",
"d3-ease": "^3.0.1",
"d3-interpolate": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-transition": "^3.0.1",
"d3-zoom": "^3.0.0",
"html2canvas": "^1.4.1",
"i18next": "^21.10.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0",
"mitt": "^2.1.0",
"obsidian": "^0.12.17",
"pinia": "^2.1.7",
"sass": "^1.72.0",
"tslib": "^2.6.2",
"vite": "^2.9.17",
"vue-draggable-resizable": "^3.0.0"
}
}