forked from code-golf/code-golf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 749 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 749 Bytes
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
{
"dependencies": {
"@codemirror/commands": "",
"@codemirror/gutter": "",
"@codemirror/highlight": "",
"@codemirror/history": "",
"@codemirror/lang-cpp": "",
"@codemirror/lang-java": "",
"@codemirror/lang-javascript": "",
"@codemirror/lang-php": "",
"@codemirror/lang-python": "",
"@codemirror/lang-rust": "",
"@codemirror/lang-sql": "",
"@codemirror/language": "",
"@codemirror/legacy-modes": "",
"@codemirror/matchbrackets": "",
"@codemirror/state": "",
"@codemirror/stream-parser": "",
"@codemirror/theme-one-dark": "",
"@codemirror/view": "",
"@defasm/codemirror": "",
"diff": "^5.0.0",
"esbuild": "",
"lz-string": "",
"nim-codemirror-mode": ""
}
}