{
  "name": "envh",
  "version": "1.0.21-snapshot",
  "main": "lib/index.js",
  "module": "es/index.js",
  "description": "Envcloud frontend accumulation",
  "license": "MIT",
  "scripts": {
    "dev": "dumi dev",
    "build:doc": "dumi build",
    "commit": "git-cz",
    "build": "node script/build.js && gulp less copyJs",
    "prettier": "prettier -c --write .",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx src",
    "lint:fix": "eslint --fix --ext .js,.jsx,.ts,.tsx src",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:update": "jest --updateSnapshot"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "files": [
    "lib",
    "es"
  ],
  "devDependencies": {
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@testing-library/dom": "^7.28.1",
    "@testing-library/jest-dom": "^5.11.6",
    "@testing-library/react": "^11.2.2",
    "@testing-library/user-event": "^12.6.0",
    "@types/better-scroll": "^1.12.3",
    "@types/classnames": "^2.2.11",
    "@types/jest": "^26.0.19",
    "@types/react": "^16.9.49",
    "@types/testing-library__react": "^10.2.0",
    "@typescript-eslint/eslint-plugin": "^4.6.1",
    "@typescript-eslint/parser": "^4.2.0",
    "babel-plugin-import": "^1.13.0",
    "babel-plugin-module-resolver": "^4.0.0",
    "classnames": "^2.2.6",
    "commitizen": "^4.2.1",
    "cz-conventional-changelog": "^3.3.0",
    "dumi": "^1.1.0-rc.7",
    "dumi-theme-mobile": "^1.0.0-beta.8",
    "eslint": "^7.9.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-import-resolver-typescript": "^2.3.0",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jest": "^24.1.0",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.21.5",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-unicorn": "^23.0.0",
    "execa": "^4.0.3",
    "father-build": "1.18.4",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-less": "^4.0.1",
    "husky": "^4.3.0",
    "jest": "^26.6.3",
    "jest-transform-stub": "^2.0.0",
    "lint-staged": "^10.4.0",
    "prettier": "2.1.2",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "through2": "^4.0.2",
    "ts-jest": "^26.4.4",
    "ttypescript": "^1.5.12",
    "typescript": "^4.0.2",
    "typescript-transform-paths": "^2.0.1"
  },
  "dependencies": {
    "antd-mobile": "^2.3.4",
    "better-scroll": "^2.0.6"
  }
}
