OwlCyberSecurity - MANAGER
Edit File: package.json
{ "name": "react-image-gallery", "version": "1.3.0", "description": "React carousel image gallery component with thumbnail and mobile support", "main": "./build/image-gallery.js", "scripts": { "test": "jest", "lint": "eslint --ext .js,.jsx src", "start": "webpack serve --open --hot --mode development", "build": "webpack --config webpack.build.js" }, "repository": { "type": "git", "url": "https://github.com/xiaolin/react-image-gallery.git" }, "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.13.14", "@babel/preset-env": "^7.13.12", "@babel/preset-react": "^7.13.13", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^14.0.0", "babel-eslint": "^10.1.0", "babel-jest": "^29.6.2", "babel-loader": "^8.2.2", "clsx": "^1.0.4", "css-loader": "^5.2.0", "eslint": "7.32.0", "eslint-config-prettier": "^8.8.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest": "^27.2.3", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react": "^7.33.0", "eslint-plugin-react-hooks": "^4.6.0", "file-loader": "^6.2.0", "identity-obj-proxy": "^3.0.0", "jest": "27.2.3", "lodash-es": "^4.17.21", "mini-css-extract-plugin": "^2.1.0", "postcss": "^8.2.10", "postcss-loader": "^5.2.0", "prettier": "^3.0.0", "prop-types": "^15.5.8", "react": "^18.0.0", "react-dom": "^18.0.0", "react-fast-compare": "^3.2.0", "react-swipeable": "7.0.1", "remove-files-webpack-plugin": "^1.4.5", "resize-observer-polyfill": "^1.5.0", "sass": "^1.35.2", "sass-loader": "^12.1.0", "style-loader": "^2.0.0", "url-loader": "^4.1.1", "webpack": "^5.30.0", "webpack-cli": "^4.6.0", "webpack-dev-server": "^3.11.2" }, "peerDependencies": { "react": "^16.0.0 || ^17.0.0 || ^18.0.0" }, "dependencies": {} }