-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 873 Bytes
/
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
{
"devDependencies": {
"shadow-cljs": "^2.17.8"
},
"dependencies": {
"@codemirror/autocomplete": "0.18.8",
"@codemirror/closebrackets": "^0.18.0",
"@codemirror/commands": "0.18.3",
"@codemirror/comment": "0.18.1",
"@codemirror/fold": "^0.18.1",
"@codemirror/gutter": "^0.18.4",
"@codemirror/highlight": "^0.18.4",
"@codemirror/history": "^0.18.1",
"@codemirror/language": "0.18.2",
"@codemirror/lint": "0.18.4",
"@codemirror/matchbrackets": "0.18.0",
"@codemirror/rectangular-selection": "0.18.0",
"@codemirror/search": "0.18.4",
"@codemirror/state": "^0.18.7",
"@codemirror/view": "^0.18.19",
"lezer": "^0.13.5",
"lezer-clojure": "0.1.10",
"lezer-generator": "^0.13.4",
"lezer-tree": "^0.13.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-highlight": "^0.14.0"
}
}