{
  "name": "plurall-loading",
  "version": "1.0.12",
  "description": "Plurall Loading Components",
  "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 <it@edumobi.com.br>",
  "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",
    "react-dom": "^16.0.0",
    "styled-jsx": "^2.1.2"
  },
  "dependencies": {
    "prop-types": "^15.6.1"
  }
}
