{
  "name": "@beisen-platform/date-time",
  "version": "1.1.0-9",
  "description": "输入或选择日期的控件，当用户需要输入一个日期，\r\n可以点击标准输入框，弹出日期面板进行选择。",
  "main": "lib/index.js",
  "scripts": {
    "lib": "stl build lib",
    "examples": "sbl start --port 9001",
    "commit": "git-cz",
    "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/date-time/lib && cp -r ./lib ../ux-platform-template-view/node_modules/@beisen-platform/date-time/lib && echo synchronized",
    "prepublish": "npm run lib"
  },
  "keywords": [
    "beisen",
    "react-component",
    "es6"
  ],
  "author": {
    "name": "beisen",
    "email": "beisen@beisen.com"
  },
  "maintainers": [
    {
      "name": "beisen",
      "email": "beisen@beisen.com"
    }
  ],
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "http://gitlab.beisencorp.com/ux-cnpm/ux-date-time"
  },
  "dependencies": {
    "@beisen-platform/common-func": "",
    "@beisen-platform/common-label": "",
    "@beisen-platform/react-icons": "",
    "@beisen-platform/tool-tip": "",
    "@beisen/es6-promise-debounce": "",
    "classnames": "~2.2.0",
    "@beisen/create-react-class": "15.x.x",
    "css-animation": "1.x",
    "dom-align": "1.x",
    "gregorian-calendar": "~4.1.6",
    "gregorian-calendar-format": "~4.1.3",
    "rc-calendar": "^5.5.4",
    "rc-time-picker": "^1.1.6",
    "rc-util": "4.6.0"
  },
  "devDependencies": {
    "@beisen/nade-style": "",
    "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"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "peerDependencies": {
    "react": "16.x.x",
    "react-dom": "16.x.x"
  }
}
