{
  "name": "delta-design-system-web",
  "version": "0.3.6",
  "description": "delta component lib",
  "main": "src/index.js",
  "scripts": {
    "dev": "npm start",
    "start": "docz dev",
    "add": "git add build src/release.json",
    "build": "webpack --progress",
    "lint": "eslint --fix src",
    "now-build": "docz build",
    "deploy": "now && now alias",
    "create": "node lib/index.js"
  },
  "dependencies": {
    "@babel/core": "^7.1.2",
    "@babel/preset-env": "^7.1.0",
    "@babel/preset-react": "^7.0.0",
    "axios": "^0.18.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "babel-loader": "^8.0.4",
    "buble": "0.19.4",
    "chalk": "^2.4.1",
    "circular-json": "^0.5.9",
    "clean-webpack-plugin": "^0.1.19",
    "core-js": "^2.6.1",
    "docz": "^0.12.13",
    "enzyme": "^3.7.0",
    "enzyme-adapter-react-16": "^1.6.0",
    "enzyme-to-json": "^3.3.4",
    "eslint": "^5.7.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-loader": "^2.1.1",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-react": "^7.11.1",
    "gerador-validador-cpf": "^3.1.3",
    "jest": "^23.6.0",
    "js-cookie": "^2.2.0",
    "lodash": "^4.17.11",
    "lodash-webpack-plugin": "^0.11.5",
    "moment": "^2.22.2",
    "next-page-transitions": "^1.0.0-alpha.4",
    "pre-commit": "^1.2.2",
    "prop-types": "^15.6.2",
    "react": "^16.6.3",
    "react-addons-test-utils": "^15.6.2",
    "react-dom": "^16.6.3",
    "react-html-parser": "^2.0.2",
    "react-intl": "^2.8.0",
    "react-inverted-scrollview": "^1.0.7",
    "react-ionicons": "^2.1.6",
    "react-speech-recognition": "^1.0.7",
    "serve": "^10.0.2",
    "styled-components": "^4.1.1",
    "uglifyjs-webpack-plugin": "^2.0.1",
    "webpack": "^4.20.2",
    "webpack-cli": "^3.1.2",
    "webpack-ver-plugin": "0.0.2"
  },
  "jest": {
    "snapshotSerializers": [
      "<rootDir>/node_modules/enzyme-to-json/serializer"
    ],
    "setupFiles": [
      "./.jest/setup.js"
    ],
    "coverageThreshold": {
      "global": {
        "statements": -10,
        "functions": 80,
        "branches": 80,
        "lines": 80
      }
    }
  },
  "pre-commit": {
    "run": [],
    "silent": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://bitbucket.org/albdigitaltransformation/designsystem.web.git"
  },
  "keywords": [
    "react",
    "component",
    "lib"
  ],
  "license": "MIT",
  "homepage": "https://bitbucket.org/albdigitaltransformation/designsystem.web",
  "author": "albdigitaltransformation",
  "devDependencies": {
    "babel-plugin-webpack-alias": "^2.1.2"
  }
}
