forked from apache/incubator-weex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.wwprc
43 lines (43 loc) · 744 Bytes
/
.wwprc
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
{
"componentsPath": "./html5/render/browser/extend/components",
"apisPath": "./html5/render/browser/extend/api",
"loadersPath": "./html5/render/browser/extend/loader",
"packer": "./html5/render/browser/extend/packer.js",
"components": [
"image",
"text",
"scrollable",
"slider",
"indicator",
"tabheader",
"input",
"textarea",
"video",
"switch",
"a",
"embed",
"spinner",
"web",
"neighbor",
"richtext"
],
"apis": [
"animation",
"clipboard",
"dom",
"event",
"geolocation",
"globalEvent",
"meta",
"modal",
"navigator",
"pageInfo",
"storage",
"stream",
"webview",
"webSocket"
],
"npm": [
"weex-picker"
]
}