{
  "name": "react-gm",
  "version": "8.14.4",
  "description": "",
  "main": "src/index.js",
  "module": "src/index.js",
  "style": "src/index.css",
  "keywords": [
    "react",
    "react-gm",
    "react-component"
  ],
  "scripts": {
    "start": "start-storybook",
    "build": "build-storybook -c .storybook -o docs",
    "prebuild": "rm -rf docs; mkdir docs;"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "standard": {
    "parser": "babel-eslint"
  },
  "lint-staged": {
    "./(src|demo|frame|table)/**/*.js": [
      "eslint --cache --fix",
      "git add"
    ],
    "./(src|demo|frame|table)/(component|css)/**/*.less": [
      "stylelint --cache --fix",
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gmfe/react-gm.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/gmfe/react-gm/issues"
  },
  "homepage": "https://github.com/gmfe/react-gm#readme",
  "browserslist": [
    "iOS >= 8",
    "Android >= 4.1"
  ],
  "peerDependencies": {
    "@svgr/webpack": "^4.3.2",
    "react": "^16.8.5",
    "react-dom": "^16.8.5",
    "react-table": "6.8.6"
  },
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.5.4",
    "@babel/runtime": "^7.5.5",
    "@storybook/addon-info": "^5.1.9",
    "@storybook/addon-knobs": "^5.1.9",
    "@storybook/addon-notes": "^5.1.9",
    "@storybook/addon-storysource": "^5.1.9",
    "@storybook/react": "^5.1.9",
    "@svgr/webpack": "^4.3.2",
    "babel-eslint": "^10.0.3",
    "babel-loader": "^8.0.6",
    "babel-preset-gmfe": "^0.0.3",
    "css-loader": "^3.4.1",
    "eslint": "^6.0.1",
    "eslint-config-prettier": "^6.0.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-config-standard-jsx": "^8.1.0",
    "eslint-import-resolver-gmfe-alias": "^0.0.2",
    "eslint-plugin-gmfe": "^1.1.0",
    "eslint-plugin-import": "^2.18.0",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-prettier": "^3.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.14.2",
    "eslint-plugin-standard": "^4.0.0",
    "file-loader": "^4.2.0",
    "gm-service": "^1.7.14",
    "husky": "^3.0.1",
    "less": "^3.10.3",
    "less-loader": "^5.0.0",
    "lint-staged": "^9.2.0",
    "mobx": "^5.11.0",
    "mobx-react": "^6.1.1",
    "path": "^0.12.7",
    "prettier": "^1.18.2",
    "react": "^16.8.5",
    "react-beautiful-dnd": "^10.1.0",
    "react-dom": "^16.8.5",
    "react-hot-loader": "^4.12.8",
    "react-loadable": "^5.5.0",
    "react-router": "^5.0.1",
    "react-router-dom": "^5.0.1",
    "react-table": "6.8.6",
    "sortablejs": "^1.10.1",
    "standard": "^13.0.2",
    "stylelint": "^10.1.0",
    "stylelint-config-standard": "^18.2.0",
    "url-loader": "^2.2.0",
    "webpack": "^4.0.0"
  },
  "dependencies": {
    "big.js": "^5.2.2",
    "classnames": "^2.2.5",
    "gm-util": "^5.11.0",
    "hoist-non-react-statics": "^3.3.0",
    "lodash": "^4.17.14",
    "moment": "^2.24.0",
    "prop-types": "^15.7.2",
    "query-string": "^6.8.1"
  }
}
