mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "codemirror",
|
|
"version": "6.0.2",
|
|
"description": "Basic configuration for the CodeMirror code editor",
|
|
"scripts": {
|
|
"test": "cm-runtests",
|
|
"prepare": "cm-buildhelper src/codemirror.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/autocomplete": "^6.0.0",
|
|
"@codemirror/commands": "^6.0.0",
|
|
"@codemirror/language": "^6.0.0",
|
|
"@codemirror/lint": "^6.0.0",
|
|
"@codemirror/search": "^6.0.0",
|
|
"@codemirror/state": "^6.0.0",
|
|
"@codemirror/view": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@codemirror/buildhelper": "^1.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/codemirror/basic-setup.git"
|
|
}
|
|
}
|