mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 12:39:04 +01:00
27 lines
591 B
JSON
27 lines
591 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"
|
|
}
|
|
}
|