{
  "name": "mp-colorui",
  "version": "0.6.19",
  "description": "MP ColorUI 是一款基于 Taro 框架并且联合 Color-UI CSS 库开发的多端 UI 组件库（支持小程序端和H5端）",
  "keywords": [
    "taro",
    "mp-colorui",
    "colorui"
  ],
  "main": "dist/index.js",
  "main:h5": "dist/h5/index.js",
  "types": "./@types/index.d.ts",
  "repository": "https://github.com/yinLiangDream/mp-colorui",
  "homepage": "https://yinliangdream.github.io/mp-colorui-doc/",
  "files": [
    "dist",
    "@types"
  ],
  "scripts": {
    "build:weapp": "taro build --type weapp",
    "build:swan": "taro build --type swan",
    "build:alipay": "taro build --type alipay",
    "build:h5": "taro build --type h5",
    "build:rn": "taro build --type rn",
    "dev:weapp": "npm run build:weapp -- --watch",
    "dev:swan": "npm run build:swan -- --watch",
    "dev:alipay": "npm run build:alipay -- --watch",
    "dev:h5": "npm run build:h5 -- --watch",
    "dev:rn": "npm run build:rn -- --watch",
    "lint": "eslint ./src --fix",
    "test": "jest --coverage",
    "build": "TARO_BUILD_TYPE=ui taro build --ui",
    "publish:beta": "npm run build && npm publish --tag=beta",
    "publish:production": "npm run build && npm publish",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs && node ./src/utils/copyDoc.js"
  },
  "lint-staged": {
    "*.{js,ts,tsx,jsx}": [
      "eslint --quiet --cache --fix",
      "git add"
    ]
  },
  "author": "liangyin",
  "license": "MIT",
  "dependencies": {
    "@tarojs/async-await": "2.2.13",
    "area-data": "^5.0.6",
    "dayjs": "^1.8.17"
  },
  "devDependencies": {
    "@babel/core": "^7.8.0",
    "@babel/plugin-proposal-class-properties": "^7.8.0",
    "@babel/plugin-transform-react-jsx": "^7.8.0",
    "@babel/preset-env": "^7.8.2",
    "@tarojs/cli": "2.2.13",
    "@tarojs/components": "2.2.13",
    "@tarojs/mini-runner": "2.2.13",
    "@tarojs/plugin-babel": "2.2.13",
    "@tarojs/plugin-csso": "2.2.13",
    "@tarojs/plugin-sass": "2.2.13",
    "@tarojs/plugin-uglifyjs": "2.2.7",
    "@tarojs/router": "2.2.13",
    "@tarojs/taro": "2.2.13",
    "@tarojs/taro-alipay": "2.2.13",
    "@tarojs/taro-h5": "^2.2.13",
    "@tarojs/taro-swan": "2.2.13",
    "@tarojs/taro-weapp": "2.2.13",
    "@tarojs/webpack-runner": "2.2.13",
    "@types/react": "^16.8.20",
    "@types/sinon": "^5.0.7",
    "@types/webpack-env": "^1.13.9",
    "@vuepress/plugin-active-header-links": "^1.0.0-rc.1",
    "@vuepress/plugin-back-to-top": "^1.0.0-rc.1",
    "@vuepress/plugin-nprogress": "^1.0.0-rc.1",
    "@vuepress/plugin-search": "^1.0.0-rc.1",
    "axios": "^0.19.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.8.0",
    "babel-loader": "^8.0.6",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.5",
    "babel-plugin-transform-jsx-stylesheet": "^0.6.5",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-plugin-transform-taroapi": "^2.0.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-runtime": "^6.26.0",
    "classnames": "^2.2.6",
    "cos-nodejs-sdk-v5": "^2.5.12",
    "cross-env": "^5.2.0",
    "eslint": "^6.1.0",
    "eslint-config-prettier": "^6.4.0",
    "eslint-config-taro": "2.2.13",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-react": "^7.13.0",
    "eslint-plugin-react-hooks": "^2.0.1",
    "eslint-plugin-taro": "2.2.13",
    "highlight": "^0.2.4",
    "highlight.js": "^9.15.10",
    "husky": "^2.4.1",
    "jest": "^24.8.0",
    "lint-staged": "^8.0.3",
    "marked": "^0.7.0",
    "nerv-devtools": "^1.5.6",
    "nerv-server": "^1.4.0",
    "nerv-test-utils": "^1.4.0",
    "nervjs": "^1.5.6",
    "node-sass": "^4.12.0",
    "qrcode": "^1.4.2",
    "regenerator-runtime": "^0.12.1",
    "sass-loader": "^8.0.0",
    "simulant": "^0.2.2",
    "sinon": "^7.3.2",
    "taro_rich_text": "^1.1.3",
    "tslint": "^5.19.0",
    "typescript": "^3.5.2",
    "vuepress": "^1.1.0"
  }
}
