UNPKG

react-image-gallery

Version:

React carousel image gallery component with thumbnail and mobile support

105 lines 3.04 kB
{ "name": "react-image-gallery", "version": "1.4.0", "description": "React carousel image gallery component with thumbnail and mobile support", "main": "./build/image-gallery.umd.js", "module": "./build/image-gallery.es.js", "type": "module", "files": [ "build", "styles" ], "scripts": { "test": "jest", "lint": "eslint src", "start": "webpack serve --open --hot --mode development --static ./example", "build": "webpack --config webpack.build.cjs" }, "repository": { "type": "git", "url": "https://github.com/xiaolin/react-image-gallery.git" }, "exports": { ".": { "import": "./build/image-gallery.es.js", "require": "./build/image-gallery.umd.js" }, "./styles/css/image-gallery.css": "./styles/css/image-gallery.css" }, "style": "styles/css/image-gallery.css", "keywords": [ "react", "carousel", "react-component", "react-carousel", "react-slideshow", "react-gallery", "react carousel", "react slideshow", "react gallery", "image gallery", "image slider", "slideshow", "gallery", "slider" ], "author": "Xiao Lin", "email": "xiao@linxtion.com", "license": "MIT", "bugs": { "url": "https://github.com/xiaolin/react-image-gallery/issues" }, "homepage": "https://github.com/xiaolin/react-image-gallery", "devDependencies": { "@babel/core": "^7.26.7", "@babel/eslint-parser": "^7.26.5", "@babel/preset-env": "^7.26.7", "@babel/preset-react": "^7.26.3", "@eslint/compat": "^1.2.5", "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.19.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "babel-jest": "^29.7.0", "babel-loader": "^9.2.1", "clsx": "^2.1.1", "css-loader": "^7.1.2", "eslint": "9.19.0", "eslint-config-prettier": "^10.0.1", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^28.11.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-prettier": "^5.2.3", "eslint-plugin-react": "^7.37.4", "eslint-plugin-react-hooks": "^5.1.0", "file-loader": "^6.2.0", "globals": "^15.14.0", "identity-obj-proxy": "^3.0.0", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "lodash-es": "^4.17.21", "mini-css-extract-plugin": "^2.9.2", "postcss": "^8.5.1", "postcss-loader": "^8.1.1", "prettier": "^3.4.2", "prop-types": "^15.8.1", "react": "^19.0.0", "react-dom": "^19.0.0", "react-fast-compare": "^3.2.2", "react-swipeable": "7.0.2", "remove-files-webpack-plugin": "^1.5.0", "resize-observer-polyfill": "^1.5.1", "sass": "^1.83.4", "sass-loader": "^16.0.4", "style-loader": "^4.0.0", "url-loader": "^4.1.1", "webpack": "^5.97.1", "webpack-cli": "^6.0.1", "webpack-dev-server": "^5.2.0" }, "peerDependencies": { "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" } }