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:09:36 +03:00
|
|
|
"@codemirror/lang-markdown": "6.3.2",
|
2025-05-11 13:12:52 +03:00
|
|
|
"@codemirror/lang-php": "6.0.1",
|
2025-05-11 13:13:47 +03:00
|
|
|
"@codemirror/lang-vue": "0.1.3",
|
2025-05-10 22:29:32 +03:00
|
|
|
"@codemirror/legacy-modes": "6.5.1",
|
2025-05-11 12:10:28 +03:00
|
|
|
"@codemirror/search": "6.5.10",
|
2025-05-11 10:54:15 +03:00
|
|
|
"@codemirror/view": "6.36.7",
|
2025-05-11 13:15:39 +03:00
|
|
|
"@ssddanbrown/codemirror-lang-twig": "1.0.0",
|
2025-05-11 10:54:15 +03:00
|
|
|
"codemirror-lang-hcl": "0.1.0"
|
2025-05-10 19:10:30 +03:00
|
|
|
}
|
2025-05-10 18:30:09 +03:00
|
|
|
}
|