{
  "name": "yufu-ui",
  "version": "0.1.2",
  "description": "yufu-ui of idaas-web project",
  "main": "es/index/index.js",
  "module": "es/index/index.js",
  "files": [
    "dist",
    "src",
    "es"
  ],
  "directories": {
    "es": "es"
  },
  "scripts": {
    "build": "cross-env NODE_ENV='production' rollup -c && rm -rf ./garbage ",
    "dev": "cross-env NODE_ENV='development' rollup -c -w",
    "example": "cd example && npm run dev"
  },
  "author": "mjzhang1993@163.com",
  "license": "ISC",
  "devDependencies": {
    "ajv": "^5.5.2",
    "babel-core": "^6.26.3",
    "babel-eslint": "^9.0.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-import": "^1.11.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "cross-env": "^5.2.0",
    "css-module-flow": "^1.0.0",
    "eslint": "^5.9.0",
    "eslint-config-react-app": "^3.0.5",
    "eslint-plugin-flowtype": "^2.50.3",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-react": "^7.11.1",
    "immutable": "^3.8.2",
    "less": "^3.8.1",
    "rollup": "^0.67.3",
    "rollup-plugin-babel": "^3.0.7",
    "rollup-plugin-clear": "^2.0.7",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-eslint": "^4.0.0",
    "rollup-plugin-filesize": "^5.0.1",
    "rollup-plugin-flow": "^1.1.1",
    "rollup-plugin-ignore": "^1.0.4",
    "rollup-plugin-livereload": "^0.6.0",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-postcss": "^1.6.3",
    "rollup-plugin-replace": "^2.1.0",
    "rollup-plugin-serve": "^0.6.0",
    "rollup-watch": "^4.3.1"
  },
  "dependencies": {
    "lodash": "^4.17.4",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "antd": "^3.1.6"
  }
}
