{
  "name": "react-numpad-material",
  "version": "1.0.22",
  "description": "Thank for Pietro Ghezzi, Numpad react component, as number input or time input",
  "main": "build/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/hungnt167/react-numpad"
  },
  "scripts": {
    "start": "webpack --watch",
    "build": "babel lib -d build",
    "build:watch": "babel lib -w -d build",
    "lint": "eslint lib/** --fix; exit 0",
    "lint:watch": "esw -w lib/**",
    "precommit": "lint-staged",
    "prepublish": "npm run build",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "test": "jest"
  },
  "lint-staged": {
    "*.{js,json,css,md}": [
      "prettier --single-quote --trailing-comma es5 --print-width 100 --write",
      "git add"
    ]
  },
  "author": "Rooney",
  "license": "ISC",
  "devDependencies": {
    "@storybook/addon-actions": "^4.0.0-alpha.1",
    "@storybook/addon-links": "^4.0.0-alpha.1",
    "@storybook/react": "^4.0.0-alpha.1",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.2",
    "babel-jest": "^22.4.3",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "chai": "^4.1.2",
    "css-loader": "^0.28.11",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-import": "^2.9.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-prettier": "^2.6.0",
    "eslint-plugin-react": "^7.7.0",
    "eslint-watch": "^3.1.4",
    "file-loader": "^1.1.11",
    "husky": "^0.14.3",
    "jest": "^22.4.3",
    "jest-styled-components": "^5.0.0",
    "lint-staged": "^7.0.0",
    "node-sass": "^4.8.3",
    "polished": "^1.9.2",
    "prettier": "^1.11.1",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "react-test-renderer": "^16.2.0",
    "sass-loader": "^6.0.7",
    "sinon": "^4.4.9",
    "sinon-sandbox": "^1.0.2",
    "style-loader": "^0.20.3",
    "url-loader": "^1.0.1",
    "webpack": "^4.4.1",
    "webpack-cli": "^2.0.13"
  },
  "peerDependencies": {
    "react": "^16.2.0",
    "react-dom": "^16.2.0"
  },
  "dependencies": {
    "color": "^3.0.0",
    "lodash": "^4.17.5",
    "material-ui": "^1.0.0-beta.39",
    "moment": "^2.21.0",
    "react-icons": "2.2.7",
    "react-onclickoutside": "^6.7.1",
    "react-portal": "^4.1.4",
    "react-swipeable": "^4.2.1",
    "prop-types": "^15.6.1",
    "styled-components": "^3.2.3"
  }
}
