UNPKG

react-autoscroll-component

Version:
57 lines (56 loc) 1.48 kB
{ "name": "react-autoscroll-component", "version": "0.0.11", "private": false, "main": "./src/components/AutoScroll/AutoScroll.compiled.js", "author": "Kristijan Pajtasev", "license": "MIT", "description": "React component that gives automatic scroll", "keywords": [ "scroll", "autoscroll", "react", "component" ], "dependencies": {}, "devDependencies": { "@babel/cli": "^7.10.3", "@babel/core": "^7.10.3", "@babel/preset-env": "^7.10.3", "@babel/preset-react": "^7.10.1", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", "babel-loader": "^8.1.0", "css-loader": "^3.6.0", "react": "^16.13.1", "react-dom": "^16.13.1", "react-scripts": "3.4.1" }, "repository": { "type": "git", "url": "https://github.com/kristijan-pajtasev/react-autoscroll" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "build:babel": "babel src/components/AutoScroll/AutoScroll.js --out-file src/components/AutoScroll/AutoScroll.compiled.js" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }