UNPKG

@icedesign/waterfall-block

Version:
52 lines (51 loc) 1.43 kB
{ "name": "@icedesign/waterfall-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/Waterfall" }, "license": "MIT", "keywords": [ "ice", "react", "block" ], "publishConfig": { "access": "public", "registry": "http://registry.npmjs.com" }, "dependencies": { "@icedesign/container": "^1.x", "autoresponsive-react": "^1.1.31", "@alifd/next": "^1.x", "prop-types": "^15.5.8" }, "blockConfig": { "name": "waterfall", "title": "瀑布流", "categories": [ "瀑布流" ], "screenshot": "https://unpkg.com/@icedesign/waterfall-block/screenshot.png", "version-0.x": "1.0.3" }, "homepage": "https://unpkg.com/@icedesign/waterfall-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" }, "devDependencies": { "react": "^16.2.0", "react-dom": "^16.4.1" } }