-
Notifications
You must be signed in to change notification settings - Fork 79
/
Copy pathpackage.json
132 lines (132 loc) · 4.38 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
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
{
"name": "uniapp-vue3-project",
"type": "module",
"version": "1.3.1",
"description": "uniapp 团队协作开发实践模板(Vue3)",
"author": {
"name": "江阳小道",
"email": "[email protected]",
"github": "https://github.com/oyjt"
},
"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",
"TypeScript",
"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",
"type-check": "vue-tsc --noEmit",
"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",
"postinstall": "simple-git-hooks",
"clean": "npx rimraf node_modules",
"clean:cache": "npx rimraf node_modules/.cache"
},
"dependencies": {
"@dcloudio/uni-app": "3.0.0-4050720250324001",
"@dcloudio/uni-app-plus": "3.0.0-4050720250324001",
"@dcloudio/uni-components": "3.0.0-4050720250324001",
"@dcloudio/uni-h5": "3.0.0-4050720250324001",
"@dcloudio/uni-mp-weixin": "3.0.0-4050720250324001",
"dayjs": "^1.11.13",
"pinia": "2.2.4",
"pinia-plugin-persistedstate": "^4.1.3",
"uview-plus": "^3.4.11",
"vue": "3.4.21",
"vue-i18n": "9.1.9",
"z-paging": "^2.8.4"
},
"devDependencies": {
"@antfu/eslint-config": "3.14.0",
"@dcloudio/types": "^3.4.14",
"@dcloudio/uni-automator": "3.0.0-4050720250324001",
"@dcloudio/uni-cli-shared": "3.0.0-4050720250324001",
"@dcloudio/uni-stacktracey": "3.0.0-4050720250324001",
"@dcloudio/vite-plugin-uni": "3.0.0-4050720250324001",
"@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",
"@types/node": "^22.10.7",
"@uni-helper/uni-app-types": "1.0.0-alpha.6",
"@unocss/eslint-plugin": "^0.63.6",
"@unocss/preset-icons": "^0.63.6",
"czg": "^1.11.0",
"eslint": "^9.18.0",
"lint-staged": "^15.4.1",
"miniprogram-api-typings": "^4.0.4",
"picocolors": "^1.1.1",
"rimraf": "^6.0.1",
"rollup-plugin-visualizer": "^5.14.0",
"sass": "1.79.6",
"sass-loader": "^16.0.4",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.13.2",
"stylelint-config-recess-order": "^6.0.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"typescript": "^5.7.3",
"unocss": "0.63.6",
"unocss-preset-weapp": "^66.0.0",
"unplugin-auto-import": "^19.1.2",
"unplugin-vue-components": "^28.4.1",
"vite": "^5.2.8",
"vite-plugin-clean-build": "^1.3.0",
"vite-plugin-replace-image-url": "^1.3.0",
"vite-plugin-restart": "^0.4.2",
"vue-tsc": "^2.2.0"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged",
"commit-msg": "node ./scripts/verify-commit.js"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx}": "eslint --fix",
"*.{scss,css,style,html}": "stylelint --fix",
"*.vue": [
"eslint --fix",
"stylelint --fix"
]
}
}