-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmybricks.json
55 lines (55 loc) · 1.5 KB
/
mybricks.json
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
46
47
48
49
50
51
52
53
54
55
{
"fileId": 7182,
"prodFileId": 30402,
"folderId": 28720,
"folderIdStaging": 7183,
"namespace": "mybricks.basic-comlib",
"content": "",
"commitInfo": "init",
"comAry": [
"./src/_type-change/com.json",
"./src/_get-data/com.json",
"./src/_muilt-inputJs/com.json",
"./src/text/com.json",
"./src/popup/com.json",
"./src/drawer/com.json",
"./src/layout/com.json",
"./src/rectangle/com.json",
"./src/layout-grid/com.json",
"./src/list-view/com.json",
"./src/image/com.json",
"./src/shape/com.json",
"./src/_timer-delay/com.json",
"./src/_timer-loop/com.json",
"./src/_timer-debounce/com.json",
"./src/_timer-throttle/com.json",
"./src/_merge/com.json",
"./src/_object-merge/com.json",
"./src/_download/com.json",
"./src/_schema-simulator/com.json",
"./src/_copy/com.json",
"./src/dragable-layout/com.json",
"./src/_rsa-encryption/com.json",
"./src/_encryption/com.json",
"./src/grid/com.json"
],
"componentType": "PC",
"externals": [
{
"name": "@ant-design/icons",
"library": "icons",
"urls": [
"https://assets.mybricks.world/pkg/@ant-design/icons-4.7.0/index.umd.min.js"
]
},
{
"name": "antd",
"library": "antd",
"urls": [
"https://assets.mybricks.world/pkg/antd-4.21.6/antd.min.css",
"https://assets.mybricks.world/pkg/moment-2.9.1/moment.min.js",
"https://assets.mybricks.world/pkg/antd-4.21.6/antd.min.js"
]
}
]
}