{
  "name": "leaf-ui",
  "version": "0.56.0",
  "description": "🍃 Leaf-UI: A react component library built using styled-components",
  "scripts": {
    "web": "run-s web:storybook",
    "web:storybook": "start-storybook -p 9000 -c ./storybook/web",
    "web:storybook:build": "NODE_ENV=production build-storybook -o docs -c ./storybook/web",
    "native": "expo r -c",
    "amp": "run-s amp:storybook",
    "amp:storybook": "start-storybook -p 9001 -c ./storybook/amp",
    "amp:storybook:build": "NODE_ENV=production build-storybook -o docs -c ./storybook/amp",
    "semantic-release": "semantic-release",
    "build": "run-s build:clean && run-p build:es build:cjs",
    "build:clean": "rimraf es cjs",
    "build:es": "babel src -d es --ignore *.test.js,*.story.js",
    "build:cjs": "NODE_ENV=cjs babel src -d cjs --ignore *.test.js,*.story.js",
    "build:prepare": "node ./src/scripts/buildPrepare.js",
    "precommit": "lint-staged",
    "commit": "git-cz",
    "lint": "run-p lint:*",
    "lint:eslint": "eslint .",
    "lint:stylelint": "stylelint '**/*.js'",
    "test": "jest",
    "eyes-storybook": "eyes-storybook -c ./storybook/web"
  },
  "lint-staged": {
    "*.js": [
      "eslint",
      "stylelint"
    ]
  },
  "dependencies": {
    "date-fns": "1.30.1",
    "downshift": "2.2.2",
    "expo": "32.0.0",
    "formik": "0.11.11",
    "lodash": "4.17.11",
    "react-day-picker": "7.2.4",
    "react-helmet": "5.2.0",
    "react-overlays": "0.8.3",
    "react-tiny-virtual-list": "2.2.0",
    "yup": "0.26.6"
  },
  "devDependencies": {
    "@applitools/eyes-storybook": "2.7.32",
    "@babel/cli": "7.2.3",
    "@babel/core": "7.2.2",
    "@babel/plugin-external-helpers": "7.2.0",
    "@babel/plugin-proposal-class-properties": "7.3.0",
    "@babel/plugin-proposal-export-default-from": "7.2.0",
    "@babel/plugin-proposal-export-namespace-from": "7.2.0",
    "@babel/plugin-proposal-object-rest-spread": "7.3.1",
    "@babel/plugin-transform-runtime": "7.2.0",
    "@babel/preset-env": "7.3.1",
    "@babel/preset-flow": "7.0.0",
    "@babel/preset-react": "7.0.0",
    "@storybook/addon-actions": "5.2.0-beta.39",
    "@storybook/addon-docs": "5.2.0-beta.39",
    "@storybook/addon-knobs": "5.2.0-beta.39",
    "@storybook/react": "5.2.0-beta.39",
    "@storybook/react-native": "5.2.0-beta.39",
    "@storybook/theming": "5.2.0-beta.39",
    "babel-eslint": "9.0.0",
    "babel-jest": "24.0.0",
    "babel-loader": "8.0.6",
    "babel-plugin-styled-components": "1.10.0",
    "babel-plugin-syntax-trailing-function-commas": "6.22.0",
    "commitizen": "2.10.1",
    "cz-conventional-changelog": "2.1.0",
    "eslint": "5.13.0",
    "eslint-config-airbnb": "17.1.0",
    "eslint-plugin-import": "2.16.0",
    "eslint-plugin-jsx-a11y": "6.2.0",
    "eslint-plugin-react": "7.12.4",
    "husky": "0.14.3",
    "jest": "24.0.0",
    "lint-staged": "7.3.0",
    "mkdirp": "0.5.1",
    "npm-run-all": "4.1.5",
    "prop-types": "15.6.2",
    "raw-loader": "0.5.1",
    "react": "16.8.6",
    "react-dom": "16.8.6",
    "react-native": "0.57.8",
    "rimraf": "2.6.3",
    "semantic-release": "11.0.2",
    "styled-components": "4.2.0",
    "stylelint": "9.10.1",
    "stylelint-config-standard": "18.2.0",
    "stylelint-config-styled-components": "0.1.1",
    "stylelint-processor-styled-components": "1.5.2"
  },
  "peerDependencies": {
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "react-native": "^0.57.8",
    "styled-components": "^3.2.6"
  },
  "keywords": [
    "react",
    "react-native",
    "web",
    "amp",
    "components",
    "styled-components",
    "theme",
    "design-system",
    "ui-library"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/treebohotels/leaf-ui.git"
  },
  "author": "Lakshya Ranganath <lakshya.ranganath@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/treebohotels/leaf-ui/issues"
  },
  "homepage": "https://github.com/treebohotels/leaf-ui#readme",
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "files": [
    "cjs/**/*",
    "es/**/*",
    "Accordion/**/*",
    "Button/**/*",
    "Card/**/*",
    "Checkbox/**/*",
    "DatePickerInput/**/*",
    "DateRangePickerInput/**/*",
    "Divider/**/*",
    "Dropdown/**/*",
    "Flex/**/*",
    "Form/**/*",
    "Gallery/**/*",
    "Icon/**/*",
    "Image/**/*",
    "Link/**/*",
    "List/**/*",
    "Modal/**/*",
    "MoreOrLess/**/*",
    "Notification/**/*",
    "Position/**/*",
    "Price/**/*",
    "RadioButton/**/*",
    "Select/**/*",
    "Size/**/*",
    "Space/**/*",
    "Table/**/*",
    "Tabs/**/*",
    "Tag/**/*",
    "Text/**/*",
    "TextArea/**/*",
    "TextInput/**/*",
    "Toggle/**/*",
    "Tooltip/**/*",
    "View/**/*",
    "theme/**/*",
    "theme.js"
  ]
}
