File: //usr/share/opensearch-dashboards/node_modules/react-remove-scroll/package.json
{
"name": "react-remove-scroll",
"version": "2.4.4",
"description": "Disables scroll outside of `children` node.",
"main": "dist/es5/index.js",
"scripts": {
"test": "ts-react-toolbox test",
"bootstrap": "ts-react-toolbox init",
"dev": "ts-react-toolbox dev",
"test:ci": "ts-react-toolbox test --runInBand --coverage",
"build": "rm -Rf ./dist && ts-react-toolbox build",
"prepublish": "yarn build",
"release": "ts-react-toolbox release",
"lint": "ts-react-toolbox lint",
"static": "ts-react-toolbox publish",
"format": "ts-react-toolbox format",
"analyze": "ts-react-toolbox analyze",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"keywords": [
"scroll"
],
"author": "Anton Korzunov <thekashey@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.5",
"@storybook/addon-actions": "^5.1.8",
"@storybook/addon-links": "^5.1.8",
"@storybook/addons": "^5.1.8",
"@storybook/react": "^5.1.8",
"@types/enzyme": "^3.9.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/react": "^16.8.20",
"babel-loader": "^8.0.6",
"conventional-changelog-cli": "^2.0.25",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"jsx-compress-loader": "^1.1.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"ts-react-toolbox": "^0.2.10"
},
"engines": {
"node": ">=8.5.0"
},
"peerDependencies": {
"@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"jsnext:main": "dist/es2015/index.js",
"module": "dist/es2015/index.js",
"types": "dist/es5/index.d.ts",
"files": [
"dist",
"UI",
"sidecar"
],
"repository": "https://github.com/theKashey/react-remove-scroll",
"dependencies": {
"react-remove-scroll-bar": "^2.1.0",
"react-style-singleton": "^2.1.0",
"tslib": "^1.0.0",
"use-callback-ref": "^1.2.3",
"use-sidecar": "^1.0.1"
},
"sideEffects": [
"**/sidecar.js"
],
"resolutions": {
"typescript": "^3.0.0"
}
}