{
  "name": "ttk-component",
  "version": "1.0.2",
  "description": "",
  "main": "./lib/index",
  "scripts": {
    "build": "cross-env NODE_ENV=production  webpack --output-filename ttk-component.js",
    "build-min": "cross-env NODE_ENV=production COMPRESS=1 webpack --output-filename ttk-component.min.js",
    "compile": "babel -d lib/ src/",
    "commit": "git add . && git commit -m 'ttk' &&  git push -u origin master",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "react",
    "reactjs",
    "flux",
    "redux",
    "react-redux",
    "antd",
    "immutable",
    "ttk",
    "ttk-component"
  ],
  "author": "TTK Team",
  "license": "MIT",
  "babel": {
    "presets": [
      "es2015",
      "react",
      "stage-0"
    ],
    "plugins": [
      "babel-plugin-transform-decorators-legacy",
      [
        "import",
        {
          "libraryName": "antd",
          "style": true
        }
      ]
    ]
  },
  "dependencies": {
    "antd": "3.6.6",
    "draftjs-to-html": "0.8.4",
    "echarts": "^4.1.0",
    "echarts-for-react": "2.0.8",
    "fetch-jsonp": "1.1.3",
    "fixed-data-table-2": "0.8.11",
    "history": "4.7.2",
    "html-to-draftjs": "1.4.0",
    "html5shiv": "3.7.3",
    "immutable": "3.8.2",
    "lodash.clonedeep": "4.5.0",
    "lodash.debounce": "4.0.8",
    "lodash.isequal": "4.5.0",
    "media-match": "2.0.3",
    "moment": "2.22.1",
    "omit.js": "1.0.0",
    "prop-types": "15.6.1",
    "react": "16.2.0",
    "react-addons-shallow-compare": "15.6.2",
    "react-dom": "16.2.0",
    "react-draft-wysiwyg": "1.12.13",
    "react-json-tree": "0.11.0",
    "react-keydown": "1.9.7",
    "react-redux": "5.0.7",
    "react-resizable": "1.7.5",
    "react-viewer": "2.3.9",
    "redux": "3.7.2",
    "ttk-rc-intro": "1.0.4",
    "ttk-rc-select": "1.0.9"
  },
  "devDependencies": {
    "babel-cli": "*",
    "babel-core": "*",
    "babel-loader": "^7.1.5",
    "babel-plugin-add-module-exports": "*",
    "babel-plugin-import": "*",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-runtime": "*",
    "babel-preset-env": "*",
    "babel-preset-react": "*",
    "babel-preset-stage-0": "*",
    "copy-webpack-plugin": "*",
    "cross-env": "*",
    "css-loader": "*",
    "file-loader": "*",
    "html-loader": "*",
    "html-webpack-plugin": "*",
    "less": "*",
    "less-loader": "*",
    "mini-css-extract-plugin": "*",
    "optimize-css-assets-webpack-plugin": "*",
    "style-loader": "*",
    "uglifyjs-webpack-plugin": "*",
    "url-loader": "*",
    "webpack": "*",
    "webpack-cli": "*",
    "webpack-dev-server": "*"
  }
}