@fsegurai/ngx-codemirror
Version:
Angular library that uses codemirror to create a code editor
50 lines • 1.23 kB
JSON
{
"name": "@fsegurai/ngx-codemirror",
"version": "19.2.0",
"description": "Angular library that uses codemirror to create a code editor",
"homepage": "https://github.com/fsegurai/ngx-codemirror",
"license": "MIT",
"author": {
"name": "Fabián Segura",
"url": "https://www.fsegurai.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/fsegurai/ngx-codemirror"
},
"keywords": [
"angular",
"ngx",
"editor",
"codemirror",
"code-editor",
"diff-editor",
"ngx-codemirror"
],
"dependencies": {
"@codemirror/language-data": "^6.5.1",
"@codemirror/merge": "^6.8.0",
"codemirror": "^6.0.1",
"tslib": "^2.8.1"
},
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"rxjs": "^6.5.3 || ^7.4.0 || ^7.8.2",
"zone.js": "~0.15.0"
},
"sideEffects": false,
"module": "fesm2022/fsegurai-ngx-codemirror.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/fsegurai-ngx-codemirror.mjs"
}
}
}