|
4 | 4 | "description": "",
|
5 | 5 | "main": "index.js",
|
6 | 6 | "dependencies": {
|
| 7 | + "add": "^2.0.6", |
7 | 8 | "argparse": "^2.0.1",
|
8 |
| - "commander": "^8.3.0", |
9 | 9 | "autolinker": "^3.16.2",
|
10 |
| - "add": "^2.0.6", |
11 |
| - "d3-array": "^2.12.1", |
| 10 | + "commander": "^8.3.0", |
12 | 11 | "d3": "^6.7.0",
|
13 |
| - "d3-brush": "^2.1.0", |
| 12 | + "d3-array": "^2.12.1", |
14 | 13 | "d3-axis": "^2.1.0",
|
| 14 | + "d3-brush": "^2.1.0", |
15 | 15 | "d3-chord": "^2.0.0",
|
16 | 16 | "d3-color": "^2.0.0",
|
17 | 17 | "d3-contour": "^2.0.0",
|
| 18 | + "d3-delaunay": "^5.3.0", |
18 | 19 | "d3-dispatch": "^2.0.0",
|
19 |
| - "d3-fetch": "^2.0.0", |
20 |
| - "d3-ease": "^2.0.0", |
21 | 20 | "d3-drag": "^2.0.0",
|
| 21 | + "d3-dsv": "^2.0.0", |
| 22 | + "d3-ease": "^2.0.0", |
| 23 | + "d3-fetch": "^2.0.0", |
22 | 24 | "d3-flextree": "^2.1.2",
|
23 | 25 | "d3-force": "^2.1.1",
|
24 | 26 | "d3-format": "^2.0.0",
|
25 | 27 | "d3-geo": "^2.0.2",
|
26 | 28 | "d3-hierarchy": "^2.0.0",
|
27 | 29 | "d3-interpolate": "^2.0.1",
|
28 |
| - "d3-delaunay": "^5.3.0", |
29 | 30 | "d3-path": "^2.0.0",
|
30 | 31 | "d3-polygon": "^2.0.0",
|
31 | 32 | "d3-quadtree": "^2.0.0",
|
32 | 33 | "d3-random": "^2.2.2",
|
33 | 34 | "d3-scale": "^3.3.0",
|
| 35 | + "d3-scale-chromatic": "^2.0.0", |
34 | 36 | "d3-selection": "^2.0.0",
|
35 | 37 | "d3-shape": "^2.1.0",
|
36 |
| - "d3-timer": "^2.0.0", |
| 38 | + "d3-time": "^2.1.1", |
37 | 39 | "d3-time-format": "^3.0.0",
|
38 |
| - "d3-dsv": "^2.0.0", |
| 40 | + "d3-timer": "^2.0.0", |
39 | 41 | "d3-transition": "^2.0.0",
|
40 |
| - "d3-scale-chromatic": "^2.0.0", |
41 | 42 | "d3-zoom": "^2.0.0",
|
42 | 43 | "delaunator": "^4.0.1",
|
43 |
| - "d3-time": "^2.1.1", |
| 44 | + "iconv-lite": "^0.4.24", |
44 | 45 | "internmap": "^1.0.1",
|
45 | 46 | "js-yaml": "^4.1.0",
|
| 47 | + "katex": "^0.16.2", |
46 | 48 | "markmap-common": "^0.14.2",
|
47 |
| - "iconv-lite": "^0.4.24", |
48 | 49 | "markmap-lib": "^0.14.3",
|
49 | 50 | "markmap-view": "^0.14.3",
|
| 51 | + "prismjs": "^1.29.0", |
50 | 52 | "regenerator-runtime": "^0.13.9",
|
51 | 53 | "remarkable": "^2.0.1",
|
52 |
| - "rw": "^1.3.3", |
53 | 54 | "remarkable-katex": "^1.2.1",
|
| 55 | + "rw": "^1.3.3", |
54 | 56 | "safer-buffer": "^2.1.2",
|
55 |
| - "katex": "^0.16.2", |
56 |
| - "prismjs": "^1.29.0", |
| 57 | + "sprintf-js": "^1.0.3", |
57 | 58 | "tslib": "^2.4.0",
|
58 |
| - "yarn": "^1.22.19", |
59 |
| - "sprintf-js": "^1.0.3" |
| 59 | + "yarn": "^1.22.19" |
60 | 60 | },
|
61 |
| - "devDependencies": {}, |
62 | 61 | "scripts": {
|
63 |
| - "test": "echo \"Error: no test specified\" && exit 1" |
| 62 | + "test": "echo \"Error: no test specified\" && exit 1", |
| 63 | + "start": "./node_modules/.bin/netlify-lambda serve src", |
| 64 | + "build": "react-scripts build" |
64 | 65 | },
|
65 | 66 | "repository": {
|
66 | 67 | "type": "git",
|
|
0 commit comments