af-mobile-client-vue3 1.0.93 → 1.0.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +34 -46
- package/src/layout/PageLayout.vue +1 -1
- package/src/layout/SingleLayout.vue +1 -1
package/package.json
CHANGED
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "af-mobile-client-vue3",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
5
|
-
"packageManager": "pnpm@10.7.0",
|
|
4
|
+
"version": "1.0.95",
|
|
6
5
|
"description": "Vue + Vite component lib",
|
|
7
6
|
"license": "MIT",
|
|
7
|
+
"engines": {
|
|
8
|
+
"node": ">=18.12.0",
|
|
9
|
+
"pnpm": ">=8.15.0"
|
|
10
|
+
},
|
|
8
11
|
"scripts": {
|
|
9
12
|
"dev": "cross-env MOCK_SERVER_PORT=8086 vite",
|
|
10
13
|
"build": "vue-tsc --noEmit && vite build",
|
|
@@ -18,63 +21,50 @@
|
|
|
18
21
|
"dependencies": {
|
|
19
22
|
"@micro-zoe/micro-app": "1.0.0-rc.24",
|
|
20
23
|
"@vant/area-data": "^2.0.0",
|
|
21
|
-
"animate.css": "^4.1.1",
|
|
22
|
-
"crypto-js": "^4.2.0",
|
|
23
|
-
"qs": "^6.14.0",
|
|
24
|
-
"store": "^2.0.12",
|
|
25
24
|
"@unhead/vue": "^2.0.5",
|
|
26
25
|
"@vant/touch-emulator": "^1.4.0",
|
|
27
26
|
"@vant/use": "^1.6.0",
|
|
28
27
|
"@vueuse/core": "^13.1.0",
|
|
28
|
+
"animate.css": "^4.1.1",
|
|
29
29
|
"axios": "^1.8.4",
|
|
30
|
+
"crypto-js": "^4.2.0",
|
|
30
31
|
"echarts": "^5.6.0",
|
|
31
32
|
"lodash-es": "^4.17.21",
|
|
32
33
|
"nprogress": "^0.2.0",
|
|
33
34
|
"pinia": "^3.0.2",
|
|
34
35
|
"pinia-plugin-persistedstate": "^4.2.0",
|
|
36
|
+
"qs": "^6.14.0",
|
|
35
37
|
"resize-detector": "^0.3.0",
|
|
38
|
+
"store": "^2.0.12",
|
|
36
39
|
"vant": "^4.9.18",
|
|
37
40
|
"vconsole": "^3.15.1",
|
|
38
41
|
"vue": "^3.5.13",
|
|
39
|
-
"vue-i18n": "^11.1.3",
|
|
40
42
|
"vue-router": "^4.5.0"
|
|
41
43
|
},
|
|
42
44
|
"devDependencies": {
|
|
43
|
-
"@types/crypto-js": "^4.2.2",
|
|
44
|
-
"@types/store": "^2.0.5",
|
|
45
|
-
"commitizen": "^4.3.1",
|
|
46
|
-
"cz-emoji-chinese": "^0.3.1",
|
|
47
|
-
"eslint-ts-patch": "^8.57.0-0",
|
|
48
|
-
"husky": "^9.1.7",
|
|
49
|
-
"vite-plugin-compression": "^0.5.1",
|
|
50
|
-
"vite-plugin-svg-icons": "^2.0.1",
|
|
51
|
-
"vite-plugin-vue-layouts": "^0.11.0",
|
|
52
45
|
"@antfu/eslint-config": "^4.12.0",
|
|
53
|
-
"@
|
|
54
|
-
"@commitlint/config-conventional": "^19.8.0",
|
|
55
|
-
"@commitlint/types": "^19.8.0",
|
|
56
|
-
"@iconify-json/carbon": "^1.2.8",
|
|
57
|
-
"@intlify/unplugin-vue-i18n": "^6.0.5",
|
|
46
|
+
"@types/crypto-js": "^4.2.2",
|
|
58
47
|
"@types/lodash-es": "^4.17.12",
|
|
59
48
|
"@types/node": "^22.14.1",
|
|
60
49
|
"@types/nprogress": "^0.2.3",
|
|
50
|
+
"@types/store": "^2.0.5",
|
|
61
51
|
"@unocss/eslint-plugin": "^66.1.0-beta.11",
|
|
62
52
|
"@unocss/preset-rem-to-px": "66.1.0-beta.11",
|
|
63
|
-
"@vant/auto-import-resolver": "^1.3.0",
|
|
64
53
|
"@vitejs/plugin-legacy": "^6.0.2",
|
|
65
54
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
66
55
|
"autoprefixer": "^10.4.21",
|
|
67
56
|
"bumpp": "^10.1.0",
|
|
57
|
+
"commitizen": "^4.3.1",
|
|
68
58
|
"consola": "^3.4.2",
|
|
69
59
|
"cross-env": "^7.0.3",
|
|
60
|
+
"cz-emoji-chinese": "^0.3.1",
|
|
70
61
|
"eslint": "^9.24.0",
|
|
71
|
-
"eslint-
|
|
62
|
+
"eslint-ts-patch": "^8.57.0-0",
|
|
63
|
+
"husky": "^9.1.7",
|
|
72
64
|
"less": "^4.3.0",
|
|
73
|
-
"lint-staged": "^15.5.1",
|
|
74
65
|
"mockjs": "^1.1.0",
|
|
75
66
|
"postcss-mobile-forever": "^5.0.0",
|
|
76
67
|
"rollup": "^4.40.0",
|
|
77
|
-
"simple-git-hooks": "^2.12.1",
|
|
78
68
|
"terser": "^5.39.0",
|
|
79
69
|
"typescript": "^5.8.3",
|
|
80
70
|
"unocss": "^66.1.0-beta.11",
|
|
@@ -82,39 +72,37 @@
|
|
|
82
72
|
"unplugin-vue-components": "^28.4.1",
|
|
83
73
|
"unplugin-vue-router": "^0.12.0",
|
|
84
74
|
"vite": "^6.2.6",
|
|
75
|
+
"vite-plugin-compression": "^0.5.1",
|
|
85
76
|
"vite-plugin-mock-dev-server": "^1.8.5",
|
|
86
77
|
"vite-plugin-pwa": "^1.0.0",
|
|
87
78
|
"vite-plugin-sitemap": "^0.7.1",
|
|
79
|
+
"vite-plugin-svg-icons": "^2.0.1",
|
|
88
80
|
"vite-plugin-vconsole": "^2.1.1",
|
|
89
81
|
"vite-plugin-vue-devtools": "^7.7.2",
|
|
82
|
+
"vite-plugin-vue-layouts": "^0.11.0",
|
|
90
83
|
"vitest": "^3.1.1",
|
|
91
84
|
"vue-tsc": "^2.2.8"
|
|
92
85
|
},
|
|
93
86
|
"pnpm": {
|
|
94
|
-
"allowedDeprecatedVersions": {
|
|
95
|
-
"glob": "7.2.3",
|
|
96
|
-
"inflight": "1.0.6",
|
|
97
|
-
"sourcemap-codec": "1.4.8"
|
|
98
|
-
},
|
|
99
87
|
"peerDependencyRules": {
|
|
88
|
+
"ignoreMissing": [
|
|
89
|
+
"postcss",
|
|
90
|
+
"esbuild"
|
|
91
|
+
],
|
|
100
92
|
"allowedVersions": {
|
|
101
|
-
"
|
|
93
|
+
"rollup": "^4.x"
|
|
102
94
|
}
|
|
103
|
-
}
|
|
104
|
-
"onlyBuiltDependencies": [
|
|
105
|
-
"core-js",
|
|
106
|
-
"esbuild",
|
|
107
|
-
"simple-git-hooks"
|
|
108
|
-
]
|
|
109
|
-
},
|
|
110
|
-
"resolutions": {
|
|
111
|
-
"vite": "^6.2.4"
|
|
95
|
+
}
|
|
112
96
|
},
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
97
|
+
"config": {
|
|
98
|
+
"commitizen": {
|
|
99
|
+
"path": "./node_modules/cz-emoji-chinese"
|
|
100
|
+
},
|
|
101
|
+
"cz-emoji-chinese": {
|
|
102
|
+
"skipQuestions": [
|
|
103
|
+
"body",
|
|
104
|
+
"scope"
|
|
105
|
+
]
|
|
106
|
+
}
|
|
119
107
|
}
|
|
120
108
|
}
|