-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
52 lines (52 loc) · 1.46 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
{
"devDependencies": {
"gh-pages": "^3.2.3"
},
"scripts": {
"gh-pages": "gh-pages -d public/build --dotfiles true"
},
"dependencies": {
"@codemirror/autocomplete": "6.5.1",
"@codemirror/commands": "6.2.3",
"@codemirror/lang-markdown": "6.0.0",
"@codemirror/language": "6.6.0",
"@codemirror/lint": "6.2.1",
"@codemirror/search": "6.3.0",
"@codemirror/state": "6.2.0",
"@codemirror/view": "6.9.6",
"@cortex-js/compute-engine": "0.12.2",
"@lezer/common": "1.0.2",
"@lezer/generator": "1.2.2",
"@lezer/highlight": "1.1.4",
"@lezer/lr": "1.3.3",
"@lezer/markdown": "1.0.2",
"@nextjournal/lang-clojure": "1.0.0",
"@nextjournal/lezer-clojure": "1.0.0",
"complex.js": "2.1.1",
"d3-require": "1.3.0",
"fraction.js": "4.2.0",
"framer-motion": "6.5.1",
"jsxgraph": "1.5.0",
"katex": "0.12.0",
"leva": "0.9.34",
"mafs": "0.15.2",
"markdown-it": "12.3.2",
"markdown-it-block-image": "0.0.3",
"markdown-it-footnote": "3.0.3",
"markdown-it-texmath": "0.9.7",
"markdown-it-toc-done-right": "4.2.0",
"mathbox": "2.3.1",
"mathbox-react": "0.0.14",
"mathlive": "0.86.1",
"odex": "3.0.0-rc.4",
"punycode": "2.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"shadow-cljs": "2.22.7",
"three": "0.151.3",
"threestrap": "0.5.1",
"use-sync-external-store": "1.2.0",
"vh-sticky-table-header": "1.2.1",
"w3c-keyname": "2.2.6"
}
}