{
  "name": "@beisen-platform/platform-dropdownlist",
  "version": "1.0.27-rc.2",
  "description": "平台dropdownlist组件,绑定平台元数据",
  "main": "lib/index.js",
  "scripts": {
    "lib": "stl build lib",
    "examples": "sbl start --port 9001",
    "shared": "BABEL_ENV=shared babel ./src --out-dir module --copy-files",
    "commit": "git-cz",
    "prepublish": "npm run lib",
    "start": "italent-thunder start",
    "build": "italent-thunder build prod --mode development",
    "build-prod": "italent-thunder build prod",
    "sync": "npm run lib && rm -rf ../ux-platform-template-view/node_modules/@beisen-platform/platform-dropdownlist/lib && cp -r ./lib ../ux-platform-template-view/node_modules/@beisen-platform/platform-dropdownlist/lib && echo synchronized"
  },
  "keywords": [
    "beisen",
    "react-component",
    "es6"
  ],
  "author": {
    "name": "beisen",
    "email": "beisen@beisen.com"
  },
  "maintainers": [
    {
      "name": "beisen",
      "email": "beisen@beisen.com"
    }
  ],
  "license": "ISC",
  "dependencies": {
    "@beisen-platform/common-func": "1.x.x",
    "@beisen-platform/platform-base": "0.x.x",
    "@beisen-platform/react-icons": ""
  },
  "devDependencies": {
    "commitizen": "^2.10.1",
    "core-js": "^2.5.7",
    "cz-conventional-changelog": "^2.1.0",
    "@beisen/storybook": "1.x.x",
    "@beisen/build": "1.x.x",
    "@beisen/webpack": "4.x.x",
    "@beisen/ts": "1.x.x",
    "@beisen/storybook-react": "4.x.x",
    "@beisen/babel": "7.x.x",
    "@beisen/italent-thunder": "1.x.x",
    "react": "16.x.x",
    "react-dom": "16.x.x",
    "@beisen-platform/ethos": "1.0.0",
    "styled-components": "^4.3.1"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "peerDependencies": {
    "react": "16.x.x",
    "react-dom": "16.x.x",
    "@beisen-platform/ethos": "1.0.0"
  }
}
