@icedesign/chart-stock-block
Version:
57 lines (56 loc) • 1.5 kB
JSON
{
"name": "@icedesign/chart-stock-block",
"version": "3.0.1",
"description": "股票图",
"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/ChartStock"
},
"license": "MIT",
"keywords": [
"ice",
"ice-block"
],
"dependencies": {
"@antv/data-set": "^0.8.0",
"@icedesign/container": "^1.x",
"bizcharts": "^3.0.5",
"prop-types": "^15.5.8",
"@alifd/next": "^1.x"
},
"devDependencies": {
"@icedesign/theme": "^0.x",
"react": "*",
"react-dom": "*"
},
"blockConfig": {
"name": "chart-stock",
"screenshot": "https://unpkg.com/@icedesign/chart-stock-block/screenshot.png",
"themePackage": "@icedesign/theme",
"title": "股票图",
"categories": [
"图表"
],
"version-0.x": "0.1.9"
},
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.com"
},
"homepage": "https://unpkg.com/@icedesign/chart-stock-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"
}
}