UNPKG

react-photo-album

Version:

Responsive photo gallery component for React

93 lines (92 loc) 2.06 kB
{ "name": "react-photo-album", "version": "3.6.0", "description": "Responsive photo gallery component for React", "author": "Igor Danchenko", "license": "MIT", "type": "module", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./ssr": { "types": "./dist/ssr/index.d.ts", "default": "./dist/ssr/index.js" }, "./scroll": { "types": "./dist/scroll/index.d.ts", "default": "./dist/scroll/index.js" }, "./server": { "types": "./dist/server/index.d.ts", "default": "./dist/server/index.js" }, "./rows.css": "./dist/styles/rows.css", "./columns.css": "./dist/styles/columns.css", "./masonry.css": "./dist/styles/masonry.css", "./styles.css": "./dist/styles/styles.css" }, "typesVersions": { "*": { "*": [ "dist/index.d.ts" ], "ssr": [ "dist/ssr/index.d.ts" ], "scroll": [ "dist/scroll/index.d.ts" ], "server": [ "dist/server/index.d.ts" ] } }, "files": [ "dist" ], "sideEffects": [ "*.css" ], "homepage": "https://react-photo-album.com", "funding": "https://github.com/sponsors/igordanchenko", "bugs": "https://github.com/igordanchenko/react-photo-album/issues", "repository": { "type": "git", "url": "git+https://github.com/igordanchenko/react-photo-album.git" }, "engines": { "node": ">=18" }, "peerDependencies": { "@types/react": "^18 || ^19", "react": "^18 || ^19" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "keywords": [ "react", "image", "photo", "album", "gallery", "masonry", "photo album", "photo gallery", "image gallery", "photo layout", "image layout", "react gallery", "react photo album", "react photo gallery", "react image gallery", "react-photo-album", "react-photo-gallery" ] }