Diffdown is a real-time collaborative Markdown editor/previewer built on the AT Protocol diffdown.com
at 22eecfdeb2ca15a85c4586429eff2d6c5e377e12 41 lines 937 B view raw
1{ 2 "name": "@codemirror/view", 3 "version": "6.39.16", 4 "description": "DOM view component for the CodeMirror code editor", 5 "scripts": { 6 "test": "cm-runtests", 7 "prepare": "cm-buildhelper src/index.ts" 8 }, 9 "keywords": [ 10 "editor", 11 "code" 12 ], 13 "author": { 14 "name": "Marijn Haverbeke", 15 "email": "marijn@haverbeke.berlin", 16 "url": "http://marijnhaverbeke.nl" 17 }, 18 "type": "module", 19 "main": "dist/index.cjs", 20 "exports": { 21 "import": "./dist/index.js", 22 "require": "./dist/index.cjs" 23 }, 24 "types": "dist/index.d.ts", 25 "module": "dist/index.js", 26 "sideEffects": false, 27 "license": "MIT", 28 "dependencies": { 29 "@codemirror/state": "^6.5.0", 30 "crelt": "^1.0.6", 31 "style-mod": "^4.1.0", 32 "w3c-keyname": "^2.2.4" 33 }, 34 "devDependencies": { 35 "@codemirror/buildhelper": "^1.0.0" 36 }, 37 "repository": { 38 "type": "git", 39 "url": "git+https://github.com/codemirror/view.git" 40 } 41}