generated from PaxonHuang/SchoolBuzzMate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 850 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 850 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
{
"name": "campus-quick-match",
"version": "1.0.0",
"description": "校园生活服务平台 - 找搭子、外卖跑腿、云打印",
"main": "main.ts",
"scripts": {
"dev": "uni",
"dev:mp-weixin": "uni --platform mp-weixin",
"build": "uni build",
"build:mp-weixin": "uni build --platform mp-weixin"
},
"dependencies": {
"vue": "^3.4.0",
"pinia": "^2.1.0",
"@dcloudio/uni-app": "3.0.0-alpha-4020920240930001",
"@dcloudio/uni-h5": "3.0.0-alpha-4020920240930001",
"@dcloudio/uni-mp-weixin": "3.0.0-alpha-4020920240930001"
},
"devDependencies": {
"@dcloudio/types": "^3.0.0",
"@dcloudio/uni-cli-shared": "^3.0.0",
"@dcloudio/vite-plugin-uni": "^3.0.0",
"@dcloudio/vite-plugin-uni-pages": "^3.0.0",
"@vue/tsconfig": "^0.4.0",
"typescript": "^5.0.0",
"vite": "^5.0.0"
}
}