UNPKG

react-simple-horizontal-scroller

Version:

A wrapper for horizontally scorlling items, like tabs, that will manage adding and removing scroll controls

61 lines (60 loc) 1.8 kB
{ "name": "react-simple-horizontal-scroller", "version": "1.0.10", "description": "A wrapper for horizontally scorlling items, like tabs, that will manage adding and removing scroll controls", "main": "lib/index.js", "module": "lib/index.esm.js", "types": "lib/index.d.ts", "files": [ "/lib" ], "homepage": "http://yoavhortman.github.io/react-simple-horizontal-scroller", "repository": { "type": "git", "url": "https://github.com/YoavHortman/react-simple-horizontal-scroller" }, "scripts": { "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", "build": "rollup -c", "prepublishOnly": "npm run build", "predeploy": "npm run build-storybook", "deploy-storybook": "npm run predeploy && gh-pages -d storybook-static" }, "np": { "publish": false, "tests": false }, "keywords": [ "stroybook", "react", "typescript" ], "author": "Prateek Surana", "license": "MIT", "devDependencies": { "@babel/core": "^7.12.9", "@rollup/plugin-commonjs": "^17.0.0", "@rollup/plugin-node-resolve": "^11.0.0", "@storybook/addon-actions": "^6.1.9", "@storybook/addon-essentials": "^6.1.9", "@storybook/addon-links": "^6.1.9", "@storybook/react": "^6.1.9", "@types/react": "^17.0.0", "babel-loader": "^8.2.2", "gh-pages": "^3.2.3", "postcss": "^8.2.1", "react": "^17.0.1", "react-dom": "^17.0.1", "rollup": "^2.34.2", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.0", "rollup-plugin-typescript2": "^0.29.0", "typescript": "^4.1.2" }, "peerDependencies": { "react": "^16.13.0", "react-dom": "^16.13.0" }, "dependencies": {} }