{
  "name": "jobiqo-cl",
  "version": "0.389.0",
  "sideEffects": false,
  "description": "",
  "main": "lib/src/index.js",
  "types": "lib/index.d.ts",
  "module": "lib/es/src/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "start": "npm run icons:watch && start-storybook",
    "start:docs": "npm run icons:watch && start-storybook --docs",
    "build": "npm run build:clean && npm run lint:fix && npm run icons && npm run build:lib && npm run tsd",
    "tsd": "tsc -p tsconfig.dist.json --emitDeclarationOnly --skipLibCheck",
    "build:clean": "rimraf lib",
    "build:lib": "rollup -c",
    "build-storybook": "build-storybook",
    "build-storybook:docs": "build-storybook --docs -o docs/storybook",
    "icons": "svgr assets/svgs -d src/icons --replace-attr-values '#dedede=currentColor' --template ./src/components/02-atoms/05-icons/template.js --title-prop --icon --ext tsx",
    "icons:watch": "svgr assets/svgs -d src/icons --replace-attr-values '#dedede=currentColor' --template ./src/components/02-atoms/05-icons/template.js --title-prop --icon --ext tsx",
    "test": "jest --runInBand",
    "test:update": "jest -u",
    "watch:test": "jest --watch",
    "prepublish": "npm run build",
    "lint": "tslint -p tsconfig.json",
    "lint:fix": "tslint --fix -p tsconfig.json",
    "playroom:start": "playroom start",
    "playroom:build": "playroom build",
    "chromatic": "CHROMATIC_APP_CODE=2gx7g67njyu chromatic"
  },
  "author": {
    "name": "Joao Garin",
    "email": "joao.garin@gmail.com",
    "url": "https://github.com/joaogarin"
  },
  "license": "MIT",
  "dependencies": {
    "@reach/alert": "^0.7.0",
    "@reach/alert-dialog": "^0.7.0",
    "@reach/combobox": "^0.7.0",
    "@reach/dialog": "^0.7.0",
    "@reach/menu-button": "^0.7.0",
    "@reach/rect": "^0.7.0",
    "@reach/skip-nav": "^0.7.0",
    "@reach/tabs": "^0.7.0",
    "@reach/visually-hidden": "^0.7.0",
    "@types/react-datepicker": "^2.11.0",
    "@types/react-geosuggest": "^2.7.10",
    "@types/styled-system": "^5.1.9",
    "downshift": "^3.4.8",
    "focus-trap-react": "^4.0.0",
    "framer-motion": "^1.4.2",
    "match-sorter": "^2.2.3",
    "polished": "^2.3.3",
    "react-content-loader": "^4.2.1",
    "react-datepicker": "^2.12.1",
    "react-geosuggest": "^2.12.1",
    "styled-system": "^5.1.2",
    "use-throttle": "^0.0.3"
  },
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.0.0",
    "styled-components": "^4.1.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.3.4",
    "@babel/plugin-proposal-class-properties": "^7.3.4",
    "@babel/plugin-proposal-export-default-from": "^7.8.3",
    "@babel/plugin-syntax-class-properties": "^7.0.0",
    "@babel/polyfill": "^7.2.5",
    "@babel/preset-env": "^7.3.4",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.3.3",
    "@babel/register": "^7.0.0",
    "@rollup/plugin-commonjs": "^11.0.1",
    "@rollup/plugin-node-resolve": "^7.0.0",
    "@rollup/plugin-typescript": "^2.1.0",
    "@sambego/storybook-state": "^1.3.3",
    "@storybook/addon-actions": "^5.3.18",
    "@storybook/addon-docs": "^5.3.18",
    "@storybook/addon-events": "^5.3.18",
    "@storybook/addon-info": "^5.3.18",
    "@storybook/addon-knobs": "^5.3.18",
    "@storybook/addons": "^5.3.18",
    "@storybook/components": "^5.3.18",
    "@storybook/react": "^5.3.18",
    "@storybook/source-loader": "^5.3.18",
    "@svgr/cli": "^5.3.0",
    "@types/jest": "^23.3.14",
    "@types/react": "^16.8.6",
    "@types/react-dom": "^16.8.2",
    "@types/styled-components": "^4.1.11",
    "agadoo": "^2.0.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-loader": "^8.0.5",
    "babel-plugin-inline-import": "^3.0.0",
    "babel-plugin-module-resolver": "^3.2.0",
    "babel-plugin-react-docgen": "^2.0.2",
    "babel-plugin-styled-components": "^1.8.0",
    "core-js": "^2.6.5",
    "html-webpack-plugin": "^3.2.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^24.1.0",
    "jest-styled-components": "^6.2.1",
    "playroom": "^0.16.1",
    "prettier": "^1.16.4",
    "prop-types": "^15.7.2",
    "raw-loader": "^0.5.1",
    "react": "^16.8.6",
    "react-addons-test-utils": "^15.6.2",
    "react-docgen-typescript-loader": "^3.1.0",
    "react-dom": "^16.8.6",
    "react-testing-library": "^5.9.0",
    "rimraf": "^2.6.3",
    "rollup": "^1.29.1",
    "rollup-plugin-analyzer": "^3.2.2",
    "rollup-plugin-peer-deps-external": "^2.2.0",
    "rollup-plugin-postcss": "^2.0.3",
    "rollup-plugin-typescript2": "^0.25.3",
    "storybook-chromatic": "^3.5.5",
    "styled-components": "^4.1.3",
    "stylelint": "^9.10.1",
    "stylelint-config-standard": "^18.2.0",
    "stylelint-config-styled-components": "^0.1.1",
    "stylelint-custom-processor-loader": "^0.5.0",
    "stylelint-processor-styled-components": "^1.5.2",
    "ts-jest": "^23.10.4",
    "tslint": "^5.13.1",
    "tslint-config-prettier": "^1.18.0",
    "tslint-react": "^3.6.0",
    "typescript": "^3.5.1",
    "webpack-dev-server": "^3.10.3"
  }
}
