{
  "name": "react-craft-ai-operations-history",
  "version": "0.1.3",
  "description": "React component to display craft ai operations history",
  "keywords": [
    "react",
    "react-component",
    "craft-ai",
    "ai"
  ],
  "author": {
    "name": "craft ai",
    "email": "contact@craft.ai",
    "url": "http://craft.ai/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/craft-ai/react-craft-ai-components.git"
  },
  "bugs": {
    "url": "https://github.com/craft-ai/react-craft-ai-components/issues"
  },
  "homepage": "https://github.com/craft-ai/react-craft-ai-components/tree/master/packages/react-craft-ai-operations-history#readme",
  "license": "BSD-3-Clause",
  "main": "lib/index.js",
  "unpkg": "dist/react-craft-ai-operations-history.min",
  "jsdelivr": "dist/react-craft-ai-operations-history.min",
  "scripts": {
    "build": "yarn run build:module && yarn run build:umd_production && yarn run build:umd_development",
    "build:module": "babel --root-mode upward src/ -d lib/",
    "build:umd_production": "NODE_ENV=production webpack",
    "build:umd_development": "NODE_ENV=development webpack",
    "lint": "eslint --ignore-path ../../.eslintignore --ext .js,.jsx .",
    "lint:fix": "eslint --fix --ignore-path ../../.eslintignore --ext .js,.jsx .",
    "storybook": "start-storybook -p 9193 -c .storybook",
    "storybook:build": "build-storybook -c .storybook -o ../../site/react-craft-ai-operations-history"
  },
  "devDependencies": {
    "@babel/cli": "^7",
    "@babel/core": "^7",
    "@babel/plugin-proposal-class-properties": "^7",
    "@babel/plugin-proposal-object-rest-spread": "^7",
    "@babel/preset-env": "^7",
    "@babel/preset-react": "^7",
    "@storybook/addon-backgrounds": "^5",
    "@storybook/addon-knobs": "^5",
    "@storybook/addon-options": "^5",
    "@storybook/addons": "^5",
    "@storybook/react": "^5",
    "babel-eslint": "^10",
    "babel-loader": "^8",
    "babel-plugin-emotion": "^9",
    "eslint": "^5",
    "eslint-config-craft-ai": "^3",
    "eslint-plugin-react": "^7",
    "eslint-plugin-react-hooks": "^1",
    "google-palette": "^1",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^1.2",
    "@fortawesome/free-solid-svg-icons": "^5.5",
    "@fortawesome/react-fontawesome": "^0.1",
    "babel-core": "^6.26.3",
    "camelcase": "^5.0",
    "craft-ai": "1.20.0",
    "lodash.debounce": "^4.0",
    "lodash.last": "^3.0",
    "lodash.orderby": "^4.6",
    "lodash.range": "^3.2",
    "memoize-one": "^4.0",
    "most": "^1.7"
  },
  "peerDependencies": {
    "prop-types": "^15.0.0",
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  }
}
