-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.54 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.54 KB
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
{
"name": "editor-codemirror",
"version": "0.1.0",
"private": true,
"license": "agpl-3.0",
"main": "./src/index.ts",
"types": "./src/index.ts",
"dependencies": {
"@codemirror/autocomplete": "^6.4.0",
"@codemirror/commands": "^6.1.3",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-css": "^6.0.1",
"@codemirror/lang-html": "^6.2.0",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.1.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-lezer": "^6.0.1",
"@codemirror/lang-markdown": "^6.0.5",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/lang-python": "^6.0.4",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/lang-sql": "^6.3.3",
"@codemirror/lang-wast": "^6.0.1",
"@codemirror/lang-xml": "^6.0.1",
"@codemirror/language": "^6.4.0",
"@codemirror/legacy-modes": "^6.2.0",
"@codemirror/lint": "^6.1.0",
"@codemirror/search": "^6.2.3",
"@codemirror/state": "^6.2.0",
"@codemirror/view": "^6.7.3",
"@quarto/_annotated-json": "*",
"@quarto/_mapped-string": "*",
"@quarto/_tidyverse-errors": "*",
"@replit/codemirror-vscode-keymap": "^6.0.2",
"codemirror": "^6.0.1",
"core": "*",
"editor": "*",
"editor-core": "*",
"editor-types": "*",
"markdown-it": "^13.0.1",
"prosemirror-commands": "^1.3.1",
"prosemirror-gapcursor": "^1.3.1",
"prosemirror-model": "^1.18.2",
"prosemirror-state": "^1.4.2",
"tsconfig": "*",
"typescript": "^4.5.2",
"vscode-languageserver-types": "^3.17.3"
}
}