This repository was archived by the owner on Jun 24, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 151
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.49 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.49 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
59
60
61
62
63
64
65
66
{
"name": "@triliumnext/codemirror",
"version": "0.0.1",
"private": true,
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"development": "./src/index.ts",
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"nx": {
"name": "codemirror"
},
"dependencies": {
"@codemirror/commands": "6.8.1",
"@codemirror/lang-css": "6.3.1",
"@codemirror/lang-html": "6.4.9",
"@codemirror/lang-javascript": "6.2.4",
"@codemirror/lang-json": "6.0.1",
"@codemirror/lang-markdown": "6.3.2",
"@codemirror/lang-php": "6.0.1",
"@codemirror/lang-vue": "0.1.3",
"@codemirror/lang-xml": "6.1.0",
"@codemirror/legacy-modes": "6.5.1",
"@codemirror/search": "6.5.11",
"@codemirror/view": "6.37.1",
"@fsegurai/codemirror-theme-abcdef": "6.1.4",
"@fsegurai/codemirror-theme-abyss": "6.1.4",
"@fsegurai/codemirror-theme-android-studio": "6.1.4",
"@fsegurai/codemirror-theme-andromeda": "6.1.4",
"@fsegurai/codemirror-theme-basic-dark": "6.1.4",
"@fsegurai/codemirror-theme-basic-light": "6.1.4",
"@fsegurai/codemirror-theme-forest": "6.1.4",
"@fsegurai/codemirror-theme-github-dark": "6.1.4",
"@fsegurai/codemirror-theme-github-light": "6.1.4",
"@fsegurai/codemirror-theme-gruvbox-dark": "6.1.4",
"@fsegurai/codemirror-theme-gruvbox-light": "6.1.4",
"@fsegurai/codemirror-theme-material-dark": "6.1.4",
"@fsegurai/codemirror-theme-material-light": "6.1.4",
"@fsegurai/codemirror-theme-monokai": "6.1.4",
"@fsegurai/codemirror-theme-nord": "6.1.4",
"@fsegurai/codemirror-theme-palenight": "6.1.4",
"@fsegurai/codemirror-theme-solarized-dark": "6.1.4",
"@fsegurai/codemirror-theme-solarized-light": "6.1.4",
"@fsegurai/codemirror-theme-tokyo-night-day": "6.1.4",
"@fsegurai/codemirror-theme-tokyo-night-storm": "6.1.4",
"@fsegurai/codemirror-theme-volcano": "6.2.0",
"@fsegurai/codemirror-theme-vscode-dark": "6.1.4",
"@fsegurai/codemirror-theme-vscode-light": "6.1.4",
"@replit/codemirror-indentation-markers": "6.5.3",
"@replit/codemirror-lang-nix": "6.0.1",
"@replit/codemirror-vim": "6.3.0",
"@ssddanbrown/codemirror-lang-smarty": "1.0.0",
"@ssddanbrown/codemirror-lang-twig": "1.0.0",
"codemirror-lang-hcl": "0.1.0",
"codemirror-lang-mermaid": "0.5.0",
"eslint-linter-browserify": "9.28.0"
}
}