svelte-gallery
Version:
Intelligent masonry style photo gallery that maintains image aspect ratios in perfect rows.
42 lines (41 loc) • 1.12 kB
JSON
{
"name": "svelte-gallery",
"version": "1.3.5",
"description": "Intelligent masonry style photo gallery that maintains image aspect ratios in perfect rows.",
"author": "Madeleine Ostoja",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"svelte": "./src/index.js",
"scripts": {
"build": "rollup -c",
"develop": "rollup -cw",
"prepublishOnly": "yarn build"
},
"keywords": [
"svelte",
"masonry-gallery",
"photo-gallery",
"masonry-rows",
"dijkstra",
"image-gallery"
],
"repository": {
"type": "git",
"url": "git+https://github.com/peppercornstudio/svelte-gallery.git"
},
"bugs": {
"url": "https://github.com/peppercornstudio/svelte-gallery/issues"
},
"homepage": "https://github.com/peppercornstudio/svelte-gallery#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"prettier": "^2.1.2",
"rollup": "^2.48.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.38.2"
},
"dependencies": {}
}