-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.65 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
{
"dependencies": {
"@codemirror/autocomplete": "^6.0.2",
"@codemirror/commands": "^6.0.0",
"@codemirror/lang-markdown": "6.0.0",
"@codemirror/language": "^6.1.0",
"@codemirror/lint": "^6.0.0",
"@codemirror/search": "^6.0.0",
"@codemirror/state": "^6.0.1",
"@codemirror/view": "^6.0.2",
"@lezer/common": "^1.0.0",
"@lezer/generator": "^1.0.0",
"@lezer/highlight": "^1.0.0",
"@lezer/lr": "^1.0.0",
"@lezer/markdown": "^1.0.0",
"@nextjournal/lang-clojure": "^1.0.0",
"@nextjournal/lezer-clojure": "1.0.0",
"d3-require": "^1.2.4",
"emoji-regex": "^10.0.0",
"framer-motion": "^10.12.16",
"http-server": "^14.1.1",
"katex": "^0.12.0",
"lezer-clojure": "1.0.0-rc.2",
"markdown-it": "^12.2.0",
"markdown-it-block-image": "^0.0.3",
"markdown-it-footnote": "^3.0.3",
"markdown-it-texmath": "^1.0.0",
"markdown-it-toc-done-right": "^4.2.0",
"punycode": "2.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shadow-cljs": "2.28.8",
"use-sync-external-store": "^1.2.0",
"vh-sticky-table-header": "^1.2.1",
"w3c-keyname": "2.2.4",
"p5": "^1.9.4"
},
"scripts": {
"serve": "http-server -c-1 -o -p 8080 public"
}
}