{
  "name": "@zippytech/react-scroll-container",
  "version": "2.0.15",
  "license": "MIT",
  "description": "Custom scrollbars for your React components",
  "main": "lib/index.js",
  "scripts": {
    "dev": "webpack-dev-server --progress --colors --config ./build/dev.config.js",
    "babel": "babel --out-dir lib src",
    "lib": "rimraf lib && npm run babel",
    "styles": "INPUT_PATH=./style OUTPUT_PATH=./ NODE_MODULES_PATH=./node_modules/ theme-builder",
    "build": "npm run styles && npm run lib",
    "pretty": "prettier --single-quote es5 --write \"src/**/*.{js,jsx,json,css,scss}\" --fix",
    "prettystyle": "stylelint \"style/**/*.scss\" --syntax scss --fix",
    "precommit": "lint-staged",
    "release": "npm run release:patch",
    "next-release": "npm run next-release:patch",
    "dev-release": "npm run dev-release:patch",
    "release:patch": "npm run build && release patch && npm run registry-publish",
    "dev-release:patch": "npm run build && release pre dev && npm run registry-publish",
    "next-release:patch": "npm run build && release pre next && npm run next-registry-publish",
    "release:minor": "npm run build && release minor && npm run registry-publish",
    "release:major": "npm run build && release major && npm run registry-publish",
    "registry-publish": "npm config delete @zippytech:registry && npm publish . --access public && npm config set @zippytech:registry https://registry.zippytech.io/",
    "next-registry-publish": "npm config delete @zippytech:registry && npm publish --tag next . --access public && npm config set @zippytech:registry https://registry.zippytech.io/"
  },
  "stylelint": {
    "extends": "stylelint-config-standard",
    "rules": {}
  },
  "lint-staged": {
    "src/**/*.{js,jsx,json}": [
      "prettier --single-quote --write",
      "git add"
    ],
    "style/**/*.scss": [
      "prettier --single-quote --write",
      "stylelint --syntax scss --fix",
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zippytech/react-scroll-container-pro.git"
  },
  "keywords": [
    "react",
    "react-component",
    "scrollbars",
    "container",
    "custom"
  ],
  "author": "Zippy Technologies <contact@zippytech.io>",
  "bugs": {
    "url": "https://github.com/zippytech/react-scroll-container-pro/issues"
  },
  "homepage": "https://github.com/zippytech/react-scroll-container-pro#readme",
  "dependencies": {
    "@zippytech/has-touch": "^2.0.2",
    "@zippytech/react-class": "^4.0.6",
    "@zippytech/react-clean-props": "^2.0.3",
    "@zippytech/react-notify-resize": "^4.0.4",
    "lodash.debounce": "^4.0.8",
    "shallowequal": "0.2.2"
  },
  "peerDependencies": {
    "prop-types": ">=0.14.0 || >=15.0.0 || >=16.0.0-0",
    "react": ">=0.14.0 || >=15.0.0 || >=16.0.0-0",
    "react-dom": ">=0.14.0 || >=15.0.0 || >=16.0.0-0"
  },
  "devDependencies": {
    "@zippytech/theme-builder": "^2.0.3",
    "ava": "^0.25.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.3",
    "babel-loader": "^7.1.4",
    "babel-plugin-transform-es2015-destructuring": "^6.23.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "css-loader": "^0.28.11",
    "enzyme": "^2.4.1",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "^1.1.11",
    "husky": "^0.14.3",
    "lint-staged": "^7.1.2",
    "node-sass": "^4.9.0",
    "prettier": "^1.13.3",
    "prop-types": "^15.6.1",
    "react": "16.3.2",
    "react-addons-test-utils": "^15.6.2",
    "react-dom": "16.3.2",
    "release": "^4.0.0",
    "rimraf": "^2.6.2",
    "sass-loader": "^7.0.1",
    "style-loader": "^0.21.0",
    "stylelint": "^9.2.1",
    "stylelint-config-standard": "^18.2.0",
    "url-loader": "^1.0.1",
    "webpack": "^3.8.1",
    "webpack-dev-server": "^2.9.3"
  }
}
