UNPKG

@icedesign/topic-card-block

Version:
56 lines (55 loc) 1.47 kB
{ "name": "@icedesign/topic-card-block", "version": "3.0.1", "description": "核心数据", "main": "lib/index.js", "files": [ "src/", "build/", "screenshot.png" ], "author": { "name": "ICE Team", "email": "ice-admin@alibaba-inc.com" }, "repository": { "type": "git", "url": "https://github.com/ice-lab/react-materials/tree/master/blocks/TopicCard" }, "license": "MIT", "keywords": [ "ice", "ice-block" ], "dependencies": { "@icedesign/container": "^1.x", "prop-types": "^15.5.8", "@alifd/next": "^1.x" }, "devDependencies": { "@icedesign/theme": "^0.x", "react": "*", "react-dom": "*" }, "blockConfig": { "name": "topic-card", "screenshot": "https://unpkg.com/@icedesign/topic-card-block/screenshot.png", "themePackage": "@icedesign/theme", "title": "核心数据", "categories": [ "数据展示" ], "version-0.x": "0.1.11" }, "publishConfig": { "access": "public", "registry": "http://registry.npmjs.com" }, "homepage": "https://unpkg.com/@icedesign/topic-card-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" } }