@vericus/slate-kit-highlight-text-renderer
Version:
TODO: fill in this description later
66 lines (65 loc) • 2.11 kB
JSON
{
"version": "0.2.25",
"name": "@vericus/slate-kit-highlight-text-renderer",
"description": "TODO: fill in this description later",
"homepage": "https://github.com/Vericus/slate-kit/",
"repository": "git://github.com/Vericus/slate-kit.git",
"author": "Cadmus",
"slate-kit": {
"type": "module"
},
"files": [
"lib/"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/slate-kit-highlight-text-renderer.cjs.js",
"types": "lib/index.d.ts",
"module": "lib/slate-kit-highlight-text-renderer.es.js",
"umd": "lib/slate-kit-highlight-text-renderer.umd.js",
"umdMin": "lib/slate-kit-highlight-text-renderer.umd.min.js",
"scripts": {
"clean": "yarn run clean:module && yarn run clean:build",
"clean:module": "rm -rf ./node_modules",
"clean:build": "rm -rf ./lib ./.tsbuildinfo",
"type-check": "tsc --noEmit",
"type-check:watch": "TSC_WATCHFILE=UseFsEventsWithFallbackDynamicPolling npm run type-check -- --watch",
"build": "tsc -p .",
"build:watch": "TSC_WATCHFILE=UseFsEventsWithFallbackDynamicPolling npm run build -- --watch",
"postbuild": "rollup -c ./rollup.config.ts",
"postbuild:watch": "npm run postbuild -- --watch",
"watch": "npx npm-run-all -l -r -n -p *:watch"
},
"dependencies": {
"@vericus/slate-kit-utils-register-helpers": "^0.1.14",
"is-plain-object": "^2.0.4",
"prop-types": "^15.6.1",
"react": ">=16.0.0",
"react-dom": ">=16.0.0",
"tinycolor2": "^1.4.1",
"tslib": "^1.9.3"
},
"devDependencies": {
"@vericus/slate-kit-typescript-typings": "^1.1.14",
"@vericus/slate-kit-utils-hyperscript": "^0.2.16",
"expect": "^23.1.0",
"react": ">=16.0.0",
"react-dom": ">=16.0.0",
"slate": ">=0.44.0 <0.46.0",
"to-camel-case": "^1.0.0"
},
"peerDependencies": {
"@vericus/slate-kit-utils-register-helpers": "^0.1.0",
"react": ">=16.0.0",
"react-dom": ">=16.0.0",
"slate": ">=0.44.0 <0.46.0"
},
"keywords": [
"Vericus",
"slate",
"slate-kit"
],
"gitHead": "023a23a9a885aceeb16c8592489e4f058da925fe"
}