{
  "name": "@whale-labs/want",
  "version": "3.6.11",
  "description": "Whale React UI library base on antd",
  "author": "hicoldcat",
  "license": "MIT",
  "main": "es/index.js",
  "module": "es/index.js",
  "source": "src/index.tsx",
  "typings": "es/index.d.ts",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "build": "node scripts/checkVersion.js && gulp -f ./scripts/gulpfile.js",
    "prepublishOnly": "yarn build && node scripts/fixStyles.js",
    "start": "dumi dev",
    "deploy": "dumi build",
    "docs:publish": "dumi build && node scripts/publish.js",
    "server": "http-server ./build"
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "browserslist": [
    "last 2 versions",
    "Firefox ESR",
    "> 1%",
    "ie >= 11"
  ],
  "maintainers": [
    {
      "name": "lubyxu",
      "email": "luby_xu@sina.cn"
    },
    {
      "name": "jybao",
      "email": "zcbdcyj8@163.com"
    },
    {
      "name": "linjilei",
      "email": "linjilei@qq.com"
    },
    {
      "name": "xvzhang",
      "email": "v58266581@gmail.com"
    },
    {
      "name": "valeryhuang",
      "email": "hanyue0226@gmail.com"
    },
    {
      "name": "mosquito18",
      "email": "530221248@qq.com"
    },
    {
      "name": "fx992",
      "email": "15088777366@163.com"
    },
    {
      "name": "mit2009",
      "email": "569519998@qq.com"
    },
    {
      "name": "chanceyu",
      "email": "i.fish@foxmail.com"
    }
  ],
  "devDependencies": {
    "@babel/core": "^7.13.15",
    "@babel/plugin-proposal-class-properties": "^7.13.0",
    "@babel/plugin-proposal-decorators": "^7.13.15",
    "@babel/plugin-proposal-export-default-from": "^7.12.13",
    "@babel/plugin-proposal-export-namespace-from": "^7.12.13",
    "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
    "@babel/plugin-transform-member-expression-literals": "^7.12.13",
    "@babel/plugin-transform-object-assign": "^7.12.13",
    "@babel/plugin-transform-property-literals": "^7.12.13",
    "@babel/plugin-transform-runtime": "^7.13.15",
    "@babel/plugin-transform-spread": "^7.13.0",
    "@babel/plugin-transform-template-literals": "^7.13.0",
    "@babel/plugin-transform-typescript": "^7.13.0",
    "@babel/preset-env": "^7.13.15",
    "@babel/preset-react": "^7.13.13",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/user-event": "^7.2.1",
    "@types/classnames": "^2.3.1",
    "@types/enzyme": "^3.10.8",
    "@types/hoist-non-react-statics": "^3.3.1",
    "@types/jest": "^25.1.4",
    "@types/node": "^12.12.38",
    "@types/react": "*",
    "@types/react-dom": "*",
    "@types/vfile-message": "^2.0.0",
    "@typescript-eslint/eslint-plugin": "^2.26.0",
    "@typescript-eslint/parser": "^2.26.0",
    "@whale/iconfont": "^1.2.1",
    "ali-oss": "^6.17.1",
    "autoprefixer": "^10.2.5",
    "babel-eslint": "^10.0.3",
    "babel-loader": "^8.2.2",
    "babel-plugin-import": "^1.13.3",
    "babel-plugin-inline-import-data-uri": "^1.0.1",
    "cross-env": "^7.0.2",
    "dumi": "^1.1.14",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.6",
    "enzyme-to-json": "^3.6.2",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.7.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-config-standard-react": "^9.2.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.17.0",
    "eslint-plugin-standard": "^4.0.1",
    "father-build": "^1.19.4",
    "gh-pages": "^2.2.0",
    "glob": "^7.1.6",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-concat": "^2.6.1",
    "gulp-less": "^4.0.1",
    "gulp-strip-code": "^0.1.4",
    "gulp-typescript": "^6.0.0-alpha.1",
    "http-server": "^0.12.3",
    "less": "^4.1.1",
    "less-plugin-npm-import": "^2.1.0",
    "merge2": "^1.4.1",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.2.10",
    "prettier": "^2.0.4",
    "react": "^16.13.1",
    "react-color": "^2.19.3",
    "react-dom": "^16.13.1",
    "react-scripts": "^3.4.1",
    "rucksack-css": "^1.0.2",
    "through2": "^4.0.2",
    "typescript": "4.2.4",
    "yorkie": "^2.0.0"
  },
  "files": [
    "lib",
    "es",
    "dist"
  ],
  "sideEffects": [
    "es/**/style/*",
    "lib/**/style/*",
    "*.less"
  ],
  "dependencies": {
    "@ant-design/icons": "^4.7.0",
    "antd": "4.20.2",
    "classnames": "^2.3.1",
    "hoist-non-react-statics": "^3.3.2"
  }
}