UNPKG

react-responsive-gallery-custom

Version:
75 lines (74 loc) 2.03 kB
{ "name": "react-responsive-gallery-custom", "version": "1.0.2", "description": "React responsive gallery", "main": "build/index.js", "repository": { "type": "git", "url": "https://github.com/phlex89/React-Responsive-Gallery/" }, "keywords": [ "react", "react-gallery", "react-responsive-gallery" ], "peerDependencies": { "react": "^16.8.6", "react-dom": "^16.8.6" }, "scripts": { "start": "webpack --watch", "build": "webpack --mode production --config ./webpack.config.js", "test": "jest" }, "author": { "name": "Stefano Tedeschi" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "license": "MIT", "devDependencies": { "@babel/core": "^7.3.4", "@babel/preset-env": "^7.3.4", "@babel/preset-react": "^7.0.0", "babel-jest": "^25.1.0", "babel-loader": "^8.0.5", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-jsx": "^6.24.1", "brotli-webpack-plugin": "^1.1.0", "css-loader": "^2.1.1", "eslint": "^5.15.3", "eslint-config-airbnb": "^17.1.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-jest": "^23.7.0", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-react": "^7.12.4", "eslint-plugin-react-hooks": "^1.6.0", "husky": "^4.2.5", "jest": "^25.1.0", "mini-css-extract-plugin": "^0.5.0", "node-sass": "^4.11.0", "prettier": "^2.0.5", "prettier-webpack-plugin": "^1.2.0", "pretty-quick": "^2.0.1", "react": "^16.13.1", "react-dom": "^16.13.1", "react-test-renderer": "^16.12.0", "sass-loader": "^7.1.0", "style-loader": "^0.23.1", "uglifyjs-webpack-plugin": "^2.2.0", "webpack": "^4.29.6", "webpack-bundle-analyzer": "^3.8.0", "webpack-cli": "^3.3.0" }, "dependencies": { "prop-types": "^15.7.2", "react-image-lightbox": "^5.1.1", "shortid": "^2.2.15", "styled-components": "^5.0.1" } }