-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
79 lines (79 loc) · 3 KB
/
package.json
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
{
"name": "TinyShopUniApp3",
"version": "3.0.0",
"license": "ISC",
"types": "commonjs",
"scripts": {
"dev:app": "uni -p app",
"dev:h5": "uni",
"serve": "uni",
"dev:h5:ssr": "uni --ssr",
"dev:mp-alipay": "uni -p mp-alipay",
"dev:mp-baidu": "uni -p mp-baidu",
"dev:mp-kuaishou": "uni -p mp-kuaishou",
"dev:mp-lark": "uni -p mp-lark",
"dev:mp-qq": "uni -p mp-qq",
"dev:mp-toutiao": "uni -p mp-toutiao",
"dev:mp-weixin": "uni -p mp-weixin",
"dev:quickapp-webview": "uni -p quickapp-webview",
"dev:quickapp-webview-huawei": "uni -p quickapp-webview-huawei",
"dev:quickapp-webview-union": "uni -p quickapp-webview-union",
"build:app": "uni build -p app",
"build": "uni build",
"build:h5": "uni build",
"build:h5:ssr": "uni build --ssr",
"build:mp-alipay": "uni build -p mp-alipay",
"build:mp-baidu": "uni build -p mp-baidu",
"build:mp-kuaishou": "uni build -p mp-kuaishou",
"build:mp-lark": "uni build -p mp-lark",
"build:mp-qq": "uni build -p mp-qq",
"build:mp-toutiao": "uni build -p mp-toutiao",
"build:mp-weixin": "uni build -p mp-weixin",
"build:quickapp-webview": "uni build -p quickapp-webview",
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
"lint": "eslint src --fix --ext .ts,.tsx,.vue,.js,.jsx"
},
"dependencies": {
"@dcloudio/uni-app": "3.0.0-3071120230427001",
"@dcloudio/uni-app-plus": "3.0.0-3071120230427001",
"@dcloudio/uni-components": "3.0.0-3071120230427001",
"@dcloudio/uni-h5": "3.0.0-3071120230427001",
"@dcloudio/uni-mp-alipay": "3.0.0-3071120230427001",
"@dcloudio/uni-mp-baidu": "3.0.0-3071120230427001",
"@dcloudio/uni-mp-jd": "3.0.0-3071120230427001",
"@dcloudio/uni-mp-kuaishou": "3.0.0-3071120230427001",
"@dcloudio/uni-mp-lark": "3.0.0-3071120230427001",
"@dcloudio/uni-mp-qq": "3.0.0-3071120230427001",
"@dcloudio/uni-mp-toutiao": "3.0.0-3071120230427001",
"@dcloudio/uni-mp-weixin": "3.0.0-3071120230427001",
"@dcloudio/uni-quickapp-webview": "3.0.0-3071120230427001",
"eslint-plugin-vue": "^8.2.0",
"moment": "^2.29.4",
"mp-html": "^2.3.1",
"node-sass": "^7.0.3",
"qs-canvas": "^1.0.11",
"sass": "^1.45.0",
"sass-loader": "^12.4.0",
"vue": "^3.2.45",
"vue-eslint-parser": "^8.0.1",
"vue-i18n": "^9.1.9",
"vuex": "^4.0.2"
},
"devDependencies": {
"@dcloudio/types": "^3.3.2",
"@dcloudio/uni-automator": "3.0.0-3071120230427001",
"@dcloudio/uni-cli-shared": "3.0.0-3071120230427001",
"@dcloudio/uni-stacktracey": "3.0.0-3071120230427001",
"@dcloudio/vite-plugin-uni": "3.0.0-3071120230427001",
"@types/node": "^16.11.12",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.4.1",
"mini-types": "^0.1.7",
"miniprogram-api-typings": "^3.4.4",
"typescript": "^4.6.2",
"vite": "4.1.4"
}
}