rc-horizontal-scroll
Version:
React Horizontal Scroll
47 lines (46 loc) • 1.15 kB
JSON
{
"name": "rc-horizontal-scroll",
"version": "1.1.1",
"description": "React Horizontal Scroll",
"main": "./build/index.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zahari00/rc-horizontal-scroll.git"
},
"keywords": [
"React",
"Horizontal",
"Scroll",
"Draggable",
"Slider",
"Lightweight",
"Lazyloading",
"Customizable"
],
"author": "Zahary Stoyanov",
"license": "MIT",
"bugs": {
"url": "https://github.com/zahari00/rc-horizontal-scroll/issues"
},
"homepage": "https://github.com/zahari00/rc-horizontal-scroll#readme",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@types/react": "^16.9.22",
"@types/react-dom": "^16.9.5",
"babel-loader": "^8.0.6",
"css-loader": "^3.3.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"style-loader": "^1.0.1",
"typescript": "^3.8.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {}
}