UNPKG

react-carousel-npm

Version:

Customizable decent material design carousel, build using Material UI

74 lines (73 loc) 1.75 kB
{ "name": "react-carousel-npm", "description": "Customizable decent material design carousel, build using Material UI", "author": "Sheikh Fahad", "license": "MIT", "keywords": [ "React", "Customize", "Component", "Reusable", "Material UI", "Carousel", "Slider", "Multi Images" ], "version": "2.1.4", "private": false, "main": "dist/index.js", "module": "dist/index.js", "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "https://github.com/sheikhfahad67/react-carousel" }, "dependencies": { "@babel/polyfill": "^7.12.1", "@emotion/react": "^11.7.0", "@emotion/styled": "^11.6.0", "@mui/icons-material": "^5.2.0", "@mui/material": "^5.2.2", "@mui/styles": "^5.2.2", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "^5.0.1", "react-simple-image-viewer": "^1.2.2", "web-vitals": "^1.0.1" }, "scripts": { "start": "react-scripts start -p 3002", "build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@babel/cli": "^7.16.0", "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.4" } }