-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.12 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
{
"name": "apicloud-vue",
"version": "1.0.0",
"description": "Apicloud for Vue3, 内置Vant4前端,是一个采用Vue数据绑定特性和Apicloud手机操控能力相结合的APP开发框架",
"scripts": {
"dev": "NODE_OPTIONS=--max_old_space_size=8192 rsbuild dev",
"build": "rsbuild build",
"zip": "node zip"
},
"author": "Marlon <[email protected]>",
"license": "MIT",
"keywords": [
"yonyou",
"yonbuilder",
"apicloud",
"vue",
"vue3",
"vant",
"vant4",
"webpack",
"rsbuild",
"app",
"hybird",
"ios",
"android",
"javascript",
"typescript",
"nodejs"
],
"repository": {
"type": "github",
"url": "https://github.com/grapewheel/apicloud-vue"
},
"devDependencies": {
"@rsbuild/core": "^0.7.9",
"@rsbuild/plugin-vue": "^0.7.9",
"@types/klaw-sync": "^6.0.5",
"@vant/auto-import-resolver": "^1.2.1",
"archiver": "^7.0.1",
"klaw-sync": "^6.0.0",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.2",
"xml-js": "^1.6.11"
},
"dependencies": {
"vant": "^4.9.1",
"vue": "^3.4.30"
}
}