{
  "name": "@wanmi/ui-taro",
  "version": "0.1.19",
  "description": "wanmi ui for taro",
  "author": "wanmi front",
  "main": "lib/index.ts",
  "types": "lib/index.ts",
  "scripts": {
    "dev:h5": "taro build --type h5 --watch",
    "dev:weapp": "taro build --type weapp --watch",
    "build:weapp": "taro build --type weapp && mv dist weapp && mkdir dist && mv weapp dist",
    "dev:site": "node site/config/start.js",
    "build:site": "node site/config/build.js && taro build --type h5",
    "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
    "fix": "prettier -c --write 'src/**/*.{jsx,tsx,ts,js}'",
    "test": "jest",
    "build": "node ./config/build.js"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "src/**/*.{jsx,tsx,ts,js}": [
      "eslint --fix",
      "prettier --write",
      "git add"
    ]
  },
  "files": [
    "lib"
  ],
  "devDependencies": {
    "@babel/core": "^7.8.0",
    "@babel/runtime": "^7.7.7",
    "@tarojs/cli": "^3.0.23",
    "@tarojs/components": "^3.0.23",
    "@tarojs/mini-runner": "^3.0.23",
    "@tarojs/react": "^3.0.23",
    "@tarojs/runtime": "^3.0.23",
    "@tarojs/taro": "^3.0.23",
    "@tarojs/webpack-runner": "^3.0.23",
    "@types/classnames": "^2.2.11",
    "@types/node": "^14.14.7",
    "@types/react": "^16.0.0",
    "@types/webpack-env": "^1.13.6",
    "@typescript-eslint/eslint-plugin": "^2.x",
    "@typescript-eslint/parser": "^2.x",
    "ali-oss": "^6.13.2",
    "babel-jest": "^26.6.3",
    "babel-loader": "^8.2.2",
    "babel-preset-taro": "3.0.15",
    "classnames": "^2.2.6",
    "copy-to-clipboard": "^3.0.8",
    "cpx": "^1.5.0",
    "css-loader": "^5.0.1",
    "eslint": "^6.8.0",
    "eslint-config-taro": "3.0.15",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-jest": "^24.1.3",
    "eslint-plugin-react": "^7.8.2",
    "eslint-plugin-react-hooks": "^1.6.1",
    "front-matter": "^3.0.2",
    "highlight.js": "^9.12.0",
    "html-webpack-plugin": "^4.5.0",
    "husky": "^4.3.0",
    "jest": "^26.6.3",
    "less-loader": "^7.1.0",
    "lint-staged": "^10.5.1",
    "loader-utils": "^1.1.0",
    "lodash": "4.17.15",
    "markdown-it": "^10.0.0",
    "markdown-it-container": "^2.0.0",
    "markdown-it-react-loader": "1.0.0",
    "mini-css-extract-plugin": "^1.3.3",
    "nervjs": "^1.5.7",
    "postcss-loader": "^4.1.0",
    "progress-bar-webpack-plugin": "^2.1.0",
    "qrcode.react": "^1.0.1",
    "react": "^16.10.0",
    "react-dev-utils": "^11.0.1",
    "react-dom": "^16.10.0",
    "react-markdown": "^5.0.3",
    "react-router-dom": "^5.2.0",
    "remark-gfm": "^1.0.0",
    "rimraf": "^2.6.2",
    "style-loader": "^2.0.0",
    "stylelint": "9.3.0",
    "taro-ui": "^3.0.0-alpha.3",
    "ts-loader": "^8.0.12",
    "typescript": "^3.7.0",
    "url-loader": "^0.6.2",
    "webpack": "^4.43.0",
    "webpack-dev-server": "^3.11.0"
  },
  "dependencies": {}
}
