Files
botgroup.chat/node_modules/react-remove-scroll/package.json
2025-02-12 17:18:18 +08:00

135 lines
3.6 KiB
JSON

{
"_from": "react-remove-scroll@^2.6.3",
"_id": "react-remove-scroll@2.6.3",
"_inBundle": false,
"_integrity": "sha512-pnAi91oOk8g8ABQKGF5/M9qxmmOPxaAnopyTHYfqYEwJhyFrbbBtHuSgtKEoH0jpcxx5o3hXqH1mNd9/Oi+8iQ==",
"_location": "/react-remove-scroll",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "react-remove-scroll@^2.6.3",
"name": "react-remove-scroll",
"escapedName": "react-remove-scroll",
"rawSpec": "^2.6.3",
"saveSpec": null,
"fetchSpec": "^2.6.3"
},
"_requiredBy": [
"/@radix-ui/react-dialog",
"/@radix-ui/react-menu"
],
"_resolved": "https://registry.npmmirror.com/react-remove-scroll/-/react-remove-scroll-2.6.3.tgz",
"_shasum": "df02cde56d5f2731e058531f8ffd7f9adec91ac2",
"_spec": "react-remove-scroll@^2.6.3",
"_where": "/Users/hongbin9/www/botgroup.chat/node_modules/@radix-ui/react-dialog",
"author": {
"name": "Anton Korzunov",
"email": "thekashey@gmail.com"
},
"bugs": {
"url": "https://github.com/theKashey/react-remove-scroll/issues"
},
"bundleDependencies": false,
"dependencies": {
"react-remove-scroll-bar": "^2.3.7",
"react-style-singleton": "^2.2.3",
"tslib": "^2.1.0",
"use-callback-ref": "^1.3.3",
"use-sidecar": "^1.1.3"
},
"deprecated": false,
"description": "Disables scroll outside of `children` node.",
"devDependencies": {
"@babel/core": "^7.17.9",
"@size-limit/preset-small-lib": "^11.0.2",
"@storybook/react": "^6.4.22",
"@theuiteam/lib-builder": "^0.1.4",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/react": "^18.0.0",
"babel-loader": "^8.2.4",
"enzyme-adapter-react-16": "^1.15.6",
"size-limit": "^11.0.2"
},
"engines": {
"node": ">=10"
},
"files": [
"dist",
"UI",
"sidecar"
],
"homepage": "https://github.com/theKashey/react-remove-scroll#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"jsnext:main": "dist/es2015/index.js",
"keywords": [
"scroll"
],
"license": "MIT",
"lint-staged": {
"*.{ts,tsx}": [
"prettier --write",
"eslint --fix",
"git add"
],
"*.{js,css,json,md}": [
"prettier --write",
"git add"
]
},
"main": "dist/es5/index.js",
"module": "dist/es2015/index.js",
"module:es2019": "dist/es2019/index.js",
"name": "react-remove-scroll",
"packageManager": "yarn@1.22.19",
"peerDependencies": {
"@types/react": "*",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"prettier": {
"printWidth": 120,
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/theKashey/react-remove-scroll.git"
},
"resolutions": {
"@types/react": "^18.0.0",
"tslib": "^2.1.0"
},
"scripts": {
"build": "lib-builder build && yarn size:report",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"changelog:rewrite": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"dev": "lib-builder dev",
"format": "lib-builder format",
"lint": "lib-builder lint",
"prepublish": "yarn build && yarn changelog",
"release": "yarn build && yarn test",
"size": "npx size-limit",
"size:report": "npx size-limit --json > .size.json",
"storybook": "start-storybook -p 6006",
"test": "jest",
"test:ci": "jest --runInBand --coverage",
"update": "lib-builder update"
},
"sideEffects": [
"**/sidecar.js"
],
"types": "dist/es5/index.d.ts",
"version": "2.6.3"
}