{
  "name": "@blockstack/ui",
  "description": "Blockstack UI components built using React and styled-components with styled-system.",
  "version": "2.12.12",
  "author": "Blockstack <engineering@blockstack.com> (https://blockstack.org/)",
  "bundlesize": [
    {
      "path": "./dist/**/*.js",
      "maxSize": "13 kB"
    }
  ],
  "dependencies": {
    "@popperjs/core": "^2.4.0",
    "@reach/alert": "^0.10.2",
    "@reach/auto-id": "^0.10.0",
    "@reach/rect": "^0.10.2",
    "@styled-system/css": "5.1.5",
    "@styled-system/should-forward-prop": "^5.1.5",
    "@styled-system/theme-get": "^5.1.2",
    "@types/react-transition-group": "^4.2.4",
    "@types/styled-components": "^5.1.0",
    "@types/styled-system": "^5.1.6",
    "@types/styled-system__css": "^5.0.8",
    "@types/styled-system__should-forward-prop": "^5.1.1",
    "@types/styled-system__theme-get": "^5.0.0",
    "color": "3.1.2",
    "flushable": "^1.0.0",
    "prettier": "^2.0.5",
    "prism-react-renderer": "^1.0.2",
    "prismjs": "^1.20.0",
    "prop-types": "^15.7.2",
    "react-spring": "8.0.27",
    "react-transition-group": "^4.4.1",
    "styled-system": "5.1.5",
    "type-fest": "^0.15.1",
    "use-events": "^1.4.1",
    "use-onclickoutside": "^0.3.1"
  },
  "devDependencies": {
    "@babel/cli": "7.8.4",
    "@babel/core": "7.9.0",
    "@babel/plugin-proposal-class-properties": "7.8.3",
    "@babel/plugin-proposal-object-rest-spread": "7.9.5",
    "@babel/plugin-transform-object-assign": "7.8.3",
    "@babel/plugin-transform-runtime": "7.9.0",
    "@babel/preset-env": "7.9.5",
    "@babel/preset-react": "7.9.4",
    "@babel/preset-typescript": "^7.9.0",
    "@blockstack/prettier-config": "^0.0.6",
    "@types/color": "^3.0.1",
    "@types/flushable": "^1.0.1",
    "@types/prismjs": "^1.16.0",
    "babel-plugin-add-react-displayname": "^0.0.5",
    "babel-plugin-module-resolver": "4.0.0",
    "babel-plugin-react-remove-properties": "0.3.0",
    "babel-plugin-styled-components": "^1.10.7",
    "babel-plugin-transform-react-remove-prop-types": "0.4.24",
    "bundlesize": "^0.18.0",
    "cross-env": "7.0.2",
    "fs-extra": "9.0.0",
    "glob": "7.1.6",
    "path": "0.12.7",
    "prettier": "^2.0.5",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "rimraf": "3.0.2",
    "shx": "^0.3.2",
    "styled-components": "^5.1.0",
    "ts-node": "^8.8.2",
    "tsdx": "^0.13.2",
    "tslint": "^6.1.1",
    "tslint-config-prettier": "^1.18.0"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://blockstack.design/",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "license": "MIT",
  "lint-staged": {
    "*.ts": [
      "tslint -c tslint.json"
    ],
    "**/*.+(js|jsx|ts|tsx|d.ts|md|mdx)": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "peerDependencies": {
    "react": "16.x",
    "react-dom": "16.x",
    "styled-components": "5.x",
    "use-events": "1.4.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/blockstack/ux/tree/master/packages/ui",
  "scripts": {
    "build": "cross-env NODE_ENV=production tsdx build --format=cjs,esm,umd",
    "dev": "tsdx watch --format=cjs,esm,umd",
    "bundlesize": "bundlesize",
    "lint": "yarn lint:eslint && yarn lint:prettier",
    "lint:eslint": "eslint \"src/**/*.{ts,tsx}\" -f unix",
    "lint:fix": "eslint \"src/**/*.{ts,tsx}\" -f unix --fix",
    "lint:prettier": "prettier --check \"src/**/*.{ts,tsx}\" *.js",
    "lint:prettier:fix": "prettier --write \"src/**/*.{ts,tsx}\" *.js",
    "prebuild": "rimraf dist",
    "prepublishOnly": "npm run typecheck && npm run build",
    "start": "cross-env NODE_ENV=development tsdx watch",
    "typecheck": "tsc --noEmit",
    "typecheck:watch": "npm run typecheck -- --watch"
  },
  "sideEffects": false,
  "typings": "dist/ui/src/index.d.ts",
  "umd:main": "dist/ui.umd.production.js",
  "unpkg": "dist/ui.cjs.production.min.js",
  "gitHead": "528a38057acec8ba19a7d1ccc979facdd0e02503"
}
