hjkcai-rc-scrollbars
Version:
React scrollbars component
88 lines (87 loc) • 2.72 kB
JSON
{
"name": "hjkcai-rc-scrollbars",
"version": "2.1.0",
"description": "React scrollbars component",
"main": "lib/index.js",
"scripts": {
"clean": "rimraf lib",
"dev:lib": "tsc -w",
"dev:docs": "dumi dev",
"dev": "concurrently -k -p \"[{name}]\" -n \"LIB,DOCS\" -c \"bgMagenta.bold,bgGreen.bold\" \"npm run dev:lib\" \"npm run dev:docs\"",
"build:lib": "tsc",
"build:docs": "dumi build",
"lint": "eslint src test",
"test": "cross-env NODE_ENV=test karma start",
"test:watch": "cross-env NODE_ENV=test karma start --auto-watch --no-single-run",
"test:cov": "cross-env NODE_ENV=test COVERAGE=true karma start --single-run",
"prepublish": "npm run lint && npm run clean && npm run build:lib"
},
"repository": {
"type": "git",
"url": "https://github.com/hjkcai/rc-scrollbars.git",
"branch": "main"
},
"keywords": [
"scroll",
"scroller",
"scrollbars",
"react-component",
"react",
"custom",
"rc-scrollbars"
],
"author": "Mikhail Sakhniuk",
"license": "MIT",
"bugs": {
"url": "https://github.com/sakhnyuk/rc-scrollbars/issues"
},
"homepage": "https://github.com/sakhnyuk/rc-scrollbars",
"devDependencies": {
"@types/raf": "^3.4.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"concurrently": "^7.1.0",
"cross-env": "^7.0.3",
"dom-css": "^2.1.0",
"dumi": "^1.1.40",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"expect": "^26.6.2",
"fork-ts-checker-webpack-plugin": "^7.2.11",
"glob": "^7.1.6",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^6.3.3",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage": "^2.0.3",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^4.0.2",
"mocha": "^8.2.1",
"prettier": "^2.6.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rebound": "^0.1.0",
"rimraf": "^3.0.2",
"simulant": "^0.2.2",
"typescript": "^4.6.4"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"tslib": "*"
},
"dependencies": {
"@seznam/compose-react-refs": "^1.0.6"
}
}