UNPKG

@dslate/dslate

Version:

一个Ant Design风格的富文本编辑器 - An Ant Design style rich editor based on Slate

63 lines (62 loc) 1.4 kB
{ "name": "@dslate/dslate", "version": "1.0.11", "description": "一个Ant Design风格的富文本编辑器 - An Ant Design style rich editor based on Slate", "keywords": [ "antd", "wysiwyg", "rich-editor", "ant-design", "slate", "slate-react", "dslate" ], "sideEffects": [ "*.less" ], "homepage": "https://github.com/rojer95/dslate/tree/master/packages/dslate#readme", "bugs": "https://github.com/rojer95/dslate/issues", "repository": { "type": "git", "url": "https://github.com/rojer95/dslate" }, "license": "MIT", "main": "lib/index.js", "module": "es/index.js", "types": "lib/index.d.ts", "files": [ "lib", "es", "dist" ], "browserslist": [ "last 2 versions", "Firefox ESR", "> 1%", "ie >= 11" ], "dependencies": { "@babel/runtime": "^7.16.3", "@dslate/component": "1.0.11", "@dslate/core": "1.0.11", "@dslate/plugin": "1.0.11", "classnames": "^2.3.1", "slate": "^0.81.0", "slate-react": "^0.81.0" }, "peerDependencies": { "antd": "4.x", "react": ">=16.9.0", "react-dom": ">=16.9.0" }, "publishConfig": { "access": "public" }, "authors": [ "rojer <rojerchen@qq.com> (https://github.com/rojer95)" ], "devDependencies": { "@types/react-color": "^3.0.6" }, "gitHead": "551ea8978493e81706d344597aa2205f2f78149b" }