react-responsive-framer-motion-carousel
Version:
React carousel componet
35 lines (34 loc) • 823 B
JSON
{
"name": "react-responsive-framer-motion-carousel",
"version": "1.5.1",
"description": "React carousel componet ",
"main": "Carousel.jsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"React",
"Carousel",
"Customisable",
"front-end",
"gallery"
],
"author": "Tim Overbeek",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
"framer-motion": "^11.0.24"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"typescript": "^5.4.4"
}
}