{
  "name": "horns",
  "version": "0.2.33",
  "description": "Fully themable React UI kit.",
  "homepage": "https://github.com/68696c6c/horns",
  "author": "Aaron Hill",
  "license": "ISC",
  "main": "dist/index.js",
  "scripts": {
    "develop": "docz dev --protocol=http --host=0.0.0.0 --port=8000",
    "build": "./node_modules/.bin/babel src --out-dir dist",
    "test": "jest --config=jest-config.js",
    "test:watch": "jest --watch --config=jest-config.js"
  },
  "dependencies": {
    "@emotion/core": "^10.0.14",
    "@emotion/styled": "^10.0.14",
    "color": "^3.0.0",
    "emotion-server": "^10.0.14",
    "emotion-theming": "^10.0.4",
    "gatsby-over-scroll": "^1.1.7",
    "prop-types": "^15.6.0",
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "react-icons": "^3.1.0",
    "react-over-scroll": "^1.1.1",
    "react-select": "^2.0.0",
    "react-spring": "^5.4.0",
    "react-text-mask": "^5.4.3",
    "react-toastify": "^4.1.0",
    "text-mask-addons": "^3.8.0",
    "uuid": "^3.3.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.1",
    "@babel/plugin-transform-destructuring": "^7.0.0",
    "@babel/plugin-transform-react-jsx": "^7.0.0",
    "@babel/polyfill": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^23.6.0",
    "babel-plugin-transform-regenerator": "^6.26.0",
    "core-js": "^2.5.7",
    "detect-port": "^1.2.3",
    "docz": "^1.2.0",
    "docz-theme-default": "^1.2.0",
    "enzyme": "^3.6.0",
    "enzyme-adapter-react-16": "^1.5.0",
    "eslint": "^6.0.1",
    "eslint-config-airbnb": "^17.1.1",
    "eslint-config-prettier": "^6.0.0",
    "eslint-plugin-emotion": "^10.0.14",
    "eslint-plugin-import": "^2.18.0",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-prettier": "^3.1.0",
    "eslint-plugin-react": "^7.14.2",
    "jest": "^23.6.0",
    "prettier": "^1.18.2",
    "react-router-dom": "latest",
    "regenerator-runtime": "^0.12.1",
    "webpack": "^4.17.1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/68696c6c/horns"
  }
}
