mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-30 18:39:51 +02:00
75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"name": "slate-react",
|
|
"description": "Tools for building completely customizable richtext editors with React.",
|
|
"version": "0.117.4",
|
|
"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-react.js",
|
|
"umdMin": "dist/slate-react.min.js",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"dependencies": {
|
|
"@juggle/resize-observer": "^3.4.0",
|
|
"direction": "^1.0.4",
|
|
"is-hotkey": "^0.2.0",
|
|
"lodash": "^4.17.21",
|
|
"scroll-into-view-if-needed": "^3.1.0",
|
|
"tiny-invariant": "1.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/runtime": "^7.23.2",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@types/is-hotkey": "^0.1.8",
|
|
"@types/jest": "29.5.6",
|
|
"@types/jsdom": "^21.1.4",
|
|
"@types/lodash": "^4.14.200",
|
|
"@types/react": "^18.2.41",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@types/resize-observer-browser": "^0.1.8",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"slate": "^0.118.1",
|
|
"slate-dom": "^0.118.1",
|
|
"slate-hyperscript": "^0.115.0",
|
|
"source-map-loader": "^4.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18.2.0",
|
|
"react-dom": ">=18.2.0",
|
|
"slate": ">=0.114.0",
|
|
"slate-dom": ">=0.116.0"
|
|
},
|
|
"umdGlobals": {
|
|
"react": "React",
|
|
"slate": "Slate"
|
|
},
|
|
"keywords": [
|
|
"canvas",
|
|
"contenteditable",
|
|
"docs",
|
|
"document",
|
|
"edit",
|
|
"editor",
|
|
"editable",
|
|
"html",
|
|
"immutable",
|
|
"markdown",
|
|
"medium",
|
|
"paper",
|
|
"react",
|
|
"rich",
|
|
"richtext",
|
|
"richtext",
|
|
"slate",
|
|
"text",
|
|
"wysiwyg",
|
|
"wysiwym"
|
|
]
|
|
}
|