@slate-editor/list-plugin
Version:
SlateJS list node plugin.
44 lines (43 loc) • 986 B
JSON
{
"name": "@slate-editor/list-plugin",
"version": "5.1.0",
"description": "SlateJS list node plugin.",
"main": "dist/index.js",
"repository": "https://github.com/nossas/slate-editor",
"author": "Nossas <tech@nossas.org> (http://github.com/nossas)",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"README.md",
"CHANGELOG.md",
"dist"
],
"keywords": [
"slate",
"rich-text",
"editor",
"react",
"slate-plugins"
],
"bugs": {
"url": "https://github.com/nossas/slate-editor/issues"
},
"scripts": {
"prepare": "babel src --out-dir dist --copy-files"
},
"dependencies": {
"@slate-editor/components": "^5.1.0",
"classnames": "^2.2.5",
"exenv": "^1.2.1",
"react": "^16.2.0",
"react-fontawesome": "^1.6.1"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0"
}
}