123 lines
3.4 KiB
JSON
123 lines
3.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"react-scrollbars-custom@4.0.25",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_from": "react-scrollbars-custom@4.0.25",
|
|
"_id": "react-scrollbars-custom@4.0.25",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-kipJK49fwvHsDgumIGiTmrJkxw5QD9urN7f4o2VvSrsHNOWMrDppNf+IjgobT5w+ZjbaaHfLk5NmZ/n1zgKtcw==",
|
|
"_location": "/react-scrollbars-custom",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-scrollbars-custom@4.0.25",
|
|
"name": "react-scrollbars-custom",
|
|
"escapedName": "react-scrollbars-custom",
|
|
"rawSpec": "4.0.25",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.0.25"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-scrollbars-custom/-/react-scrollbars-custom-4.0.25.tgz",
|
|
"_spec": "4.0.25",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"author": {
|
|
"name": "Anton Zinovyev",
|
|
"email": "xog3@yandex.ru",
|
|
"url": "https://github.com/xobotyi"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/xobotyi/react-scrollbars-custom/issues"
|
|
},
|
|
"dependencies": {
|
|
"cnbuilder": "^2.5.0",
|
|
"react-draggable": "^4.4.2",
|
|
"zoom-level": "^2.5.0"
|
|
},
|
|
"description": "The best React custom scrollbars component",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.6",
|
|
"@babel/preset-env": "^7.9.6",
|
|
"@types/jasmine": "^3.5.10",
|
|
"@types/karma": "^5.0.0",
|
|
"@types/prop-types": "^15.7.3",
|
|
"@types/react": "^16.9.35",
|
|
"codacy-coverage": "^3.4.0",
|
|
"cross-env": "^7.0.2",
|
|
"husky": "^4.2.5",
|
|
"jasmine-core": "^3.5.0",
|
|
"karma": "^5.0.9",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-coverage": "^2.0.2",
|
|
"karma-jasmine": "^3.1.1",
|
|
"karma-typescript": "^5.0.3",
|
|
"prettier": "^2.0.5",
|
|
"pretty-quick": "^2.0.1",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^2.10.5",
|
|
"rollup-plugin-babel": "^4.4.0",
|
|
"rollup-plugin-typescript2": "^0.27.1",
|
|
"simulant": "^0.2.2",
|
|
"tslib": "^2.0.0",
|
|
"typescript": "^3.9.3"
|
|
},
|
|
"esnext": "dist/rsc.next.esm.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"funding": {
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/xobotyi"
|
|
},
|
|
"homepage": "https://github.com/xobotyi/react-scrollbars-custom",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"customizable",
|
|
"scrollbars",
|
|
"scroll",
|
|
"scrollbar",
|
|
"react",
|
|
"component",
|
|
"custom"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/rsc.js",
|
|
"module": "dist/rsc.esm.js",
|
|
"name": "react-scrollbars-custom",
|
|
"peerDependencies": {
|
|
"prop-types": "^15.0.0",
|
|
"react": "^16.0.0"
|
|
},
|
|
"prettier": {
|
|
"printWidth": 120
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/xobotyi/react-scrollbars-custom.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rimraf ./dist && rollup --config",
|
|
"devserver": "cd ./testbench && npm i && npm run devserver",
|
|
"format": "prettier --write \"src/**/*.[tj]s?(x)\" \"tests/**/*.[tj]s?(x)\" \"*.[tj]s?(x)\"",
|
|
"prepublishOnly": "npm run format && npm run test && npm run build",
|
|
"preversion": "npm run format && npm run build",
|
|
"push-codacy-coverage": "cat ./coverage/lcov.info | codacy-coverage",
|
|
"test": "cross-env NODE_ENV=production karma start"
|
|
},
|
|
"types": "dist/types/index.d.ts",
|
|
"version": "4.0.25"
|
|
}
|