forked from alibaba/ice
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.01 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@icedesign/columns-table-block",
"version": "1.0.1",
"description": "两栏布局的表格",
"author": {
"name": "ICE Team",
"email": "ice-admin@alibaba-inc.com"
},
"files": [
"src/",
"lib/"
],
"repository": {
"type": "git",
"url": "https://github.com/alibaba/ice/tree/master/react-materials/blocks/ColumnsTable"
},
"license": "MIT",
"keywords": [
"ice",
"react",
"block"
],
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.com"
},
"dependencies": {
"@icedesign/base": "^0.2.2",
"@icedesign/container": "^0.1.2",
"foundation-symbol": "^0.1.3",
"prop-types": "^15.5.8"
},
"devDependencies": {
"react": "^16.2.0"
},
"blockConfig": {
"name": "columns-table",
"title": "表格",
"categories": [
"表格"
],
"screenshot": "https://img.alicdn.com/tfs/TB1AIrmuwmTBuNjy1XbXXaMrVXa-2666-1002.png"
},
"homepage": "https://alibaba.github.io/ice/block/columns-table/preview"
}