{
  "name": "plurall-help",
  "version": "2.1.31",
  "description": "Plurall help Component",
  "main": "dist/index.js",
  "publishConfig": {
    "registry": "http://registry.npmjs.org/"
  },
  "license": "ISC",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "clean-dist": "rm -rf ./dist",
    "build": "yarn clean-dist && NODE_ENV=production ./node_modules/.bin/babel ./src --out-dir ./dist",
    "build:watch": "./node_modules/.bin/babel ./src -w -d ./dist"
  },
  "author": "Plurall Dev <giovanni.keppelen+npm@edumobi.com.br>",
  "dependencies": {
    "plurall-button": "^1.1.16",
    "plurall-form": "^1.0.22",
    "plurall-icons": "^1.5.29",
    "plurall-tag": "^1.1.23",
    "plurall-texts": "^1.1.10",
    "prop-types": "^15.6.0",
    "react-dom": "^16.2.0",
    "whatwg-fetch": "^2.0.3"
  },
  "peerDependencies": {
    "react": "^16.0.0",
    "styled-jsx": "^1.x"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-1": "^6.24.1",
    "react": "^16.0.0",
    "styled-jsx": "^2.1.2"
  }
}
