{
  "name": "ant-design-icons",
  "version": "1.3.3",
  "description": "Ant Design Icons 是一套提取自 Ant Design 的高质量图标，你可以自由地在 React、Vue 或其他框架中使用它。",
  "license": "MIT",
  "sideEffects": false,
  "main": "dist/index.js",
  "module": "dist/index.js",
  "unpkg": "dist/anticons.min.css",
  "jsdelivr": "dist/anticons.min.css",
  "homepage": "https://github.com/fjc0k/ant-design-icons",
  "author": {
    "name": "fjc0k",
    "email": "fjc0kb@gmail.com",
    "url": "https://github.com/fjc0k"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:fjc0k/ant-design-icons.git"
  },
  "bugs": {
    "url": "https://github.com/fjc0k/ant-design-icons/issues"
  },
  "keywords": [
    "antd",
    "icons",
    "svg"
  ],
  "files": [
    "dist"
  ],
  "scripts": {
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs",
    "build": "node scripts/extractIcons.js & node scripts/extractMobileIcons.js & node scripts/extractStandaloneIcons.js & node scripts/generateFonts.js",
    "release": "standard-version -a",
    "postrelease": "git push --follow-tags origin master && npm publish"
  },
  "standard-version": {
    "scripts": {
      "postbump": "yarn build && git add -A"
    }
  },
  "eslintConfig": {
    "root": true,
    "extends": "@fir-ui/fir"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "devDependencies": {
    "@fir-ui/eslint-config-fir": "^0.3.2",
    "axios": "^0.18.0",
    "babel-plugin-component": "^1.1.1",
    "clean-css": "^4.1.11",
    "element-ui": "^2.3.9",
    "eslint": "^4.19.1",
    "extract-zip": "^1.6.7",
    "font-blast": "^0.6.1",
    "fs-extra": "^6.0.1",
    "globby": "^8.0.1",
    "html-entities": "^1.2.1",
    "husky": "^1.0.0-rc.4",
    "lint-staged": "^7.1.0",
    "lodash": "^4.17.10",
    "nodegit": "^0.22.2",
    "standard-version": "^4.3.0",
    "vue": "^2.5.16",
    "vue-clipboards": "^1.2.4",
    "vuepress": "^0.10.0",
    "webfonts-generator": "^0.4.0"
  }
}
