{
  "name": "react-js-utl",
  "version": "1.77.0",
  "description": "React JS utility functions and hooks.",
  "author": "Anton Bagdatyev (Tonix)",
  "license": "MIT",
  "repository": "tonix-tuft/react-js-utl",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "keywords": [
    "react",
    "hooks",
    "react-hooks",
    "utils",
    "utility",
    "utl",
    "functions",
    "utility-functions"
  ],
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "scripts": {
    "test": "cross-env CI=1 react-scripts test --env=jsdom",
    "test:watch": "react-scripts test --env=jsdom",
    "build": "rollup -c",
    "start-rollup": "rollup -c -w",
    "start": "npm run watch-build-module",
    "prepare": "npm run build",
    "predeploy": "cd example && npm install && npm run build",
    "deploy": "gh-pages -d example/build",
    "build-module": "cross-env BABEL_ENV=module ./node_modules/.bin/babel ./src --out-dir ./. --source-maps --copy-files && rm -f ./index.js ./index.js.map",
    "watch-build-module": "npm run build-module && ./node_modules/.bin/onchange './src/**' -- npm run build-module",
    "build-all": "npm run prepare && npm run build-module",
    "publish-git": "npm publish && git push && git push --tags",
    "publish-patch": "npm run build-all && npm version patch && npm run publish-git",
    "publish-minor": "npm run build-all && npm version minor && npm run publish-git",
    "publish-major": "npm run build-all && npm version major && npm run publish-git"
  },
  "peerDependencies": {
    "immutable-linked-ordered-map": "^1.0.0",
    "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.5",
    "@babel/core": "^7.10.5",
    "@babel/plugin-external-helpers": "^7.10.4",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-decorators": "^7.10.5",
    "@babel/plugin-proposal-do-expressions": "^7.10.4",
    "@babel/plugin-proposal-export-default-from": "^7.10.4",
    "@babel/plugin-proposal-export-namespace-from": "^7.10.4",
    "@babel/plugin-proposal-function-bind": "^7.10.5",
    "@babel/plugin-proposal-function-sent": "^7.10.4",
    "@babel/plugin-proposal-json-strings": "^7.10.4",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.10.4",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
    "@babel/plugin-proposal-numeric-separator": "^7.10.4",
    "@babel/plugin-proposal-object-rest-spread": "^7.10.4",
    "@babel/plugin-proposal-optional-chaining": "^7.10.4",
    "@babel/plugin-proposal-pipeline-operator": "^7.10.5",
    "@babel/plugin-proposal-throw-expressions": "^7.10.4",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-import-meta": "^7.10.4",
    "@babel/plugin-transform-runtime": "^7.10.5",
    "@babel/preset-env": "^7.10.4",
    "@babel/preset-react": "^7.10.4",
    "@rollup/plugin-babel": "^5.2.1",
    "@rollup/plugin-commonjs": "^12.0.0",
    "@rollup/plugin-node-resolve": "^8.4.0",
    "@rollup/plugin-url": "^5.0.1",
    "@svgr/rollup": "^3.1.0",
    "babel-eslint": "10.1.0",
    "babel-loader": "8.1.0",
    "cross-env": "^6.0.3",
    "eslint": "^7.0.0",
    "eslint-config-react-app": "^6.0.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-config-standard-react": "^9.2.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.20.6",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-standard": "^4.0.1",
    "follow-redirects": ">=1.14.7",
    "gh-pages": "^2.2.0",
    "immutable-linked-ordered-map": "^1.27.0",
    "minimist": ">=1.2.3",
    "onchange": "^6.1.1",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "react-scripts": "^4.0.3",
    "rollup": "^2.58.0",
    "rollup-plugin-peer-deps-external": "^2.2.3",
    "rollup-plugin-postcss": "^4.0.1",
    "typescript": "^4.4.3"
  },
  "dependencies": {
    "@use-it/event-listener": "^0.1.7",
    "declarative-factory": "^1.12.0",
    "def-promise": "^2.13.0",
    "js-utl": "^4.52.2",
    "linked-queue": "^1.0.3",
    "prop-types": "^15.7.2"
  },
  "files": [
    "dist",
    "hooks",
    "utils",
    "primitives"
  ]
}
