{
  "name": "@ant-design/tools",
  "version": "19.0.2",
  "description": "tools for ant design",
  "keywords": [
    "react",
    "tools"
  ],
  "homepage": "http://github.com/ant-design/antd-tools",
  "author": "yiminghe@gmail.com",
  "repository": {
    "type": "git",
    "url": "git@github.com:ant-design/antd-tools.git"
  },
  "bugs": {
    "url": "http://github.com/ant-design/antd-tools/issues"
  },
  "license": "MIT",
  "bin": {
    "antd-tools": "./bin/antd-tools.js"
  },
  "files": [
    "es",
    "lib",
    "script",
    "bin"
  ],
  "main": "./lib/index",
  "module": "./es/index",
  "types": "./lib/index.d.ts",
  "scripts": {
    "compile": "father build",
    "prepublishOnly": "npm run compile",
    "lint": "eslint src",
    "prettier": "node ./script/prettier.js"
  },
  "dependencies": {
    "@babel/core": "^7.4.5",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-transform-classes": "^7.20.7",
    "@babel/plugin-transform-private-methods": "^7.25.9",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/plugin-transform-spread": "^7.20.7",
    "@babel/plugin-transform-typescript": "^7.10.5",
    "@babel/preset-env": "^7.4.5",
    "@babel/preset-react": "^7.0.0",
    "@npmcli/arborist": "^9.1.1",
    "ansi-styles": "^4.0.0",
    "autoprefixer": "^10.0.1",
    "babel-jest": "^28.1.0",
    "babel-loader": "^9.0.0",
    "babel-plugin-import": "^1.12.0",
    "babel-plugin-transform-dev-warning": "^0.1.1",
    "case-sensitive-paths-webpack-plugin": "^2.2.0",
    "chalk": "^4.0.0",
    "colorful": "^2.1.0",
    "commander": "^6.1.0",
    "css-loader": "^5.0.0",
    "css-minimizer-webpack-plugin": "^1.1.5",
    "fs-extra": "^11.3.0",
    "gh-pages": "^3.0.0",
    "glob": "^7.1.4",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-typescript": "^5.0.1",
    "gulp-watch": "^5.0.1",
    "is-windows": "^1.0.2",
    "jsonml.js": "^0.1.0",
    "less": "^4.0.0",
    "less-loader": "^7.1.0",
    "less-plugin-npm-import": "^2.1.0",
    "majo": "^0.9.1",
    "mark-twain": "^2.0.3",
    "merge2": "^1.2.3",
    "mini-css-extract-plugin": "^1.6.2",
    "minimist": "^1.2.0",
    "mkdirp": "^1.0.3",
    "node-fetch": "2.6.7",
    "npm-packlist": "^10.0.0",
    "postcss": "^8.1.2",
    "postcss-loader": "^4.0.4",
    "prettier": "^2.0.1",
    "progress": "^2.0.3",
    "remark-frontmatter": "^2.0.0",
    "remark-parse": "^8.0.0",
    "remark-stringify": "^8.0.0",
    "remark-yaml-config": "^4.1.0",
    "rimraf": "^3.0.0",
    "terser-webpack-plugin": "^5.3.9",
    "through2": "^3.0.1",
    "ts-loader": "^8.0.12",
    "tslint": "^6.1.2",
    "tslint-config-prettier": "^1.18.0",
    "tslint-react": "^5.0.0",
    "typescript": "^5.0.0",
    "uglify-js": "^3.17.4",
    "unified": "^8.0.0",
    "url-loader": "^4.0.0",
    "webpack": "^5.0.0",
    "webpack-merge": "^4.2.1",
    "webpackbar": "^5.0.0"
  },
  "devDependencies": {
    "@rc-component/father-plugin": "^2.1.2",
    "@types/fs-extra": "^11.0.4",
    "@types/glob": "^8.1.0",
    "@types/gulp": "^4.0.17",
    "@types/gulp-babel": "^6.1.33",
    "@types/gulp-watch": "^4.1.39",
    "@types/merge2": "^1.4.4",
    "@types/minimist": "^1.2.5",
    "@types/node-fetch": "^2.6.12",
    "@types/rimraf": "^3.0.0",
    "@types/through2": "^2.0.41",
    "@typescript-eslint/eslint-plugin": "^8.29.0",
    "@typescript-eslint/parser": "^8.29.0",
    "babel-eslint": "^10.0.1",
    "eslint": "^8.0.0",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-config-prettier": "^6.0.0",
    "eslint-plugin-import": "^2.17.3",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-react": "^7.13.0",
    "father": "^4.5.2",
    "jest": "^27.0.3",
    "pre-commit": "1.x"
  },
  "pre-commit": [
    "lint",
    "prettier"
  ],
  "__npminstall_done": false
}
