UNPKG

@anrivera/elegant-picture-box

Version:

elegant picture box to use in the galleries with style grid

61 lines (60 loc) 1.36 kB
{ "name": "@anrivera/elegant-picture-box", "version": "1.0.11", "description": "elegant picture box to use in the galleries with style grid", "main": "build/index.js", "module": "build/index.es.js", "scripts": { "build": "rollup -c", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, "repository": { "type": "git", "url": "git+https://github.com/anriverax/elegant-picture-box.git" }, "keywords": [ "elegant", "picture", "box", "fancybox", "gallery", "grid", "grid", "galleries", "react", "gallery" ], "author": "@anrivera", "license": "ISC", "bugs": { "url": "https://github.com/anriverax/elegant-picture-box/issues" }, "files": [ "build" ], "homepage": "https://github.com/anriverax/elegant-picture-box#readme", "devDependencies": { "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.1.3", "@types/react": "^17.0.38", "node-sass": "^7.0.1", "rollup": "^2.67.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-typescript2": "^0.31.2", "sass-loader": "^12.4.0" }, "peerDependencies": { "popmotion": "^11.0.3", "react": "^17.0.2", "react-dom": "^17.0.2" }, "engines": { "node": ">=14" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }