@saleae/react-scrollbars-custom
Version:
The best React custom scrollbars component
89 lines • 2.48 kB
JSON
{
"name": "@saleae/react-scrollbars-custom",
"description": "The best React custom scrollbars component",
"version": "4.0.21",
"repository": {
"type": "git",
"url": "git+https://github.com/xobotyi/react-scrollbars-custom.git"
},
"bugs": {
"url": "https://github.com/xobotyi/react-scrollbars-custom/issues"
},
"homepage": "https://github.com/xobotyi/react-scrollbars-custom",
"author": "Anton Zinovyev <xog3@yandex.ru> (https://github.com/xobotyi)",
"license": "MIT",
"keywords": [
"customizable",
"scrollbars",
"scroll",
"scrollbar",
"react",
"component",
"custom"
],
"main": "dist/rsc.js",
"module": "dist/rsc.esm.js",
"esnext": "dist/rsc.next.esm.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"peerDependencies": {
"prop-types": "^15.0.0",
"react": "^16.0.0"
},
"dependencies": {
"cnbuilder": "^1.1.7",
"react-draggable": "^3.3.2",
"zoom-level": "^1.2.4"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@types/jasmine": "^3.4.4",
"@types/karma": "^3.0.3",
"@types/prop-types": "^15.7.3",
"@types/react": "^16.9.5",
"codacy-coverage": "^3.4.0",
"cross-env": "^5.2.1",
"husky": "^3.0.9",
"jasmine-core": "^3.5.0",
"karma": "^4.3.0",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^2.0.1",
"karma-typescript": "^4.1.1",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"rimraf": "^3.0.0",
"rollup": "^1.23.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-typescript2": "^0.24.3",
"simulant": "^0.2.2",
"tslib": "^1.10.0",
"typescript": "^3.6.4"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"scripts": {
"format": "prettier --write \"src/**/*.[tj]s?(x)\" \"tests/**/*.[tj]s?(x)\" \"*.[tj]s?(x)\"",
"devserver": "cd ./testbench && npm i && npm run devserver",
"build": "rimraf ./dist && rollup --config",
"test": "cross-env NODE_ENV=production karma start",
"preversion": "npm run format && npm run build",
"postversion": "git push && git push --tags",
"prepublishOnly": "npm run format && npm run build",
"push-codacy-coverage": "cat ./coverage/lcov.info | codacy-coverage"
},
"prettier": {
"printWidth": 120
},
"directories": {
"test": "tests"
}
}