-
Notifications
You must be signed in to change notification settings - Fork 842
Expand file tree
/
Copy pathpackage.json
More file actions
146 lines (146 loc) · 3.91 KB
/
Copy pathpackage.json
File metadata and controls
146 lines (146 loc) · 3.91 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"id": "share-fission-client",
"displayName": "基于uni-ad的社交裂变项目模板(client端)",
"description": "看广告或分享好友看广告赚积分,积分兑换奖励或提现,此项目必须绑定admin端运行",
"version": "1.1.0",
"keywords": [
"uni-ad",
"看广告赚佣金",
"社交裂变"
],
"repository": "",
"engines": {
"HBuilderX": "^3.2.6",
"uni-app": "^4.07",
"uni-app-x": ""
},
"dcloudext": {
"sale": {
"regular": {
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
}
},
"contact": {
"qq": ""
},
"declaration": {
"ads": "无",
"data": "插件不采集任何数据",
"permissions": "无"
},
"npmurl": "",
"type": "unicloud-template-project",
"darkmode": "x",
"widescreen": "x",
"i18n": "x"
},
"uni_modules": {
"dependencies": [
"uni-id-pages"
],
"encrypt": [],
"platforms": {
"cloud": {
"tcb": "√",
"aliyun": "√",
"alipay": "√"
},
"client": {
"uni-app": {
"vue": {
"vue2": "x",
"vue3": "√"
},
"web": {
"safari": "√",
"chrome": "√"
},
"app": {
"vue": "√",
"nvue": "x",
"android": "√",
"ios": "√",
"harmony": "√"
},
"mp": {
"weixin": "x",
"alipay": "x",
"toutiao": "x",
"baidu": "x",
"kuaishou": "x",
"jd": "x",
"harmony": "x",
"qq": "x",
"lark": "x",
"xhs": "-"
},
"quickapp": {
"huawei": "x",
"union": "x"
}
},
"uni-app-x": {
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
}
}
}
},
"dependencies": {
"@dcloudio/hbuilderx-cli": "^1.2.0",
"qrcodejs2": "^0.0.2"
},
"scripts": {
"hbuilderx": "hbuilderx",
"dev:web": "uni-launch web",
"dev:app-android": "uni-launch app-android",
"dev:app-ios": "uni-launch app-ios",
"dev:app-harmony": "uni-launch app-harmony",
"dev:mp-weixin": "uni-launch mp-weixin",
"dev:mp-alipay": "uni-launch mp-alipay",
"dev:mp-baidu": "uni-launch mp-baidu",
"dev:mp-xhs": "uni-launch mp-xhs",
"dev:mp-toutiao": "uni-launch mp-toutiao",
"dev:mp-qq": "uni-launch mp-qq",
"dev:mp-360": "uni-launch mp-360",
"dev:mp-kuaishou": "uni-launch mp-kuaishou",
"dev:mp-lark": "uni-launch mp-lark",
"dev:mp-jd": "uni-launch mp-jd",
"dev:quickapp-huawei": "uni-launch quickapp-webview-huawei",
"dev:quickapp-union": "uni-launch quickapp-webview-union",
"logcat:web": "uni-logcat web",
"logcat:app-android": "uni-logcat app-android",
"logcat:app-ios": "uni-logcat app-ios",
"logcat:app-harmony": "uni-logcat app-harmony",
"logcat:mp-weixin": "uni-logcat mp-weixin",
"logcat:mp-alipay": "uni-logcat mp-alipay",
"logcat:mp-baidu": "uni-logcat mp-baidu",
"logcat:mp-xhs": "uni-logcat mp-xhs",
"logcat:mp-toutiao": "uni-logcat mp-toutiao",
"logcat:mp-qq": "uni-logcat mp-qq",
"logcat:mp-360": "uni-logcat mp-360",
"logcat:mp-kuaishou": "uni-logcat mp-kuaishou",
"logcat:mp-lark": "uni-logcat mp-lark",
"logcat:mp-jd": "uni-logcat mp-jd",
"logcat:quickapp-huawei": "uni-logcat quickapp-webview-huawei",
"logcat:quickapp-union": "uni-logcat quickapp-webview-union",
"test:web": "uni-test web",
"test:app-android": "uni-test app-android",
"test:app-ios": "uni-test app-ios",
"test:app-harmony": "uni-test app-harmony",
"test:mp-weixin": "uni-test mp-weixin"
}
}