{
  "name": "@fishx/icons",
  "version": "2.0.0",
  "main": "./lib/index.js",
  "module": "./es/index.js",
  "unpkg": "./dist/index.umd.js",
  "sideEffects": false,
  "repository": "http://gitlab.iwhalecloud.com/fish-x/fishx-icons",
  "homepage": "http://gitlab.iwhalecloud.com/fish-x/fishx-icons",
  "engines": {
    "node": ">=8"
  },
  "scripts": {
    "clean": ".\\scripts\\cleanup.sh",
    "start": "cross-env NODE_ENV=development dumi dev",
    "build:doc": "cross-env NODE_ENV=development dumi build",
    "lint": "eslint src/ --ext .tsx,.ts",
    "compile": "father-build",
    "test": "father test",
    "ci": "NODE_ENV=ci npm run prepublishOnly",
    "test:local": "npm run generate && npm run compile && npm run test",
    "prepublishOnly": "npm run generate && npm run compile && npm run lint",
    "generate": "rimraf src/icons && cross-env TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate.ts --target=icon",
    "postcompile": "npm run clean && cross-env TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate.ts --target=entry"
  },
  "peerDependencies": {
    "react": ">=16.x"
  },
  "resolutions": {
    "@types/react": "^17.0.2"
  },
  "devDependencies": {
    "@types/classnames": "^2.2.9",
    "@types/enzyme": "3.10.7",
    "@types/insert-css": "^2.0.0",
    "@types/jest": "^24.9.1",
    "@types/lodash": "^4.14.136",
    "@types/node": "^13.9.3",
    "@types/react": "^17.0.2",
    "@types/react-dom": "^16.9.5",
    "@umijs/fabric": "^2.2.2",
    "cross-env": "^5.2.0",
    "dumi": "^1.0.34",
    "enzyme": "^3.10.0",
    "enzyme-to-json": "^3.3.5",
    "eslint": "^7.1.0",
    "father-build": "^1.18.2",
    "lodash": "^4.17.15",
    "mobx": "^5.1.0",
    "mobx-react": "^6.1.3",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rimraf": "^3.0.0",
    "styled-components": "^3.3.3",
    "ts-node": "^8.3.0",
    "typescript": "^3.0.3"
  },
  "dependencies": {
    "@ant-design/colors": "^3.1.0",
    "@babel/runtime": "^7.10.4",
    "@fishx/icons-svg": "^1.0.14",
    "classnames": "^2.2.6",
    "insert-css": "^2.0.0",
    "rc-util": "^5.0.1"
  }
}
