{
  "name": "react-mdl-library",
  "author": "Particle4dev Team",
  "version": "1.1.0",
  "description": "React Components for Material Design Lite",
  "main": "./dist/index.js",
  "keywords": [
    "react",
    "react component",
    "material design",
    "material design lite"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/university-of-ant-solutions/react-mdl-library.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/university-of-ant-solutions/react-mdl-library/issues"
  },
  "devDependencies": {
    "@storybook/addon-actions": "^3.3.3",
    "@storybook/addon-info": "^3.3.3",
    "@storybook/react": "^3.3.3",
    "babel-cli": "^6.26.0",
    "babel-plugin-react-require": "^3.0.0",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-1": "^6.24.1",
    "gh-pages": "^1.1.0",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "standard-version": "^4.2.0"
  },
  "peerDependencies": {
    "react": "^16.2.0",
    "react-dom": "^16.2.0"
  },
  "dependencies": {
    "classnames": "^2.2.5",
    "react-transition-group": "^2.2.1"
  },
  "scripts": {
    "build": "rm -rf dist && mkdir -p dist/components && ./node_modules/.bin/babel --extends=./.storybook/.babelrc -d dist src",
    "start": "./node_modules/.bin/start-storybook -p 9001 -c .storybook",
    "build-storybook": "./node_modules/.bin/build-storybook",
    "gh-pages": "npm run build-storybook -- -o _gh-pages && gh-pages -d _gh-pages && rm -rf _gh-pages",
    "release": "./node_modules/.bin/standard-version",
    "version": "npm run release --commit-all",
    "version:patch": "npm run release -- --release-as patch",
    "version:minor": "npm run release -- --release-as minor",
    "version:major": "npm run release -- --release-as major",
    "push": "git push --follow-tags origin master && npm publish",
    "deploy": "npm run version && npm run push",
    "deploy:patch": "npm run version:patch && npm run push",
    "deploy:minor": "npm run version:minor && npm run push",
    "deploy:major": "npm run version:major && npm run push",
    "preversion": "npm run test && npm run lint && npm run build",
    "prepublish": "npm run build",
    "postpublish": "npm run gh-pages"
  }
}
