-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.79 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
{
"name": "relationship-front",
"version": "1.0.0",
"description": "关系管理小程序",
"scripts": {
"dev": "uni",
"dev:mp-weixin": "uni --open -p mp-weixin",
"dev:app": "uni --open -p app",
"dev:app-android": "uni --open -p app-android",
"dev:app-ios": "uni --open -p app-ios",
"dev:h5": "uni --open -p h5",
"dev:mp-alipay": "uni --open -p mp-alipay",
"dev:mp-baidu": "uni --open -p mp-baidu",
"dev:mp-toutiao": "uni --open -p mp-toutiao",
"dev:mp-lark": "uni --open -p mp-lark",
"dev:mp-qq": "uni --open -p mp-qq",
"dev:mp-kuaishou": "uni --open -p mp-kuaishou",
"dev:mp-jd": "uni --open -p mp-jd",
"dev:quickapp-webview": "uni --open -p quickapp-webview",
"dev:quickapp-webview-union": "uni --open -p quickapp-webview-union",
"dev:quickapp-webview-huawei": "uni --open -p quickapp-webview-huawei",
"build": "uni build",
"build:app": "uni build -p app",
"build:app-android": "uni build -p app-android",
"build:app-ios": "uni build -p app-ios",
"build:h5": "uni build -p h5",
"build:h5-ssr": "uni build -p h5 --ssr",
"build:mp-weixin": "uni build -p mp-weixin",
"build:mp-alipay": "uni build -p mp-alipay",
"build:mp-baidu": "uni build -p mp-baidu",
"build:mp-toutiao": "uni build -p mp-toutiao",
"build:mp-lark": "uni build -p mp-lark",
"build:mp-qq": "uni build -p mp-qq",
"build:mp-kuaishou": "uni build -p mp-kuaishou",
"build:mp-jd": "uni build -p mp-jd",
"build:quickapp-webview": "uni build -p quickapp-webview",
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"md5": "^2.3.0",
"unplugin-auto-import": "^19.0.0"
}
}