UNPKG

@icedesign/masonry-block

Version:
50 lines (49 loc) 1.38 kB
{ "name": "@icedesign/masonry-block", "version": "3.0.1", "description": "自适应的动态瀑布流效果", "author": "思忠 <chenbinbin.cb@alibaba-inc.com>", "files": [ "src/", "build/", "screenshot.png" ], "repository": { "type": "git", "url": "https://github.com/ice-lab/react-materials/tree/master/blocks/Masonry" }, "license": "MIT", "keywords": [ "ice", "react", "block" ], "publishConfig": { "access": "public", "registry": "http://registry.npmjs.com" }, "dependencies": { "@icedesign/container": "^1.x", "react-masonry-component": "^6.2.1", "@alifd/next": "^1.x", "prop-types": "^15.5.8", "react": "^16.2.0", "react-dom": "^16.x" }, "blockConfig": { "name": "masonry", "title": "瀑布流", "categories": [ "瀑布流" ], "screenshot": "https://unpkg.com/@icedesign/masonry-block/screenshot.png", "version-0.x": "1.0.3" }, "homepage": "https://unpkg.com/@icedesign/masonry-block/build/index.html", "scripts": { "start": "../../node_modules/.bin/ice-scripts dev --config ../../ice.block.config.js", "build": "../../node_modules/.bin/ice-scripts build --config ../../ice.block.config.js", "screenshot": "../../node_modules/.bin/screenshot -l -s '#mountNode'", "prepublishOnly": "npm run build && npm run screenshot" } }