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

121 lines
3.3 KiB
JSON

{
"_from": "react-remove-scroll-bar@^2.3.7",
"_id": "react-remove-scroll-bar@2.3.8",
"_inBundle": false,
"_integrity": "sha512-9r+yi9+mgU33AKcj6IbT9oRCO78WriSj6t/cF8DWBZJ9aOGPOTEDvdUDz1FwKim7QXWwmHqtdHnRJfhAxEG46Q==",
"_location": "/react-remove-scroll-bar",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "react-remove-scroll-bar@^2.3.7",
"name": "react-remove-scroll-bar",
"escapedName": "react-remove-scroll-bar",
"rawSpec": "^2.3.7",
"saveSpec": null,
"fetchSpec": "^2.3.7"
},
"_requiredBy": [
"/react-remove-scroll"
],
"_resolved": "https://registry.npmmirror.com/react-remove-scroll-bar/-/react-remove-scroll-bar-2.3.8.tgz",
"_shasum": "99c20f908ee467b385b68a3469b4a3e750012223",
"_spec": "react-remove-scroll-bar@^2.3.7",
"_where": "/Users/hongbin9/www/botgroup.chat/node_modules/react-remove-scroll",
"author": {
"name": "Anton Korzunov",
"email": "thekashey@gmail.com"
},
"bugs": {
"url": "https://github.com/theKashey/react-remove-scroll-bar/issues"
},
"bundleDependencies": false,
"dependencies": {
"react-style-singleton": "^2.2.2",
"tslib": "^2.0.0"
},
"deprecated": false,
"description": "Removes body scroll without content _shake_",
"devDependencies": {
"@size-limit/preset-small-lib": "^11.0.2",
"@storybook/react": "^6.4.22",
"@testing-library/react": "^12.1.5",
"@theuiteam/lib-builder": "^0.1.4",
"@types/react": "^16.14.56",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"size-limit": "^11.0.2"
},
"engines": {
"node": ">=10"
},
"files": [
"dist",
"constants"
],
"homepage": "https://github.com/theKashey/react-remove-scroll-bar#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-bar",
"peerDependencies": {
"@types/react": "*",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"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-bar.git"
},
"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": "yarn size-limit",
"size:report": "yarn --silent size-limit --json > .size.json",
"storybook": "start-storybook -p 6006",
"test": "jest",
"test:ci": "jest --runInBand --coverage",
"update": "lib-builder update"
},
"types": "dist/es5/index.d.ts",
"version": "2.3.8"
}