{
  "name": "@reacted/date-picker",
  "version": "1.0.2",
  "description": "日期选择组件",
  "main": "lib/index.js",
  "scripts": {
    "start": "webpack-dev-server",
    "test": "echo \"Error: no test specified\" && exit 1",
    "pre": "npm install react react-dom @babel/core @babel/cli @talentui/webpack-config@beta @talentui/get-babel-config webpack webpack-cli webpack-dev-server --save-dev",
    "compile": "NODE_ENV=production babel ./src --out-dir lib --extensions \".ts,.tsx\" --copy-files",
    "types": "tsc --emitDeclarationOnly",
    "lib": "rm -rf lib/* && npm run types && npm run compile",
    "checkout": "git checkout-index --prefix=../<name>/ -a",
    "prepublish": "npm run lib"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@www.lixinchi.com:1024/reacted/date-picker.git"
  },
  "keywords": [
    "日历",
    "周日历",
    "月日历"
  ],
  "author": "Raymond Li",
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@talentui/get-babel-config": "^4.0.7",
    "@talentui/webpack-config-examples": "^1.0.0",
    "@types/react": "^16.8.19",
    "@types/react-dom": "^16.8.4",
    "@types/react-router-dom": "^4.3.3",
    "@types/styled-components": "4.1.8",
    "commitizen": "^3.1.1",
    "cz-conventional-changelog": "^2.1.0",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-router-dom": "^5.0.1",
    "styled-components": "^4.3.1",
    "webpack": "^4.34.0",
    "webpack-cli": "^3.3.4",
    "webpack-dev-server": "^3.7.1"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "@beisen-phoenix/icon": "^1.0.20",
    "@beisen-phoenix/style-token": "^1.0.38",
    "dayjs": "^1.8.14"
  },
  "files": [
    "lib"
  ]
}
