{
  "name": "@tedconf/monterey",
  "version": "4.0.1",
  "main": "dist/index.min.js",
  "module": "dist/index.esm.min.js",
  "types": "dist/index.d.ts",
  "license": "MIT",
  "scripts": {
    "start": "storybook",
    "compile": "bili",
    "commit": "git-cz",
    "storybook:deploy:prod": "netlify deploy --prod --dir=storybook-static",
    "storybook:deploy": "netlify deploy --dir=storybook-static",
    "prerelease": "yarn compile",
    "release": "release-it",
    "postrelease": "yarn build-storybook && yarn storybook:deploy:prod",
    "lint": "eslint src/**/*.ts",
    "fix": "prettier src/**/* --write && eslint --fix src/**/*.ts",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  },
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/plugin-syntax-dynamic-import": "7.8.3",
    "@babel/preset-env": "7.8.4",
    "@babel/preset-react": "7.8.3",
    "@commitlint/cli": "8.3.5",
    "@commitlint/config-conventional": "8.3.4",
    "@emotion/babel-plugin-jsx-pragmatic": "0.1.5",
    "@emotion/core": "10.0.27",
    "@emotion/styled": "10.0.27",
    "@mdx-js/mdx": "1.5.5",
    "@mdx-js/react": "1.5.5",
    "@release-it/conventional-changelog": "1.1.0",
    "@storybook/addon-actions": "5.3.13",
    "@storybook/addon-backgrounds": "5.3.13",
    "@storybook/addon-docs": "5.3.13",
    "@storybook/addon-knobs": "5.3.13",
    "@storybook/addon-links": "5.3.13",
    "@storybook/addons": "5.3.13",
    "@storybook/preset-typescript": "1.2.0",
    "@storybook/react": "5.3.13",
    "@tedconf/eslint-config": "0.4.0",
    "@types/styled-system": "5.1.6",
    "@types/styled-system__css": "5.0.4",
    "@typescript-eslint/eslint-plugin": "2.19.2",
    "@wordpress/babel-plugin-import-jsx-pragma": "2.5.0",
    "awesome-typescript-loader": "5.2.1",
    "babel-core": "6.26.3",
    "babel-eslint": "10.0.3",
    "babel-loader": "8.0.6",
    "babel-plugin-module-resolver": "4.0.0",
    "babel-plugin-transform-react-jsx": "6.24.1",
    "babel-preset-react": "6.24.1",
    "babel-preset-stage-2": "6.24.1",
    "bili": "4.8.1",
    "commitizen": "4.0.3",
    "compose-function": "3.0.3",
    "csstype": "2.6.9",
    "cz-customizable": "6.2.0",
    "emotion-theming": "10.0.27",
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18",
    "eslint-config-prettier": "^6.10.0",
    "eslint-import-resolver-babel-module": "5.1.2",
    "eslint-plugin-eslint-comments": "^3.1.2",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-react": "^7.18.3",
    "eslint-plugin-react-hooks": "^2.4.0",
    "fork-ts-checker-webpack-plugin": "4.0.4",
    "husky": "3.0.9",
    "modularscale-js": "3.0.1",
    "netlify-cli": "2.35.0",
    "parcel-bundler": "1.12.4",
    "prettier": "^1.19.1",
    "prop-types": "15.7.2",
    "raw-loader": "3.1.0",
    "react": "16.12.0",
    "react-docgen-typescript-loader": "3.6.0",
    "react-dom": "16.12.0",
    "react-is": "16.12.0",
    "release-it": "12.5.0",
    "rollup-plugin-typescript2": "0.26.0",
    "tiny-warning": "1.0.3",
    "ts-loader": "6.2.1"
  },
  "peerDependencies": {
    "@emotion/core": ">=10.0.0",
    "@emotion/styled": ">=10.0.0",
    "react": ">=16.0.0"
  },
  "dependencies": {
    "@styled-system/css": "5.1.5",
    "@styled-system/jsx": "5.0.13",
    "@styled-system/should-forward-prop": "5.1.5",
    "@styled-system/variant": "5.1.5",
    "capsize": "1.1.0",
    "styled-system": "5.1.5",
    "theme-ui": "0.3.1"
  },
  "resolutions": {
    "@mdx-js/react": "1.5.5"
  },
  "config": {
    "commitizen": {
      "path": "cz-customizable"
    }
  },
  "husky": {
    "hooks": {
      "prepare-commit-msg": "exec < /dev/tty && yarn commit --hook || true",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  }
}
