UNPKG

slate-autocomplete

Version:

A Slate plugin to display autocomplete suggestions.

89 lines (88 loc) 2.86 kB
{ "name": "slate-autocomplete", "description": "A Slate plugin to display autocomplete suggestions.", "version": "0.0.9", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/FedeLochbaum/slate-autocomplete.git" }, "scripts": { "start": "react-scripts start", "build": "webpack --config ./webpack.config.js --mode=production", "prepare": "yarn build", "test": "react-scripts test", "eject": "react-scripts eject", "lint": "eslint", "storybook": "start-storybook -s -p 9009 -s public", "build-storybook": "build-storybook -s public" }, "eslintConfig": { "extends": "react-app" }, "browserslist": [], "dependencies": { "babel-loader": "^8.0.6", "classnames": "^2.2.6", "escape-string-regexp": "^2.0.0", "immutable": "^4.0.0-rc.12", "node-sass": "^4.12.0", "ramda": "^0.26.1", "react": "^16.8.6", "react-dom": "^16.8.6", "react-portal": "^4.2.0", "recompose": "^0.30.0", "slate-react": "^0.22.4", "slate": "^0.47.4" }, "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.5", "@babel/node": "^7.4.5", "@babel/plugin-proposal-decorators": "^7.4.4", "@babel/plugin-proposal-do-expressions": "^7.2.0", "@babel/plugin-proposal-export-default-from": "^7.2.0", "@babel/plugin-proposal-export-namespace-from": "^7.2.0", "@babel/plugin-proposal-function-bind": "^7.2.0", "@babel/plugin-proposal-function-sent": "^7.2.0", "@babel/plugin-proposal-logical-assignment-operators": "^7.2.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4", "@babel/plugin-proposal-numeric-separator": "^7.2.0", "@babel/plugin-proposal-optional-chaining": "^7.2.0", "@babel/plugin-proposal-pipeline-operator": "^7.3.2", "@babel/plugin-proposal-throw-expressions": "^7.2.0", "@babel/plugin-syntax-import-meta": "^7.2.0", "@babel/preset-env": "^7.4.5", "@storybook/addon-actions": "^5.1.3", "@storybook/addon-links": "^5.1.3", "@storybook/addons": "^5.1.3", "@storybook/react": "^5.1.3", "babel-jest": "^24.8.0", "css-loader": "^3.0.0", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.14.0", "eslint": "^5.16.0", "eslint-plugin-react": "^7.13.0", "jest-environment-enzyme": "^7.0.2", "jest-enzyme": "^7.0.2", "react-scripts": "3.0.1", "react-test-renderer": "^16.8.6", "slate-react": "^0.22.4", "webpack": "^4.34.0", "webpack-cli": "^3.3.4" }, "keywords": [ "slate", "slate-editor", "autocomplete", "autosuggest", "suggestions", "custom", "plugin" ], "bugs": { "url": "https://github.com/FedeLochbaum/slate-autocomplete/issues" }, "homepage": "https://github.com/FedeLochbaum/slate-autocomplete/#readme", "main": "lib/auto-complete.js" }