{
  "name": "rc-editor-list",
  "version": "2.0.1",
  "description": "editor style panel visibility component for react",
  "keywords": [
    "react",
    "react-component",
    "react-editor-list",
    "editor-list",
    "style panel visibility"
  ],
  "homepage": "https://github.com/ant-motion/editor-list",
  "author": "155259966@qq.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/ant-motion/editor-list.git"
  },
  "bugs": {
    "url": "https://github.com/ant-motion/editor-list/issues"
  },
  "files": [
    "lib",
    "assets/*.css",
    "dist",
    "es"
  ],
  "licenses": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "config": {
    "port": 8022,
    "entry": {
      "rc-editor-list": [
        "./assets/index.less",
        "./src/index.js"
      ]
    }
  },
  "scripts": {
    "build": "rc-tools run build",
    "gh-pages": "rc-tools run gh-pages",
    "start": "rc-tools run server",
    "compile": "rc-tools run compile --babel-runtime",
    "pub": "rc-tools run pub --babel-runtime",
    "lint": "rc-tools run lint --fix",
    "karma": "rc-tools run karma",
    "saucelabs": "rc-tools run saucelabs",
    "test": "rc-tools run test",
    "chrome-test": "rc-tools run chrome-test",
    "coverage": "rc-tools run coverage"
  },
  "devDependencies": {
    "expect.js": "0.3.x",
    "pre-commit": "1.x",
    "precommit-hook": "1.x",
    "rc-tools": "8.x",
    "react": "16.x",
    "react-addons-test-utils": "15.x",
    "react-dom": "16.x"
  },
  "dependencies": {
    "@ant-design/compatible": "^1.0.2",
    "antd": "^4.0.1",
    "babel-runtime": "6.x",
    "classnames": "^2.2.5",
    "codemirror": "^5.42.0",
    "prop-types": "^15.5.0",
    "rc-tween-one": "^2.3.2",
    "react-beautiful-dnd": "^11.0.5",
    "react-color": "^2.17.3",
    "react-lifecycles-compat": "^3.0.4",
    "specificity": "^0.3.2"
  },
  "pre-commit": [
    "lint"
  ]
}
