UNPKG

@dslate/plugin

Version:
64 lines 1.65 kB
{ "name": "@dslate/plugin", "version": "2.0.14", "description": "DSlate预设插件 - Preset plugin of DSlate", "keywords": [ "wysiwyg", "rich-editor", "ant-design", "slate", "slate-react", "dslate" ], "homepage": "https://github.com/rojer95/dslate/tree/master/packages/component#readme", "bugs": "https://github.com/rojer95/dslate/issues", "repository": { "type": "git", "url": "https://github.com/rojer95/dslate" }, "license": "MIT", "type": "module", "main": "./dist/lib.umd.cjs", "module": "./dist/lib.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@rojer/katex-mini": "^1.1.3", "is-hotkey": "^0.2.0", "katex": "^0.16.8", "rc-upload": "^4.3.4", "react-color": "^2.19.3", "react-rnd": "^10.4.1", "slate-history": "^0.86.0", "styled-components": "^5.3.6" }, "devDependencies": { "@dslate/component": "2.0.14", "@dslate/core": "2.0.14", "@types/is-hotkey": "^0.1.7", "@types/katex": "^0.16.2", "@types/node": "^14.18.36", "@types/react": "^18.0.27", "@types/react-color": "^3.0.6", "@types/react-dom": "^18.0.10", "@types/styled-components": "^5.1.26", "@vitejs/plugin-react": "^3.1.0", "typescript": "^4.9.3", "vite": "^4.1.0", "vite-plugin-dts": "^1.7.2" }, "peerDependencies": { "@dslate/component": ">=2.0.14", "@dslate/core": ">=2.0.14", "react": ">=16.9.0", "react-dom": ">=16.9.0", "slate": ">=0.103.0", "slate-react": ">=0.104.0" }, "scripts": { "build": "tsc && vite build", "dev": "tsc && vite build --watch" } }