{
  "name": "msb-icons-svg",
  "version": "4.2.25",
  "description": "Abstract nodes for msb design icons.",
  "license": "MIT",
  "sideEffects": false,
  "main": "./lib/index.js",
  "unpkg": "./dist/index.umd.js",
  "module": "./es/index.js",
  "files": [
    "lib",
    "es",
    "inline-svg",
    "inline-namespaced-svg"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/phongnv96/msb-design-icon.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production && npm run build:es && npm run build:lib",
    "build-clear": "rimraf es && rimraf lib",
    "build:es": "tsc --project tsconfig.build.json --module esnext --outDir es",
    "build:lib": "tsc --project tsconfig.build.json --module commonjs --outDir lib",
    "ci": "NODE_ENV=ci npm run prepublishOnly",
    "clean": "./scripts/cleanup.sh",
    "compile": "father build",
    "postcompile": "npm run clean && cross-env TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate.ts --target=entry",
    "digest": "node scripts/digest.js",
    "g": "npm run generate-svg && npm run generate-icon",
    "generate-icon": "rimraf src/icons && cross-env TS_NODE_PROJECT=scripts/tsconfig.json node -r ts-node/register scripts/generate.ts --target=icon",
    "generate-svg": "rimraf vendors/asn && cross-env NODE_ENV=production gulp --require ts-node/register/transpile-only",
    "lint": "eslint src/ --ext .tsx,.ts",
    "start": "dumi dev",
    "test": "father test",
    "test:local": "npm run generate && npm run compile && npm run test",
    "test:unit": "jest",
    "type-check": "tsc --noEmit"
  },
  "resolutions": {
    "@types/react": "^16.9.23",
    "@types/react-dom": "^16.9.5",
    "@typescript-eslint/eslint-plugin": "^4.10.0",
    "@typescript-eslint/parser": "^4.10.0"
  },
  "dependencies": {
    "@ant-design/colors": "^6.0.0",
    "@ant-design/icons": "4.0.0",
    "@ant-design/icons-svg": "^4.2.1",
    "@babel/runtime": "^7.11.2",
    "antd": "^4.8.2",
    "classnames": "^2.2.6",
    "merge-packages": "^0.1.6",
    "rc-util": "^5.9.4"
  },
  "devDependencies": {
    "@babel/core": "^7.8.6",
    "@babel/preset-env": "^7.8.6",
    "@babel/preset-typescript": "^7.8.3",
    "@rgrove/parse-xml": "^2.0.2",
    "@types/classnames": "^2.2.9",
    "@types/enzyme": "^3.10.3",
    "@types/gulp": "^4.0.6",
    "@types/gulp-concat": "^0.0.32",
    "@types/gulp-rename": "^0.0.33",
    "@types/jest": "^24.9.1",
    "@types/lodash": "^4.14.136",
    "@types/lodash.camelcase": "^4.3.6",
    "@types/lodash.template": "^4.4.6",
    "@types/lodash.upperfirst": "^4.3.6",
    "@types/node": "^13.9.3",
    "@types/ramda": "^0.26.43",
    "@types/react": "^16.9.23",
    "@types/react-dom": "^16.9.5",
    "@types/rgrove__parse-xml": "^1.1.0",
    "@types/svgo": "^1.3.1",
    "@types/through2": "^2.0.34",
    "@typescript-eslint/eslint-plugin": "^2.21.0",
    "@typescript-eslint/parser": "^2.21.0",
    "@umijs/fabric": "^2.2.2",
    "babel-jest": "^25.1.0",
    "cross-env": "^5.2.0",
    "del": "^5.1.0",
    "dumi": "^1.1.4",
    "enzyme": "^3.10.0",
    "enzyme-to-json": "^3.3.5",
    "eslint": "^7.16.0",
    "father": "^2.29.11",
    "glob": "^7.1.6",
    "globby": "^11.0.0",
    "gulp": "^4.0.2",
    "gulp-clone": "^2.0.1",
    "gulp-concat": "^2.6.1",
    "gulp-header": "^2.0.9",
    "gulp-rename": "^2.0.0",
    "jest": "^25.1.0",
    "lodash": "^4.17.15",
    "lodash.camelcase": "^4.3.0",
    "lodash.template": "^4.5.0",
    "lodash.upperfirst": "^4.3.1",
    "mobx": "^5.1.0",
    "mobx-react": "^6.1.3",
    "prettier": "^2.2.1",
    "ramda": "^0.27.0",
    "react": "^16.4.2",
    "react-dom": "^16.4.2",
    "rimraf": "^3.0.0",
    "styled-components": "^3.3.3",
    "svgo": "^1.3.2",
    "through2": "^3.0.1",
    "ts-node": "^8.6.2",
    "typescript": "^4.0.2",
    "vinyl": "^2.2.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "react": ">=16.0.0",
    "react-dom": ">=16.0.0"
  },
  "engines": {
    "node": ">=8"
  }
}
