1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-02-19 22:55:08 +01:00
github-actions[bot] be564cef2b
Version Packages (#5299)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-02-18 18:47:29 -07:00

43 lines
895 B
JSON

{
"name": "slate-history",
"description": "An operation-based history implementation for Slate editors.",
"version": "0.86.0",
"license": "MIT",
"repository": "git://github.com/ianstormtaylor/slate.git",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"umd": "dist/slate-history.js",
"umdMin": "dist/slate-history.min.js",
"sideEffects": false,
"files": [
"dist/"
],
"dependencies": {
"is-plain-object": "^5.0.0"
},
"devDependencies": {
"@babel/runtime": "^7.7.4",
"lodash": "^4.17.21",
"slate": "^0.91.1",
"slate-hyperscript": "^0.81.3",
"source-map-loader": "^4.0.0"
},
"peerDependencies": {
"slate": ">=0.65.3"
},
"umdGlobals": {
"slate": "Slate"
},
"keywords": [
"editor",
"history",
"operation",
"redo",
"save",
"slate",
"stack",
"undo"
]
}