custom-material
Advanced tools
Comparing version 1.2.0 to 1.4.0
{ | ||
"template": "@icedesign/ice-react-material-template", | ||
"type": "react", | ||
"zh-CN": { | ||
"description": "测试物料" | ||
}, | ||
"en-US": { | ||
"description": "test material" | ||
}, | ||
"name": "custom-material", | ||
"description": "测试物料", | ||
"author": "", | ||
"blocks": [ | ||
@@ -8,7 +18,9 @@ { | ||
"description": "示例", | ||
"homepage": "https://unpkg.com/custom-material-example-block@1.0.1/build/index.html", | ||
"categories": [], | ||
"repository": "https://github.com/alibaba/ice", | ||
"source": { | ||
"type": "npm", | ||
"npm": "custom-material-example-block", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"registry": "http://registry.npmjs.com", | ||
@@ -20,11 +32,14 @@ "sourceCodeDirectory": "src/" | ||
}, | ||
"screenshot": "https://unpkg.com/custom-material-example-block@1.0.1/screenshot.png", | ||
"screenshots": [ | ||
null | ||
"https://unpkg.com/custom-material-example-block@1.0.1/screenshot.png" | ||
], | ||
"customConfig": null, | ||
"features": { | ||
"useComponents": [] | ||
"zh-CN": { | ||
"description": "示例" | ||
}, | ||
"en-US": { | ||
"title": "demo block" | ||
}, | ||
"publishTime": "2019-06-03T09:14:19.975Z", | ||
"updateTime": "2019-06-03T09:14:29.000Z" | ||
"updateTime": "2019-07-09T08:53:58.000Z" | ||
} | ||
@@ -48,8 +63,12 @@ ], | ||
}, | ||
"screenshots": [ | ||
null | ||
], | ||
"customConfig": null, | ||
"screenshot": "", | ||
"screenshots": "", | ||
"zh-CN": { | ||
"description": "示例" | ||
}, | ||
"en-US": { | ||
"title": "demo component" | ||
}, | ||
"publishTime": "2019-06-10T03:35:03.232Z", | ||
"updateTime": "2019-06-10T03:35:16.000Z" | ||
"updateTime": "2019-06-10T03:35:22.000Z" | ||
} | ||
@@ -62,9 +81,11 @@ ], | ||
"description": "示例", | ||
"homepage": "https://unpkg.com/custom-material-example-scaffold@1.2.0/build/index.html", | ||
"categories": [ | ||
"基础模板" | ||
], | ||
"repository": "https://github.com/alibaba/ice", | ||
"source": { | ||
"type": "npm", | ||
"npm": "custom-material-example-scaffold", | ||
"version": "1.0.0", | ||
"version": "1.2.0", | ||
"registry": "http://registry.npmjs.com" | ||
@@ -79,11 +100,17 @@ }, | ||
}, | ||
"screenshot": "https://unpkg.com/custom-material-example-scaffold@1.2.0/screenshot.png", | ||
"screenshots": [ | ||
null | ||
"https://unpkg.com/custom-material-example-scaffold@1.2.0/screenshot.png" | ||
], | ||
"builder": "ice-scripts", | ||
"customConfig": null, | ||
"zh-CN": { | ||
"description": "示例" | ||
}, | ||
"en-US": { | ||
"title": "demo scaffold" | ||
}, | ||
"publishTime": "2019-06-03T09:46:32.187Z", | ||
"updateTime": "2019-06-03T09:46:44.000Z" | ||
"updateTime": "2019-07-09T09:06:04.000Z" | ||
} | ||
] | ||
} |
{ | ||
"name": "custom-material", | ||
"version": "1.2.0", | ||
"description": "This is a ice material project", | ||
"version": "1.4.0", | ||
"description": "测试物料[en-US] test material", | ||
"author": "", | ||
"scripts": { | ||
"deploy": "npm run generate && npm run sync", | ||
"generate": "ice-devtools generate", | ||
"sync": "ice-devtools sync", | ||
"sync-unpkg": "ice-devtools sync-unpkg", | ||
"generate": "idev generate", | ||
"sync": "idev sync", | ||
"sync-unpkg": "idev sync-unpkg", | ||
"lint": "npm run lint:nofix -- --fix", | ||
"lint:nofix": "eslint --cache --ext .js --ext .jsx ./" | ||
}, | ||
"files": [ | ||
"build" | ||
], | ||
"files": ["build"], | ||
"devDependencies": { | ||
@@ -27,8 +25,5 @@ "babel-eslint": "^8.1.2", | ||
"materialConfig": { | ||
"fusion-site": { | ||
"id": 8114, | ||
"name": "TUKOMI", | ||
"url": "https://fusion.design/api/v1/sites/8114/materials" | ||
} | ||
"template": "@icedesign/ice-react-material-template", | ||
"type": "react" | ||
} | ||
} |
4437
111