{
  "name": "xbzui-taro",
  "version": "1.0.1",
  "description": "UI KIT for Taro",
  "main": "dist/index.js",
  "main:h5": "dist/h5/index.js",
  "sideEffects": [
    "*.scss",
    "*.css"
  ],
  "types": "./@types/index.d.ts",
  "scripts": {
    "dev:weapp": "npm run build:weapp -- --watch",
    "dev:h5": "npm run build:h5 -- --watch",
    "dev:swan": "npm run build:swan -- --watch",
    "dev:alipay": "npm run build:alipay -- --watch",
    "dev:doc": "npm run build:h5-static && node ./build/dev-server",
    "build:weapp": "taro build --type weapp",
    "build:h5": "taro build --type h5",
    "build:swan": "taro build --type swan",
    "build:alipay": "taro build --type alipay",
    "build:component": "cross-env TARO_BUILD_TYPE=component taro build --ui",
    "build:h5-static": "npm run build:h5 && node ./build/build-static",
    "build:doc": "npm run build:h5-static && node ./build/build-docs",
    "prepublishOnly": "npm run build:component",
    "lint": "eslint ./src --fix",
    "lint:style": "stylelint \"src/**/*.scss\" --syntax scss",
    "lint:style-fix": "stylelint \"src/**/*.scss\" --syntax scss --fix",
    "test": "cross-env NODE_ENV=test && jest --coverage",
    "test:ci": "npm run build:h5 && npm run test",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --quiet --cache --fix",
      "git add"
    ],
    "src/**/*.scss": [
      "stylelint --syntax scss --fix",
      "git add"
    ]
  },
  "keywords": [
    "taro",
    "taro-ui",
    "ui"
  ],
  "files": [
    "dist",
    "@types",
    "src/**/interface.ts",
    "src/**/*.d.ts"
  ],
  "author": "xbz",
  "homepage": "https://taro-ui.aotu.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/wangqinyong1994/xbz-taro.git"
  },
  "license": "MIT",
  "dependencies": {
    "@types/react": "^16.7.3",
    "bind-decorator": "^1.0.11",
    "classnames": "^2.2.6",
    "dayjs": "^1.7.7",
    "lodash": "^4.17.10",
    "prop-types": "^15.6.2"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0-rc.1",
    "@babel/plugin-proposal-class-properties": "^7.0.0-beta.55",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/plugin-transform-react-jsx": "^7.0.0-beta.55",
    "@babel/preset-env": "^7.0.0-beta.55",
    "@commitlint/cli": "^7.0.0",
    "@commitlint/config-conventional": "^7.0.1",
    "@mapbox/jsxtreme-markdown-loader": "^0.8.3",
    "@tarojs/cli": "1.3.0",
    "@tarojs/components": "1.3.0",
    "@tarojs/plugin-babel": "1.3.0",
    "@tarojs/plugin-csso": "1.3.0",
    "@tarojs/plugin-sass": "1.3.0",
    "@tarojs/plugin-uglifyjs": "1.3.0",
    "@tarojs/router": "1.3.0",
    "@tarojs/taro": "1.3.0",
    "@tarojs/taro-alipay": "1.3.0",
    "@tarojs/taro-h5": "1.3.0",
    "@tarojs/taro-swan": "1.3.0",
    "@tarojs/taro-weapp": "1.3.0",
    "@tarojs/webpack-runner": "1.3.0",
    "@types/react": "16.3.14",
    "@types/webpack-env": "^1.13.6",
    "at-ui-style": "^1.5.1",
    "autoprefixer": "^9.0.2",
    "babel-core": "^7.0.0-0",
    "babel-eslint": "^8.2.3",
    "babel-jest": "^23.4.2",
    "babel-loader": "^8.0.0-beta.0",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "chalk": "^2.4.1",
    "classnames": "^2.2.6",
    "clean-webpack-plugin": "^0.1.19",
    "commitlint": "^7.2.1",
    "conventional-changelog-cli": "^2.0.11",
    "copy-to-clipboard": "^3.0.8",
    "copy-webpack-plugin": "^4.5.2",
    "cross-env": "^5.2.0",
    "css-loader": "^1.0.0",
    "eslint": "^4.19.1",
    "eslint-config-o2team": "^0.1.6",
    "eslint-config-taro": "1.3.0",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-jest": "^21.21.0",
    "eslint-plugin-react": "^7.8.2",
    "eslint-plugin-typescript": "^0.12.0",
    "favicons-webpack-plugin": "0.0.9",
    "file-loader": "^1.1.11",
    "front-matter": "^2.3.0",
    "fs-extra": "^7.0.0",
    "glob": "^7.1.2",
    "gulp": "^3.9.1",
    "gulp-clean": "^0.4.0",
    "gulp-concat": "^2.6.1",
    "gulp-sass": "^4.0.1",
    "highlight.js": "^9.12.0",
    "html-webpack-plugin": "^3.2.0",
    "html-withimg-loader": "^0.1.16",
    "husky": "^1.3.1",
    "jest": "^23.5.0",
    "json-loader": "^0.5.7",
    "lint-staged": "^7.2.0",
    "loader-utils": "^1.1.0",
    "markdown-it": "^8.4.2",
    "markdown-it-container": "^2.0.0",
    "markdown-it-react-loader": "0.0.9",
    "mini-css-extract-plugin": "^0.4.2",
    "nerv-server": "^1.4.0",
    "nerv-test-utils": "^1.4.0",
    "nervjs": "^1.4.0",
    "node-fs-extra": "^0.8.2",
    "ora": "^3.0.0",
    "postcss": "^7.0.2",
    "postcss-loader": "^2.1.6",
    "qrcode.react": "^0.8.0",
    "react-markdown-loader": "^1.1.14",
    "react-router-dom": "^4.3.1",
    "regenerator-runtime": "^0.12.1",
    "sass-loader": "^7.0.3",
    "simulant": "^0.2.2",
    "stylelint": "^9.3.0",
    "stylelint-config-standard": "^18.2.0",
    "stylelint-scss": "^3.2.0",
    "terser": "^3.14.1",
    "typescript": "^3.0.1",
    "typescript-eslint-parser": "^20.0.0",
    "url-loader": "^1.0.1",
    "webpack": "^4.16.5",
    "webpack-dev-server": "^3.1.5",
    "webpack-merge": "^4.1.3",
    "yaml-loader": "^0.5.0"
  }
}
