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.
41 lines
936 B
41 lines
936 B
{ |
|
"name": "@codemirror/view", |
|
"version": "6.39.9", |
|
"description": "DOM view component for the CodeMirror code editor", |
|
"scripts": { |
|
"test": "cm-runtests", |
|
"prepare": "cm-buildhelper src/index.ts" |
|
}, |
|
"keywords": [ |
|
"editor", |
|
"code" |
|
], |
|
"author": { |
|
"name": "Marijn Haverbeke", |
|
"email": "marijn@haverbeke.berlin", |
|
"url": "http://marijnhaverbeke.nl" |
|
}, |
|
"type": "module", |
|
"main": "dist/index.cjs", |
|
"exports": { |
|
"import": "./dist/index.js", |
|
"require": "./dist/index.cjs" |
|
}, |
|
"types": "dist/index.d.ts", |
|
"module": "dist/index.js", |
|
"sideEffects": false, |
|
"license": "MIT", |
|
"dependencies": { |
|
"@codemirror/state": "^6.5.0", |
|
"crelt": "^1.0.6", |
|
"style-mod": "^4.1.0", |
|
"w3c-keyname": "^2.2.4" |
|
}, |
|
"devDependencies": { |
|
"@codemirror/buildhelper": "^1.0.0" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/codemirror/view.git" |
|
} |
|
}
|
|
|