draft-js-image-render-plugin
Version:
draft-js-image-render-plugin
82 lines (81 loc) • 2.54 kB
JSON
{
"name": "draft-js-image-render-plugin",
"version": "0.0.4",
"description": "draft-js-image-render-plugin",
"keywords": [
"draft-js",
"draft-js-plugin",
"react",
"typescript",
"draft-js-image-render-plugin"
],
"homepage": "https://github.com/fedorovsky/draft-js-image-render-plugin",
"bugs": {
"url": "https://github.com/fedorovsky/draft-js-image-render-plugin/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:fedorovsky/draft-js-image-render-plugin.git"
},
"license": "MIT",
"author": "Anton Fedorovskyi",
"main": "./lib/plugin/draft-js-image-render-plugin.js",
"types": "./lib/plugin/draft-js-image-render-plugin.d.ts",
"scripts": {
"build": "npm-run-all clean tsc",
"clean": "rimraf ./lib",
"deploy-storybook": "storybook-to-ghpages",
"lint": "eslint \"src/**/**.{ts,tsx}\"",
"prepublishOnly": "npm run build",
"prettier": "prettier --write \"**/*.{ts,tsx}\"",
"storybook": "start-storybook --port 5000",
"test": "jest --coverage --verbose",
"tsc": "tsc",
"tsc:watch": "tsc -w"
},
"dependencies": {
"@types/draft-js": "^0.10.40",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@storybook/addon-storysource": "^5.3.13",
"@storybook/react": "^5.3.13",
"@storybook/storybook-deployer": "^2.8.6",
"@types/jest": "^25.1.3",
"@types/node": "^13.7.4",
"@types/react-modal": "^3.10.5",
"@types/styled-components": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"babel-loader": "^8.0.6",
"chai": "^4.2.0",
"draft-js": "^0.11.6",
"draft-js-export-html": "^1.4.1",
"draft-js-focus-plugin": "^3.0.1",
"draft-js-plugins-editor": "^3.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-json": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"install": "^0.13.0",
"jest": "^25.1.0",
"npm": "^6.13.7",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"react-json-view": "^1.19.1",
"rimraf": "^3.0.2",
"styled-components": "^5.1.1",
"ts-jest": "^25.2.1",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5"
}
}