-
Notifications
You must be signed in to change notification settings - Fork 845
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 2.56 KB
/
Copy pathpackage.json
File metadata and controls
121 lines (121 loc) · 2.56 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
{
"id": "share-fission-admin",
"displayName": "基于uni-ad的社交裂变项目模板(admin端)",
"description": "看广告或分享好友看广告赚积分,积分兑换奖励或提现",
"version": "1.0.0",
"keywords": [
"uni-ad",
"看广告赚佣金",
"社交裂变"
],
"main": "main.js",
"scripts": {
"init": "npm install --registry https://registry.npmmirror.com"
},
"repository": "",
"engines": {
"HBuilderX": "^3.6.0",
"uni-app": "^4.36",
"uni-app-x": ""
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/dcloudio/uni-admin/issues"
},
"homepage": "https://github.com/dcloudio/uni-admin#readme",
"dcloudext": {
"sale": {
"regular": {
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
}
},
"contact": {
"qq": ""
},
"declaration": {
"ads": "无",
"data": "插件不采集任何数据",
"permissions": "无"
},
"npmurl": "",
"type": "unicloud-template-project",
"darkmode": "x",
"i18n": "x",
"widescreen": "√"
},
"uni_modules": {
"dependencies": [],
"encrypt": [],
"platforms": {
"cloud": {
"tcb": "√",
"aliyun": "√",
"alipay": "√"
},
"client": {
"uni-app": {
"vue": {
"vue2": "x",
"vue3": "√"
},
"web": {
"safari": "√",
"chrome": "√"
},
"app": {
"vue": "√",
"nvue": "x",
"android": "x",
"ios": "x",
"harmony": "x"
},
"mp": {
"weixin": "x",
"alipay": "x",
"toutiao": "x",
"baidu": "x",
"kuaishou": "x",
"jd": "x",
"harmony": "x",
"qq": "x",
"lark": "x"
},
"quickapp": {
"huawei": "x",
"union": "x"
}
},
"uni-app-x": {
"web": {
"safari": "-",
"chrome": "-"
},
"app": {
"android": "-",
"ios": "-",
"harmony": "-"
},
"mp": {
"weixin": "-"
}
},
"App": {
"app-harmony": "u",
"app-nvue": "u",
"app-uvue": "u",
"app-vue": "u"
}
}
}
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"echarts": "^6.0.0",
"element-plus": "^2.13.1",
"xlsx": "^0.18.5"
}
}