{
  "name": "fgg-ui",
  "version": "0.1.3",
  "description": "",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "node ./scripts/build.js",
    "doc:dev": "docz dev",
    "doc:build": "docz build",
    "lint": "eslint --fix --ext .tsx --ignore-path .gitignore .",
    "pre-commit": "lint-staged",
    "commit": "git-cz"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "lint-staged": {
    "components/**/*.ts?(x)": "eslint --fix --ext .tsx --ignore-path .gitignore"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "lint-staged"
    }
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "devDependencies": {
    "@commitlint/cli": "^8.3.5",
    "@commitlint/config-conventional": "^8.3.4",
    "@types/react": "^16.9.19",
    "@types/react-dom": "^16.9.5",
    "chalk": "^3.0.0",
    "@typescript-eslint/eslint-plugin": "^2.19.2",
    "@typescript-eslint/parser": "^2.19.2",
    "commitizen": "^4.0.3",
    "cz-conventional-changelog": "^3.1.0",
    "docz": "^2.3.0-alpha.13",
    "eslint": "^6.8.0",
    "eslint-plugin-react": "^7.18.3",
    "gatsby-plugin-less": "^3.0.19",
    "glob": "^7.1.6",
    "husky": "^4.2.3",
    "lint-staged": "^10.0.7",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "typescript": "^3.7.5",
    "less": "^3.11.1"
  },
  "dependencies": {
    "antd": "^3.26.9"
  }
}
