mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 08:14:25 +01:00
28 lines
627 B
JSON
28 lines
627 B
JSON
{
|
|
"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/legacy-modes": "6.5.1",
|
|
"@codemirror/view": "6.36.7",
|
|
"codemirror-lang-hcl": "0.1.0"
|
|
}
|
|
}
|