{
  "name": "suo-base-collect",
  "version": "0.0.10",
  "description": "",
  "main": "build/component.js",
  "scripts": {
    "prepublishOnly": "npm run compile",
    "release": "npm run build && npm version patch && npm publish && git push",
    "compile": "super-build build --autoUpdateVersion=C",
    "clear": "super-build clear",
    "beta": "npm version prerelease --preid=beta && npm publish --tag=beta && git push",
    "start": "cross-env BUILD_ENV=development SOCKET_SERVER=http://localhost:8000 roadhog server",
    "proxy": "node config/anyproxy.config.js",
    "build": "roadhog build",
    "lint": "eslint --ext .js",
    "lint-staged": "lint-staged"
  },
  "files": [
    "build"
  ],
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "antd-mobile": "2.x",
    "axios": "^0.18.0",
    "classnames": "^2.2.6",
    "dva-no-router": "^1.2.1",
    "moment": "^2.24.0",
    "prop-types": "^15.6.2",
    "qs": "^6.6.0",
    "rc-form": "^2.4.12",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "ss-mobile-toast": "^0.0.15",
    "store2": "^2.12.0",
    "suo-base-select-user": "^0.0.18",
    "super-build": "^0.0.1"
  },
  "devDependencies": {
    "anyproxy": "^4.0.12",
    "babel-eslint": "^10.0.1",
    "chalk": "^2.4.2",
    "cross-env": "^5.2.0",
    "eslint": "^5.9.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-prettier": "^3.3.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-compat": "^2.6.3",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-markdown": "^1.0.0-rc.0",
    "eslint-plugin-react": "^7.11.1",
    "husky": "^1.2.0",
    "lint-staged": "^8.1.0",
    "mockjs": "^1.0.1-beta3",
    "prettier": "^1.15.3",
    "redbox-react": "^1.4.3",
    "roadhog": "^2.5.0-beta.1",
    "roadhog-api-doc": "^1.1.2",
    "stylelint": "^9.9.0",
    "stylelint-config-prettier": "^4.0.0",
    "stylelint-config-standard": "^18.2.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "**/*.{js,jsx,less}": [
      "prettier --write",
      "git add"
    ],
    "**/*.{js,jsx}": "npm run lint",
    "**/*.less": "stylelint --syntax less"
  }
}
