{
  "name": "react-pearls",
  "version": "0.13.0",
  "description": "react components congregation",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "dist",
    "lib",
    "es"
  ],
  "scripts": {
    "build": "npm run compile & npm run dist",
    "compile": "cross-env BABEL_ENV=dist rc-gulp run compile",
    "dist": "cross-env BABEL_ENV=dist rc-gulp run dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GavinBirkhoff/react-pearls.git"
  },
  "keywords": [
    "react",
    "react-component",
    "component",
    "components",
    "ui",
    "mobile"
  ],
  "author": "Gavin Birkhoff <gavinbirkhoff@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GavinBirkhoff/react-pearls/issues"
  },
  "homepage": "https://github.com/GavinBirkhoff/react-pearls#readme",
  "dependencies": {
    "briefscript": "^1.1.0",
    "classnames": "^2.2.6",
    "d3": "^6.1.1",
    "gesture-effect": "^1.2.0",
    "normalize.css": "^8.0.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-faux-dom": "^4.5.0",
    "react-pearls-virtual-list": "^1.0.0",
    "touch-effect": "^1.0.0",
    "ts-md5": "^1.2.7",
    "warning": "^4.0.3"
  },
  "devDependencies": {
    "@types/classnames": "^2.2.10",
    "@types/d3": "^5.7.2",
    "@types/node": "^14.0.22",
    "@types/react": "^16.9.43",
    "@types/react-dom": "^16.9.8",
    "@types/react-faux-dom": "^4.1.3",
    "@types/react-router-dom": "^5.1.5",
    "@types/warning": "^3.0.0",
    "@types/webpack-env": "^1.15.2",
    "@typescript-eslint/eslint-plugin": "^3.6.0",
    "@typescript-eslint/parser": "^3.6.0",
    "babel-loader": "^8.1.0",
    "cross-env": "^7.0.2",
    "eslint": "^7.4.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react": "^7.20.3",
    "eslint-plugin-react-hooks": "^4.1.0",
    "html-webpack-plugin": "^4.3.0",
    "less-loader": "^7.0.0",
    "mini-css-extract-plugin": "^0.10.0",
    "prettier": "^2.0.5",
    "rc-gulp": "0.0.4",
    "react-hot-loader": "^4.12.21",
    "react-router-dom": "^5.2.0",
    "react-router-pages": "^1.0.1",
    "ts-loader": "^8.0.3",
    "typescript": "^3.9.6",
    "webpack-cli": "^3.3.12",
    "webpack-dev-server": "^3.11.0"
  },
  "typings": "lib/index.d.ts"
}
