-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 3.54 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 3.54 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
{
"name": "ruceriji",
"version": "1.0.0",
"scripts": {
"lint": "eslint src --fix",
"format": "prettier --write \"src/**/*.{ts,vue,js,json}\" --log-level warn",
"check": "npm run format && npm run lint",
"dev:custom": "uni -p",
"dev:h5": "uni",
"dev:h5:ssr": "uni --ssr",
"dev:mp-alipay": "uni -p mp-alipay",
"dev:mp-baidu": "uni -p mp-baidu",
"dev:mp-jd": "uni -p mp-jd",
"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-harmony": "uni -p mp-harmony",
"dev:mp-weixin": "uni -p mp-weixin",
"dev:mp-xhs": "uni -p mp-xhs",
"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:custom": "uni build -p",
"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-jd": "uni build -p mp-jd",
"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-harmony": "uni build -p mp-harmony",
"build:mp-weixin": "uni build -p mp-weixin",
"build:mp-xhs": "uni build -p mp-xhs",
"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"
},
"dependencies": {
"@dcloudio/uni-app": "3.0.0-5000420260318001",
"@dcloudio/uni-app-harmony": "3.0.0-5000420260318001",
"@dcloudio/uni-app-plus": "3.0.0-5000420260318001",
"@dcloudio/uni-components": "3.0.0-5000420260318001",
"@dcloudio/uni-h5": "3.0.0-5000420260318001",
"@dcloudio/uni-mp-alipay": "3.0.0-5000420260318001",
"@dcloudio/uni-mp-baidu": "3.0.0-5000420260318001",
"@dcloudio/uni-mp-harmony": "3.0.0-5000420260318001",
"@dcloudio/uni-mp-jd": "3.0.0-5000420260318001",
"@dcloudio/uni-mp-kuaishou": "3.0.0-5000420260318001",
"@dcloudio/uni-mp-lark": "3.0.0-5000420260318001",
"@dcloudio/uni-mp-qq": "3.0.0-5000420260318001",
"@dcloudio/uni-mp-toutiao": "3.0.0-5000420260318001",
"@dcloudio/uni-mp-weixin": "3.0.0-5000420260318001",
"@dcloudio/uni-mp-xhs": "3.0.0-5000420260318001",
"@dcloudio/uni-quickapp-webview": "3.0.0-5000420260318001",
"@qiun/ucharts": "^2.5.0-20230101",
"pinia": "^3.0.4",
"sass": "^1.97.3",
"uview-plus": "^3.7.13",
"vue": "3.5.30",
"vue-i18n": "9.14.5",
"weapp-tailwindcss": "^4.10.3"
},
"devDependencies": {
"@dcloudio/types": "3.4.28",
"@dcloudio/uni-automator": "3.0.0-5000420260318001",
"@dcloudio/uni-cli-shared": "3.0.0-5000420260318001",
"@dcloudio/uni-stacktracey": "3.0.0-5000420260318001",
"@dcloudio/vite-plugin-uni": "3.0.0-5000420260318001",
"@dcloudio/vue-cli-plugin-uni": "^2.0.2-5000520260324002",
"@eslint/js": "^10.0.1",
"@iconify-json/lucide": "^1.2.98",
"@vue/runtime-core": "3.5.30",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.8.0",
"htmlparser2": "^10.1.0",
"less": "^4.6.4",
"pixelmatch": "^4.0.2",
"playwright": "^1.59.1",
"pngjs": "^3.4.0",
"prettier": "^3.8.1",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"typescript-eslint": "^8.58.0",
"vite": "5.2.8"
}
}