{
  "name": "react-compound-slider",
  "version": "3.4.0",
  "license": "MIT",
  "author": "Steve Hall",
  "main": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "module": "dist/rcs.esm.js",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/sghall/react-compound-slider.git"
  },
  "scripts": {
    "dev": "npm run clean && npm-run-all --parallel watch:*",
    "watch:js": "rollup -c -w",
    "watch:ts": "tsc --watch --outDir dist/types --emitDeclarationOnly",
    "clean": "rimraf dist",
    "build": "babel-node scripts/build --extensions .ts",
    "test": "jest",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "react": ">=16.9"
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@babel/node": "^7.12.6",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
    "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
    "@babel/plugin-proposal-optional-chaining": "^7.12.1",
    "@babel/preset-env": "^7.12.1",
    "@babel/preset-react": "^7.12.5",
    "@babel/preset-typescript": "^7.12.1",
    "@types/bluebird": "^3.5.33",
    "@types/chai": "^4.2.14",
    "@types/d3-array": "^2.7.0",
    "@types/enzyme": "^3.10.8",
    "@types/fs-extra": "^8.1.1",
    "@types/jest": "^24.9.1",
    "@types/node": "^13.13.30",
    "@types/react": "18.0.8",
    "@types/react-dom": "18.0.3",
    "@types/sinon": "^7.5.2",
    "@types/warning": "^3.0.0",
    "bluebird": "^3.7.2",
    "chai": "^4.2.0",
    "chalk": "^3.0.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.5",
    "fs-extra": "^8.1.0",
    "husky": "^3.1.0",
    "jest": "^26.6.3",
    "jest-environment-enzyme": "^7.1.2",
    "jest-enzyme": "^7.1.2",
    "mkdirp": "^1.0.4",
    "npm-run-all": "^4.1.5",
    "progress-estimator": "^0.2.2",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.33.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-terser": "^7.0.2",
    "sinon": "^8.1.1",
    "ts-jest": "^26.4.4",
    "tslib": "^2.0.3",
    "typescript": "^4.0.5"
  },
  "dependencies": {
    "@babel/runtime": "^7.12.5",
    "d3-array": "^2.8.0",
    "warning": "^4.0.3"
  }
}
