UNPKG

@cordelia273/react-image-grid

Version:
64 lines (63 loc) 1.74 kB
{ "name": "@cordelia273/react-image-grid", "version": "1.0.0", "description": "Facebook-like image grid for react", "module": "dist/bundle.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ThisIsSimple/react-image-grid.git" }, "keywords": [ "react", "facebook", "image-grid", "image", "grid", "gallery", "react-image-grid" ], "author": { "name": "cordelia273", "url": "https://cordelia273.space" }, "license": "ISC", "bugs": { "url": "https://github.com/ThisIsSimple/react-image-grid/issues" }, "homepage": "https://github.com/ThisIsSimple/react-image-grid#readme", "dependencies": { "core-js": "3", "prop-types": "^15.7.2", "react-image-gallery": "^1.0.9", "react-responsive-modal": "^6.0.1", "styled-components": "^5.2.3" }, "devDependencies": { "@babel/core": "^7.13.14", "@babel/plugin-syntax-jsx": "^7.12.13", "@babel/plugin-transform-react-jsx": "^7.13.12", "@babel/preset-env": "^7.13.12", "@babel/preset-react": "^7.13.13", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^18.0.0", "@rollup/plugin-node-resolve": "^11.2.1", "@rollup/plugin-replace": "^2.4.2", "babel-loader": "^8.2.2", "babel-preset-react-app": "^10.0.0", "dotenv": "^8.2.0", "rollup": "^2.44.0", "rollup-plugin-livereload": "^2.0.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-serve": "^1.1.0", "rollup-plugin-styles": "^3.14.1", "webpack": "^5.30.0", "webpack-cli": "^4.6.0" }, "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2" } }