-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
77 lines (77 loc) · 1.99 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
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "mindmap",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"add": "^2.0.6",
"argparse": "^2.0.1",
"autolinker": "^3.16.2",
"commander": "^8.3.0",
"d3": "^6.7.0",
"d3-array": "^2.12.1",
"d3-axis": "^2.1.0",
"d3-brush": "^2.1.0",
"d3-chord": "^2.0.0",
"d3-color": "^2.0.0",
"d3-contour": "^2.0.0",
"d3-delaunay": "^5.3.0",
"d3-dispatch": "^2.0.0",
"d3-drag": "^2.0.0",
"d3-dsv": "^2.0.0",
"d3-ease": "^2.0.0",
"d3-fetch": "^2.0.0",
"d3-flextree": "^2.1.2",
"d3-force": "^2.1.1",
"d3-format": "^2.0.0",
"d3-geo": "^2.0.2",
"d3-hierarchy": "^2.0.0",
"d3-interpolate": "^2.0.1",
"d3-path": "^2.0.0",
"d3-polygon": "^2.0.0",
"d3-quadtree": "^2.0.0",
"d3-random": "^2.2.2",
"d3-scale": "^3.3.0",
"d3-scale-chromatic": "^2.0.0",
"d3-selection": "^2.0.0",
"d3-shape": "^2.1.0",
"d3-time": "^2.1.1",
"d3-time-format": "^3.0.0",
"d3-timer": "^2.0.0",
"d3-transition": "^2.0.0",
"d3-zoom": "^2.0.0",
"delaunator": "^4.0.1",
"iconv-lite": "^0.4.24",
"internmap": "^1.0.1",
"js-yaml": "^4.1.0",
"katex": "^0.16.2",
"markmap-common": "^0.14.2",
"markmap-lib": "^0.14.3",
"markmap-view": "^0.14.3",
"prismjs": "^1.29.0",
"regenerator-runtime": "^0.13.9",
"remarkable": "^2.0.1",
"remarkable-katex": "^1.2.1",
"rw": "^1.3.3",
"safer-buffer": "^2.1.2",
"sprintf-js": "^1.0.3",
"tslib": "^2.4.0",
"yarn": "^1.22.19"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./node_modules/.bin/netlify-lambda serve src",
"build": "npm run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openprivacytech/mindmap.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/openprivacytech/mindmap/issues"
},
"homepage": "https://github.com/openprivacytech/mindmap#readme"
}