@vericus/slate-kit-history
Version:
plugin that group together history of selections to the next editing event on slate for undo/redo
64 lines (63 loc) • 1.98 kB
JSON
{
"version": "0.2.18",
"name": "@vericus/slate-kit-history",
"description": "plugin that group together history of selections to the next editing event on slate for undo/redo",
"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-history.cjs.js",
"types": "lib/index.d.ts",
"module": "lib/slate-kit-history.es.js",
"umd": "lib/slate-kit-history.umd.js",
"umdMin": "lib/slate-kit-history.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": {
"debug": ">=3.1.0",
"immutable": ">=3.8.2",
"is-in-browser": ">=1.1.3",
"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",
"slate": ">=0.44.0 <0.46.0",
"slate-hotkeys": ">=0.2.3",
"to-camel-case": "^1.0.0"
},
"peerDependencies": {
"@vericus/slate-kit-plugins-utils": "^0.2.0",
"debug": ">=3.1.0",
"slate": ">=0.44.0 <0.46.0",
"slate-hotkeys": ">=0.2.3"
},
"keywords": [
"Vericus",
"slate",
"slate-kit",
"slate-plugin",
"history"
],
"gitHead": "023a23a9a885aceeb16c8592489e4f058da925fe"
}