-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
110 lines (110 loc) · 2.44 KB
/
Copy pathpackage.json
File metadata and controls
110 lines (110 loc) · 2.44 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
{
"name": "剑指题解-专门为互联网人打造的题解神器-小程序管理后台",
"id": "sword-code-practice-admin",
"displayName": "剑指题解-专门为互联网人打造的题解神器-小程序管理后台",
"version": "1.5.0",
"description": "互联网人题解神器,神器在手,offer我有 随手刷题 | 无广告绿色免费 | 个性推荐",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "https://github.com/dcloudio/uni-template-admin.git",
"keywords": [
"剑指题解",
"后台",
"管理系统"
],
"engines": {
"HBuilderX": "^3.1.1"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/dcloudio/uni-template-admin/issues"
},
"homepage": "https://github.com/dcloudio/uni-template-admin#readme",
"dependencies": {
"ant-design-vue": "^1.7.5",
"dayjs": "^1.10.5",
"vue-json-excel": "^0.3.0",
"wangeditor": "^4.7.4"
},
"dcloudext": {
"category": [
"uniCloud",
"云端一体项目模板"
],
"sale": {
"regular": {
"price": "0.00"
},
"sourcecode": {
"price": "0.00"
}
},
"contact": {
"qq": "1018715564"
},
"declaration": {
"ads": "无",
"data": "无",
"permissions": "无"
},
"npmurl": ""
},
"uni-app": {
"scripts": {
"custom-platform": {
"title": "自定义扩展名称",
"BROWSER": "",
"env": {
"UNI_PLATFORM": "",
"MY_TEST": ""
},
"define": {
"CUSTOM-CONST": true
}
}
}
},
"uni_modules": {
"dependencies": [],
"encrypt": [],
"platforms": {
"cloud": {
"tcb": "y",
"aliyun": "y"
},
"client": {
"App": {
"app-vue": "y",
"app-nvue": "y"
},
"H5-mobile": {
"Safari": "y",
"Android Browser": "y",
"微信浏览器(Android)": "y",
"QQ浏览器(Android)": "y"
},
"H5-pc": {
"Chrome": "y",
"IE": "y",
"Edge": "y",
"Firefox": "y",
"Safari": "y"
},
"小程序": {
"微信": "y",
"阿里": "y",
"百度": "y",
"字节跳动": "y",
"QQ": "y"
},
"快应用": {
"华为": "u",
"联盟": "u"
}
}
}
}
}