react-horizontal-slider
Version:
A horizontal menu/slider for ReactJS
62 lines (61 loc) • 1.73 kB
JSON
{
"name": "react-horizontal-slider",
"version": "1.1.1",
"description": "A horizontal menu/slider for ReactJS",
"main": "./build/index.js",
"peerDependencies": {
"react": "^16.12.0"
},
"directories": {
"example": "examples"
},
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.4.1",
"extract-text-webpack-plugin": "^3.0.2",
"jquery": "^3.4.1",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.12.0",
"react-scripts": "3.3.0",
"reactstrap": "^8.2.0"
},
"devDependencies": {
"@babel/preset-env": "^7.7.7",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"mini-css-extract-plugin": "^0.9.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheCoolNerd27/react-horizontal-slider.git"
},
"keywords": [
"Horizontal",
"Scrollable",
"slider",
"menu",
"ReactJS",
"React"
],
"author": "Rohan Ashra <rohan.ashra27@gmail.com> (https://github.com/TheCoolNerd27)",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheCoolNerd27/react-horizontal-slider/issues"
},
"homepage": "https://github.com/TheCoolNerd27/react-horizontal-slider#readme"
}