{
  "_from": "react-sliding-pane@^7.3.0",
  "_id": "react-sliding-pane@7.3.0",
  "_inBundle": false,
  "_integrity": "sha512-KCyxw2BBvXjwYm1UX83Vk67D4kxec2icJxrSPidNus8voh1yB1K6bluwShAe3OvN5zk8H9InL22jGomTUOOudw==",
  "_location": "/react-sliding-pane",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "react-sliding-pane@^7.3.0",
    "name": "react-sliding-pane",
    "escapedName": "react-sliding-pane",
    "rawSpec": "^7.3.0",
    "saveSpec": null,
    "fetchSpec": "^7.3.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-sliding-pane/-/react-sliding-pane-7.3.0.tgz",
  "_shasum": "a6a03b90db216e7ec6f746c7e649d19ba03ff4e0",
  "_spec": "react-sliding-pane@^7.3.0",
  "_where": "/var/www/justnowapp",
  "author": {
    "name": "Dmitrii Dushkin",
    "url": "dndushkin@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/DimitryDushkin/sliding-pane/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "prop-types": "^15.7.2",
    "react-modal": "^3.14.3"
  },
  "deprecated": false,
  "description": "Full height sliding pane",
  "devDependencies": {
    "@babel/core": "^7.15.8",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/preset-env": "^7.15.8",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.15.0",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^13.0.6",
    "@rollup/plugin-replace": "^3.0.0",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.1.2",
    "@types/jest": "^27.0.2",
    "@types/prop-types": "^15.7.4",
    "@types/react": "^17.0.32",
    "@types/react-dom": "^17.0.10",
    "@types/react-modal": "^3.13.1",
    "@typescript-eslint/eslint-plugin": "latest",
    "@typescript-eslint/parser": "latest",
    "babel-jest": "^27.3.1",
    "babel-plugin-typescript-to-proptypes": "^2.0.0",
    "eslint": "^7",
    "eslint-config-airbnb": "latest",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest": "^25.2.2",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.21.5",
    "eslint-plugin-react-hooks": "latest",
    "jest": "^27.3.1",
    "postcss": "^8.3.11",
    "prettier": "^2.4.1",
    "react": "^16.13.0",
    "react-dom": "^16.13.0",
    "rollup": "^2.58.0",
    "rollup-plugin-postcss": "^4.0.1",
    "typescript": "^4.4.4"
  },
  "files": [
    "dist/*"
  ],
  "homepage": "https://github.com/DimitryDushkin/sliding-pane",
  "keywords": [
    "react",
    "sliding",
    "pane",
    "pane",
    "modal",
    "popup"
  ],
  "license": "MIT",
  "main": "dist/react-sliding-pane.js",
  "name": "react-sliding-pane",
  "peerDependencies": {
    "react": ">=16",
    "react-dom": ">=16"
  },
  "registry": "https://registry.npmjs.org/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DimitryDushkin/sliding-pane.git"
  },
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "docs": "rollup -c rollup-docs.config.js",
    "lint": "eslint ./src/*.tsx",
    "prepublishOnly": "echo \"BUILD BEFORE PUBLISH\" && yarn run build && yarn run lint && yarn test && tsc",
    "test": "jest"
  },
  "tags": [
    "react",
    "sliding pane",
    "dialog",
    "popup"
  ],
  "types": "dist/react-sliding-pane.d.ts",
  "version": "7.3.0"
}
