You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
326 B
15 lines
326 B
{
|
|
"name": "@sandkasten/codemirror6-editor",
|
|
"version": "0.0.3",
|
|
"peerDependencies": {
|
|
"@angular/common": "^17.1.0 || ^18.0.0",
|
|
"@angular/core": "^17.1.0 || ^18.0.0",
|
|
"@codemirror/state": "^6.4.0",
|
|
"@codemirror/view": "^6.23.0"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"sideEffects": false
|
|
}
|