@vericus/slate-kit-basic-text-formatting-renderer
Version:
TODO: fill in this description later
69 lines (68 loc) • 2.24 kB
JSON
{
"version": "0.2.24",
"name": "@vericus/slate-kit-basic-text-formatting-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-basic-text-formatting-renderer.cjs.js",
"types": "lib/index.d.ts",
"module": "lib/slate-kit-basic-text-formatting-renderer.es.js",
"umd": "lib/slate-kit-basic-text-formatting-renderer.umd.js",
"umdMin": "lib/slate-kit-basic-text-formatting-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",
"debug": "^3.1.0",
"immutable": ">=3.8.2",
"react": ">=16.0.0",
"react-dom": ">=16.0.0",
"slate-prop-types": ">=0.5.7",
"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",
"slate-prop-types": ">=0.5.7",
"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",
"slate-prop-types": ">=0.5.7"
},
"keywords": [
"Vericus",
"slate",
"slate-kit",
"slate-kit-renderer"
],
"gitHead": "023a23a9a885aceeb16c8592489e4f058da925fe"
}