2025-05-10 18:30:09 +03:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2025-05-10 19:10:30 +03:00
|
|
|
"dependencies": {
|
|
|
|
"@codemirror/commands": "6.8.1",
|
2025-05-11 13:56:34 +03:00
|
|
|
"@codemirror/lang-css": "6.3.1",
|
2025-05-11 13:50:04 +03:00
|
|
|
"@codemirror/lang-html": "6.4.9",
|
2025-05-15 05:35:48 +00:00
|
|
|
"@codemirror/lang-javascript": "6.2.4",
|
2025-06-20 02:46:24 +00:00
|
|
|
"@codemirror/lang-json": "6.0.2",
|
2025-06-14 07:23:54 +00:00
|
|
|
"@codemirror/lang-markdown": "6.3.3",
|
2025-06-20 02:46:24 +00:00
|
|
|
"@codemirror/lang-php": "6.0.2",
|
2025-05-11 13:13:47 +03:00
|
|
|
"@codemirror/lang-vue": "0.1.3",
|
2025-05-11 13:52:53 +03:00
|
|
|
"@codemirror/lang-xml": "6.1.0",
|
2025-05-10 22:29:32 +03:00
|
|
|
"@codemirror/legacy-modes": "6.5.1",
|
2025-05-15 05:35:48 +00:00
|
|
|
"@codemirror/search": "6.5.11",
|
2025-06-14 07:23:54 +00:00
|
|
|
"@codemirror/view": "6.37.2",
|
2025-06-05 08:45:23 +00:00
|
|
|
"@fsegurai/codemirror-theme-abcdef": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-abyss": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-android-studio": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-andromeda": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-basic-dark": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-basic-light": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-forest": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-github-dark": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-github-light": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-gruvbox-dark": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-gruvbox-light": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-material-dark": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-material-light": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-monokai": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-nord": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-palenight": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-solarized-dark": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-solarized-light": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-tokyo-night-day": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-tokyo-night-storm": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-volcano": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-vscode-dark": "6.2.0",
|
|
|
|
"@fsegurai/codemirror-theme-vscode-light": "6.2.0",
|
2025-05-13 14:32:50 +03:00
|
|
|
"@replit/codemirror-indentation-markers": "6.5.3",
|
2025-05-11 19:44:10 +03:00
|
|
|
"@replit/codemirror-lang-nix": "6.0.1",
|
2025-05-11 17:04:15 +03:00
|
|
|
"@replit/codemirror-vim": "6.3.0",
|
2025-05-11 13:21:57 +03:00
|
|
|
"@ssddanbrown/codemirror-lang-smarty": "1.0.0",
|
2025-05-11 13:15:39 +03:00
|
|
|
"@ssddanbrown/codemirror-lang-twig": "1.0.0",
|
2025-06-16 17:48:20 +03:00
|
|
|
"codemirror-lang-elixir": "4.0.0",
|
2025-05-11 15:18:42 +03:00
|
|
|
"codemirror-lang-hcl": "0.1.0",
|
2025-05-11 19:08:43 +03:00
|
|
|
"codemirror-lang-mermaid": "0.5.0",
|
2025-06-14 07:24:48 +00:00
|
|
|
"eslint-linter-browserify": "9.29.0"
|
2025-05-10 19:10:30 +03:00
|
|
|
}
|
2025-05-10 18:30:09 +03:00
|
|
|
}
|