@udecode/plate-core
Version:
The core of Plate – a plugin system for slate
86 lines (85 loc) • 2.04 kB
JSON
{
"name": "@udecode/plate-core",
"version": "49.0.0",
"description": "The core of Plate – a plugin system for slate",
"keywords": [
"contentEditable",
"editor",
"framework",
"html",
"plate",
"plugin",
"rich text",
"slate",
"wysiwyg"
],
"homepage": "https://platejs.org",
"bugs": {
"url": "https://github.com/udecode/plate/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/udecode/plate.git",
"directory": "packages/core"
},
"license": "MIT",
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"module": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./react": {
"types": "./dist/react/index.d.ts",
"import": "./dist/react/index.mjs",
"module": "./dist/react/index.mjs",
"require": "./dist/react/index.js"
}
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"brl": "yarn p:brl",
"build": "yarn p:build",
"build:watch": "yarn p:build:watch",
"clean": "yarn p:clean",
"lint": "yarn p:lint",
"lint:fix": "yarn p:lint:fix",
"test": "yarn p:test",
"test:watch": "yarn p:test:watch",
"typecheck": "yarn p:typecheck"
},
"dependencies": {
"@udecode/react-hotkeys": "37.0.0",
"@udecode/react-utils": "47.3.1",
"@udecode/slate": "49.0.0",
"@udecode/utils": "47.2.7",
"clsx": "^2.1.1",
"html-entities": "^2.6.0",
"is-hotkey": "^0.2.0",
"jotai": "~2.8.4",
"jotai-optics": "0.4.0",
"jotai-x": "2.3.2",
"lodash": "^4.17.21",
"nanoid": "^5.1.5",
"optics-ts": "2.4.1",
"slate-hyperscript": "0.100.0",
"slate-react": "0.114.2",
"use-deep-compare": "^1.3.0",
"zustand": "^5.0.3",
"zustand-x": "6.1.0"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}