{
  "name": "react-tagcloud",
  "version": "2.3.3",
  "description": "Tag/word cloud component for react",
  "keywords": [
    "react-tagcloud",
    "react",
    "tag-cloud",
    "word-cloud",
    "tagcloud",
    "wordcloud"
  ],
  "main": "lib/index.js",
  "scripts": {
    "compile": "babel -d lib/ src/",
    "compile:watch": "while inotifywait -e close_write src/*.js; do yarn compile; done",
    "prepublish": "npm run compile",
    "test": "jest",
    "lint": "eslint src/**/*.js __tests__/**/*.js"
  },
  "author": "madox2",
  "license": {
    "type": "MIT",
    "url": "https://github.com/madox2/react-tagcloud/blob/master/LICENSE"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/madox2/react-tagcloud.git"
  },
  "jest": {
    "testRegex": "(/__tests__/.*-test)\\.js?$",
    "testEnvironment": "jsdom"
  },
  "dependencies": {
    "prop-types": "^15.6.2",
    "randomcolor": "^0.6.2",
    "seedrandom": "^3.0.5",
    "shuffle-array": "^1.0.1"
  },
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.16.0",
    "@babel/core": "^7.16.5",
    "@babel/preset-env": "^7.16.5",
    "@babel/preset-react": "^7.16.5",
    "babel-eslint": "^10.0.0",
    "babel-jest": "^27.4.5",
    "eslint": "^8.5.0",
    "eslint-config-react-app": "^7.0.0",
    "eslint-plugin-flowtype": "^8.0.3",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.20.3",
    "eslint-plugin-react-hooks": "^4.0.8",
    "jest-cli": "^27.4.5",
    "prettier": "^2.5.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-test-renderer": "^17.0.2",
    "upgrade": "^1.1.0",
    "webpack": "^5.65.0",
    "yarn": "^1.22.17"
  }
}
