{
  "name": "@beisen-phoenix/mobile-icon",
  "version": "1.0.13",
  "description": "",
  "main": "lib/index.js",
  "scripts": {
    "start": "italent-thunder start",
    "build": "italent-thunder build prod --mode development",
    "build-prod": "italent-thunder build prod",
    "lib": "stl build lib",
    "examples": "sbl start --port 9001",
    "postlib": "tsc --emitDeclarationOnly",
    "prepublish": "npm run lib",
    "commit": "git-cz"
  },
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git@gitlab.beisencorp.com:ux-phoenix/mobile-icon.git"
  },
  "peerDependencies": {
    "react": "16.x.x",
    "react-dom": "16.x.x"
  },
  "devDependencies": {
    "@beisen/ts": "1.x.x",
    "@beisen/build": "1.x.x",
    "@beisen/babel": "7.x.x",
    "@beisen/storybook": "1.x.x",
    "@beisen/storybook-react": "4.x.x",
    "@beisen/italent-thunder": "1.x.x",
    "@beisen/webpack": "4.x.x",
    "commitizen": "2.x.x",
    "cz-conventional-changelog": "2.x.x",
    "@types/react": "16.x.x",
    "@types/react-dom": "16.x.x",
    "react": "16.x.x",
    "react-dom": "16.x.x"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
