UNPKG

@nicecaroujs/react

Version:

A simple and customizable carousel library for React. This component allows you to display items dynamically with flexible configuration options.

79 lines (77 loc) 2.18 kB
{ "name": "@nicecaroujs/react", "version": "1.0.7-beta.1", "main": "dist/cjs/bundle.js", "module": "dist/esm/bundle.js", "types": "dist/index.d.ts", "type": "module", "files": [ "dist" ], "keywords": [ "react", "carrousel", "carousel", "ui", "component", "react-slide", "react-carousel", "autoplay", "carousel", "slide", "pagination", "arrows", "swipe", "library" ], "scripts": { "build": "rimraf dist && rollup -c ", "dev": "rollup -c -w", "test": "jest" }, "repository": { "type": "git" }, "license": "SEE LICENCE IN LICENCE", "homepage": "https://nice-carou.leonelyimga.com", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "author": "leonel yimga <leonelyimga@gmail.com> (https://leonelyimga.coom)", "devDependencies": { "@babel/core": "^7.21.4", "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.21.4", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-node-resolve": "^15.0.2", "@rollup/plugin-terser": "^0.4.0", "@rollup/plugin-typescript": "^11.1.0", "@testing-library/react": "^14.0.0", "@types/jest": "^29.5.0", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "babel-jest": "^29.5.0", "eslint": "^8.38.0", "eslint-plugin-react": "^7.32.2", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^4.4.1", "rollup": "^3.29.5", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-dts": "^5.3.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-visualizer": "^5.12.0", "tslib": "^2.5.0", "typescript": "^5.0.4" }, "description": "A simple and customizable carousel library for React. This component allows you to display items dynamically with flexible configuration options." }