{
  "name": "@jy-fe/utils",
  "version": "1.0.6",
  "private": false,
  "description": "",
  "repository": {
    "type": "git",
    "url": "http://prodservice.joyohro.com:8899/front-end/jy-service"
  },
  "license": "MIT",
  "author": "shenck <shenck1807@joyowo.com>",
  "main": "",
  "module": "es/index.js",
  "types": "es/index.d.ts",
  "files": [
    "es",
    "types"
  ],
  "scripts": {
    "build": "npx rimraf es types && tsc --project ./tsconfig.json --incremental",
    "clean": "npx rimraf es types",
    "lint-staged.js": "eslint --ext .js,.jsx,.ts,.tsx ",
    "lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
    "precommit": "lint-staged",
    "prettier": "prettier -c --write \"**/*\"",
    "prettier:diff": "prettier --list-different \"**/*\"",
    "prepublish": "yarn clean && yarn build"
  },
  "dependencies": {
    "@tarojs/taro": "3.0.5",
    "antd": "4.15.5",
    "dayjs": "1.9.3",
    "lodash": "4.17.15",
    "promise.prototype.finally": "3.1.2",
    "qs": "6.9.4",
    "react": "16.13.1",
    "react-resizable": "1.10.1",
    "vconsole": "3.3.4"
  },
  "devDependencies": {
    "@types/lodash": "4.14.157",
    "@types/node": "15.12.0",
    "@types/promise.prototype.finally": "2.0.4",
    "@types/qs": "6.9.3",
    "@types/react": "16.9.35",
    "@types/react-resizable": "1.7.2",

    "@commitlint/cli": "12.1.4",
    "commitlint-config-gitmoji": "2.2.5",
    "eslint": "7.16.0",
    "eslint-config-jyfe-react": "^1.0.0",
    "husky": "4.2.5",
    "lint-staged": "10.2.8",
    "prettier": "2.0.5",
    "rimraf": "3.0.2",
    "typescript": "4.1.3"
  },
  "bundledDependencies": [],
  "publishConfig": {
    "access": "public"
  }
}
