-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.96 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.96 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
50
51
52
53
54
55
56
57
58
{
"name": "@live-codes/codemirror",
"version": "0.3.5",
"description": "A custom build of CodeMirror6 for use in LiveCodes",
"author": "Hatem Hosny",
"license": "MIT",
"type": "module",
"main": "./build/codemirror-core.js",
"module": "./build/codemirror-core.js",
"dependencies": {
"@codemirror/autocomplete": "6.18.6",
"@codemirror/commands": "6.8.1",
"@codemirror/lang-cpp": "6.0.2",
"@codemirror/lang-css": "6.3.1",
"@codemirror/lang-go": "6.0.1",
"@codemirror/lang-html": "6.4.9",
"@codemirror/lang-java": "6.0.1",
"@codemirror/lang-javascript": "6.2.3",
"@codemirror/lang-json": "6.0.1",
"@codemirror/lang-liquid": "6.2.3",
"@codemirror/lang-markdown": "6.3.2",
"@codemirror/lang-php": "6.0.1",
"@codemirror/lang-python": "6.1.7",
"@codemirror/lang-sass": "6.0.2",
"@codemirror/lang-sql": "6.8.0",
"@codemirror/lang-vue": "0.1.3",
"@codemirror/lang-wast": "6.0.2",
"@codemirror/lang-yaml": "6.1.2",
"@codemirror/language": "6.11.0",
"@codemirror/legacy-modes": "6.5.0",
"@codemirror/lint": "6.8.5",
"@codemirror/search": "6.5.10",
"@codemirror/state": "6.5.2",
"@codemirror/theme-one-dark": "6.1.2",
"@codemirror/view": "6.36.5",
"@emmetio/codemirror6-plugin": "0.4.0",
"@lezer/common": "1.2.3",
"@lezer/highlight": "1.2.1",
"@lezer/javascript": "1.4.21",
"@lezer/lr": "1.4.2",
"@live-codes/lang-minizinc": "0.1.0",
"@replit/codemirror-css-color-picker": "6.3.0",
"@replit/codemirror-emacs": "6.1.0",
"@replit/codemirror-indentation-markers": "6.5.3",
"@replit/codemirror-lang-svelte": "6.0.0",
"@replit/codemirror-vim": "6.3.0",
"@replit/codemirror-vscode-keymap": "6.0.2",
"@types/node": "20.14.10",
"@valtown/codemirror-codeium": "1.1.1",
"@valtown/codemirror-ts": "2.3.1",
"codemirror-lang-prolog": "0.1.0",
"esbuild": "0.24.2",
"typescript": "5.7.3"
},
"scripts": {
"build": "node ./build.js"
}
}