@uiw/codemirror-theme-red
Version:
Theme red for CodeMirror.
45 lines (44 loc) • 957 B
JSON
{
"name": "@uiw/codemirror-theme-red",
"version": "4.25.3",
"description": "Theme red for CodeMirror.",
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/red",
"funding": "https://jaywcjlove.github.io/#/sponsor",
"author": "kenny wong <wowohoo@qq.com>",
"license": "MIT",
"main": "./cjs/index.js",
"module": "./esm/index.js",
"exports": {
".": {
"require": "./cjs/index.js",
"import": "./esm/index.js"
},
"./*": "./*"
},
"scripts": {
"watch": "tsbb watch src/*.ts --use-babel",
"build": "tsbb build src/*.ts --use-babel"
},
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/react-codemirror.git"
},
"files": [
"src",
"esm",
"cjs"
],
"dependencies": {
"@uiw/codemirror-themes": "4.25.3"
},
"keywords": [
"codemirror",
"codemirror-theme",
"codemirror6",
"theme",
"red",
"syntax",
"ide",
"code"
]
}