-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 827 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 827 Bytes
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
{
"name": "template-uniapp-mini",
"version": "0.1.0",
"private": true,
"scripts": {
"dev:mp-weixin": "uni -p mp-weixin",
"build:mp-weixin": "uni build -p mp-weixin",
"dev:mp-toutiao": "uni -p mp-toutiao",
"build:mp-toutiao": "uni build -p mp-toutiao",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@dcloudio/types": "3.4.19",
"@dcloudio/uni-app": "3.0.0-4080720251210001",
"pinia": "2.1.7",
"uview-plus": "3.7.13",
"vue": "3.4.21"
},
"devDependencies": {
"@dcloudio/uni-mp-toutiao": "^3.0.0-4080720251210001",
"@dcloudio/uni-mp-weixin": "^3.0.0-4080720251210001",
"@dcloudio/vite-plugin-uni": "3.0.0-4080720251210001",
"@types/node": "22.15.30",
"sass": "1.89.2",
"typescript": "5.9.3",
"vite": "5.2.8",
"vue-tsc": "2.1.10"
}
}