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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
| {
| "name": "uniapp-vue3-project",
| "type": "module",
| "version": "1.5.0",
| "description": "掌控智飞",
| "author": {
| "name": "ztzf"
| },
| "license": "MIT",
| "homepage": "https://github.com/oyjt/uniapp-vue3-template",
| "repository": {
| "type": "git",
| "url": "https://github.com/oyjt/uniapp-vue3-template.git"
| },
| "keywords": [
| "Vue3",
| "uniapp",
| "uniapp-vue3-template",
| "Vite5",
| "uview-plus",
| "uniapp template",
| "UnoCSS"
| ],
| "engines": {
| "node": ">=18",
| "pnpm": ">=8"
| },
| "scripts": {
| "preinstall": "npx only-allow pnpm",
| "uvm": "npx @dcloudio/uvm@latest",
| "uvm-rm": "node ./scripts/post-upgrade.js",
| "dev:h5": "uni",
| "dev:h5:ssr": "uni --ssr",
| "dev:h5-test": "uni --mode test",
| "dev:h5-pro": "uni --mode production",
| "dev:mp-weixin": "uni -p mp-weixin",
| "dev:mp-weixin-test": "uni -p mp-weixin --mode test",
| "dev:mp-weixin-prod": "uni -p mp-weixin --mode production",
| "dev:app": "uni -p app",
| "dev:app-android": "uni -p app-android",
| "dev:app-ios": "uni -p app-ios",
| "build:h5": "uni build",
| "build:h5:ssr": "uni build --ssr",
| "build:h5-test": "uni build --mode test",
| "build:h5-prod": "uni build --mode production",
| "build:mp-weixin": "uni build -p mp-weixin",
| "build:mp-weixin-test": "uni build -p mp-weixin --mode test",
| "build:mp-weixin-prod": "uni build -p mp-weixin --mode production",
| "build:app": "uni build -p app",
| "build:app-android": "uni build -p app-android",
| "build:app-ios": "uni build -p app-ios",
| "eslint": "eslint \"src/**/*.{js,jsx,ts,tsx,vue}\"",
| "eslint:fix": "eslint \"src/**/*.{js,jsx,ts,tsx,vue}\" --fix",
| "stylelint": "stylelint \"src/**/*.{vue,scss,css,sass,less}\"",
| "stylelint:fix": "stylelint \"src/**/*.{vue,scss,css,sass,less}\" --fix",
| "cz": "git add . && npx czg",
| "clean": "npx rimraf node_modules",
| "clean:cache": "npx rimraf node_modules/.cache"
| },
| "dependencies": {
| "@dcloudio/uni-app": "3.0.0-4070520250711001",
| "@dcloudio/uni-app-harmony": "3.0.0-4070520250711001",
| "@dcloudio/uni-app-plus": "3.0.0-4070520250711001",
| "@dcloudio/uni-components": "3.0.0-4070520250711001",
| "@dcloudio/uni-h5": "3.0.0-4070520250711001",
| "@dcloudio/uni-mp-alipay": "3.0.0-4070520250711001",
| "@dcloudio/uni-mp-baidu": "3.0.0-4070520250711001",
| "@dcloudio/uni-mp-harmony": "3.0.0-4070520250711001",
| "@dcloudio/uni-mp-jd": "3.0.0-4070520250711001",
| "@dcloudio/uni-mp-kuaishou": "3.0.0-4070520250711001",
| "@dcloudio/uni-mp-lark": "3.0.0-4070520250711001",
| "@dcloudio/uni-mp-qq": "3.0.0-4070520250711001",
| "@dcloudio/uni-mp-toutiao": "3.0.0-4070520250711001",
| "@dcloudio/uni-mp-weixin": "3.0.0-4070520250711001",
| "@dcloudio/uni-mp-xhs": "3.0.0-4070520250711001",
| "@dcloudio/uni-quickapp-webview": "3.0.0-4070520250711001",
| "@dcloudio/uni-ui": "^1.5.11",
| "dayjs": "^1.11.18",
| "js-audio-recorder": "^1.0.7",
| "js-base64": "^3.7.4",
| "js-md5": "^0.7.3",
| "leaflet": "^1.9.4",
| "pinia": "2.2.4",
| "pinia-plugin-persistedstate": "4.1.3",
| "uview-plus": "^3.5.41",
| "vue": "3.4.21",
| "vue-i18n": "9.1.9",
| "z-paging": "^2.8.8"
| },
| "devDependencies": {
| "@antfu/eslint-config": "5.0.0",
| "@dcloudio/uni-automator": "3.0.0-4070520250711001",
| "@dcloudio/uni-cli-shared": "3.0.0-4070520250711001",
| "@dcloudio/uni-stacktracey": "3.0.0-4070520250711001",
| "@dcloudio/vite-plugin-uni": "3.0.0-4070520250711001",
| "@esbuild/darwin-arm64": "0.25.1",
| "@esbuild/darwin-x64": "0.25.1",
| "@iconify-json/mdi": "^1.2.3",
| "@rollup/rollup-darwin-arm64": "4.38.0",
| "@rollup/rollup-darwin-x64": "4.38.0",
| "@unocss/eslint-plugin": "^66.3.3",
| "@unocss/preset-icons": "^66.3.3",
| "@vue/runtime-core": "^3.4.21",
| "czg": "^1.12.0",
| "eslint": "^9.32.0",
| "lint-staged": "^16.1.6",
| "miniprogram-api-typings": "^4.1.0",
| "picocolors": "^1.1.1",
| "rimraf": "^6.0.1",
| "rollup-plugin-visualizer": "^6.0.3",
| "sass": "1.79.6",
| "sass-loader": "^16.0.4",
| "stylelint": "^16.23.0",
| "stylelint-config-recess-order": "^6.1.0",
| "stylelint-config-standard": "^39.0.0",
| "stylelint-config-standard-vue": "^1.0.0",
| "unocss": "65.5.0",
| "unocss-preset-weapp": "^66.0.2",
| "unplugin-auto-import": "19.3.0",
| "unplugin-vue-components": "^28.8.0",
| "vite": "5.2.8",
| "vite-plugin-clean-build": "^1.4.1",
| "vite-plugin-replace-image-url": "^1.4.1",
| "vite-plugin-restart": "^1.0.0",
| "vite-plugin-vue-mcp": "^0.3.2"
| },
| "pnpm": {
| "overrides": {
| "vue": "3.4.21"
| }
| },
| "lint-staged": {
| "src/**/*.{js,jsx}": "eslint --fix",
| "*.{scss,css,style,html}": "stylelint --fix",
| "*.vue": [
| "eslint --fix",
| "stylelint --fix"
| ]
| },
| "uni-app": {
| "scripts": {
| "h5-dev": {
| "title": "H5 开发环境",
| "env": {
| "UNI_PLATFORM": "h5",
| "ENV_NAME": "development"
| }
| },
| "h5-test": {
| "title": "H5 测试环境",
| "env": {
| "UNI_PLATFORM": "h5",
| "ENV_NAME": "test"
| }
| },
| "h5-prod": {
| "title": "H5 生产环境",
| "env": {
| "UNI_PLATFORM": "h5",
| "ENV_NAME": "production"
| }
| }
| }
| }
| }
|
|