{
  "name": "fannypack",
  "version": "4.21.38",
  "description": "An accessible, composable, and friendly React UI Kit",
  "main": "lib/index.js",
  "module": "es/index.js",
  "unpkg": "dist/fannypack.min.js",
  "types": "ts/index.d.ts",
  "scripts": {
    "build": "yarn clean && yarn build:lib && yarn build:types",
    "build:lib": "rollup -c",
    "build:types": "tsc --emitDeclarationOnly",
    "clean": "rimraf es/ lib/ dist/ ts/",
    "develop": "rollup -c -w",
    "prepublishOnly": "yarn build",
    "postpublish": "yarn clean",
    "type-check": "tsc --noEmit",
    "lint": "eslint src/ --ext js,ts,tsx",
    "lint:fix": "eslint src/ --fix",
    "test": "yarn type-check && yarn lint && yarn jest",
    "jest": "jest"
  },
  "dependencies": {
    "@fortawesome/free-solid-svg-icons": "5.9.0",
    "@types/classnames": "2.2.6",
    "@types/prop-types": "15.5.8",
    "@types/styled-components": "4.1.8",
    "airbnb-prop-types": "2.11.0",
    "classnames": "2.2.6",
    "conditional-wrap": "1.0.0",
    "focus-trap": "3.0.0",
    "lodash": "4.17.13",
    "markdown-react-js": "1.0.2",
    "polished": "2.3.0",
    "prop-types": "15.7.2",
    "react-input-mask": "2.0.4",
    "react-loads-next": "9.0.1",
    "react-media": "1.10.0",
    "react-remarkable": "1.1.3",
    "react-syntax-highlighter": "8.0.1",
    "reakit": "0.16.0",
    "styled-selector": "0.1.1",
    "styled-tools": "1.5.2",
    "webfontloader": "1.6.28"
  },
  "peerDependencies": {
    "@types/react": "16.x",
    "@types/react-dom": "16.x",
    "react": "16.x",
    "react-dom": "16.x"
  },
  "devDependencies": {
    "@emotion/core": "10.0.5",
    "@emotion/styled": "10.0.5",
    "@reactions/component": "2.0.2",
    "@types/react": "16.8.12",
    "@types/react-dom": "16.8.4",
    "emotion-theming": "10.0.5",
    "flow-bin": "0.83.0",
    "query-string": "6.2.0",
    "react": "16.8.6",
    "react-dom": "16.8.6",
    "react-test-renderer": "16.8.3",
    "react-testing-library": "7.0.0",
    "rimraf": "2.6.2",
    "rollup": "1.10.1",
    "rollup-plugin-babel": "4.0.3",
    "rollup-plugin-commonjs": "9.2.0",
    "rollup-plugin-ignore": "1.0.5",
    "rollup-plugin-json": "3.1.0",
    "rollup-plugin-node-resolve": "3.4.0",
    "rollup-plugin-proxy-directories": "1.2.0",
    "rollup-plugin-replace": "2.1.0",
    "rollup-plugin-terser": "4.0.3",
    "rollup-plugin-url": "2.2.0"
  },
  "author": "Jake Moxey",
  "homepage": "https://github.com/fannypackui",
  "license": "MIT",
  "repository": "https://github.com/fannypackui/fannypack",
  "keywords": [
    "fannypack",
    "ui",
    "accessible",
    "composable"
  ],
  "gitHead": "a47619b7452a273233cf59c4cdb8ad6d1b6881a2"
}
