-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.92 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 3.92 KB
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
{
"name": "lemon-mobile-uniapp",
"type": "module",
"version": "0.2.0",
"private": true,
"packageManager": "pnpm@10.28.0",
"description": "A mobile app template based on the UniApp ecosystem",
"author": {
"name": "sankeyangshu",
"email": "sankeyangshu@gmail.com",
"url": "https://github.com/sankeyangshu"
},
"license": "MIT",
"homepage": "https://github.com/sankeyangshu/lemon-mobile-uniapp#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/sankeyangshu/lemon-mobile-uniapp.git"
},
"bugs": {
"url": "https://github.com/sankeyangshu/lemon-mobile-uniapp/issues"
},
"keywords": [
"uniapp",
"mobile",
"templates",
"typescript",
"wot-design-uni",
"pinia",
"i18n",
"tailwindcss"
],
"engines": {
"node": ">=20.19.0",
"pnpm": ">=10.5.0"
},
"scripts": {
"dev": "unh dev",
"build": "unh build",
"about": "unh info",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint",
"lint:fix": "eslint --fix",
"preinstall": "npx only-allow pnpm",
"postinstall": "weapp-tw patch",
"prepare": "simple-git-hooks"
},
"dependencies": {
"@dcloudio/uni-app": "3.0.0-4080720251210001",
"@dcloudio/uni-app-harmony": "3.0.0-4080720251210001",
"@dcloudio/uni-app-plus": "3.0.0-4080720251210001",
"@dcloudio/uni-components": "3.0.0-4080720251210001",
"@dcloudio/uni-h5": "3.0.0-4080720251210001",
"@dcloudio/uni-mp-alipay": "3.0.0-4080720251210001",
"@dcloudio/uni-mp-baidu": "3.0.0-4080720251210001",
"@dcloudio/uni-mp-harmony": "3.0.0-4080720251210001",
"@dcloudio/uni-mp-jd": "3.0.0-4080720251210001",
"@dcloudio/uni-mp-kuaishou": "3.0.0-4080720251210001",
"@dcloudio/uni-mp-lark": "3.0.0-4080720251210001",
"@dcloudio/uni-mp-qq": "3.0.0-4080720251210001",
"@dcloudio/uni-mp-toutiao": "3.0.0-4080720251210001",
"@dcloudio/uni-mp-weixin": "3.0.0-4080720251210001",
"@dcloudio/uni-mp-xhs": "3.0.0-4080720251210001",
"@dcloudio/uni-quickapp-webview": "3.0.0-4080720251210001",
"@uni-helper/uni-network": "^0.23.1",
"@weapp-tailwindcss/merge": "^2.1.3",
"@wot-ui/router": "^1.1.2",
"pinia": "2.2.4",
"pinia-plugin-persistedstate": "^4.7.1",
"vue": "^3.4.21",
"vue-i18n": "^9.1.9",
"wot-design-uni": "^1.14.0"
},
"devDependencies": {
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^20.3.1",
"@dcloudio/types": "^3.4.29",
"@dcloudio/uni-automator": "3.0.0-4080720251210001",
"@dcloudio/uni-cli-shared": "3.0.0-4080720251210001",
"@dcloudio/uni-stacktracey": "3.0.0-4080720251210001",
"@dcloudio/vite-plugin-uni": "3.0.0-4080720251210001",
"@egoist/tailwindcss-icons": "^1.9.0",
"@iconify-json/mdi": "^1.2.3",
"@mini-types/alipay": "^3.0.14",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^24.10.9",
"@uni-helper/eslint-config": "^0.6.1",
"@uni-helper/plugin-uni": "0.1.0",
"@uni-helper/unh": "^0.2.10",
"@uni-helper/uni-types": "^1.0.0-alpha.7",
"@uni-helper/vite-plugin-uni-components": "^0.2.6",
"@uni-helper/vite-plugin-uni-layouts": "^0.1.11",
"@uni-helper/vite-plugin-uni-manifest": "^0.2.12",
"@uni-helper/vite-plugin-uni-pages": "^0.3.22",
"@uni-helper/vite-plugin-uni-platform": "^0.0.5",
"@uni-ku/root": "^1.4.1",
"@vue/runtime-core": "^3.5.26",
"@vue/tsconfig": "^0.8.1",
"eslint": "^9.39.2",
"eslint-plugin-better-tailwindcss": "^4.0.1",
"eslint-plugin-format": "^1.3.1",
"lint-staged": "^16.2.7",
"miniprogram-api-typings": "^5.0.0",
"sass": "1.64.2",
"simple-git-hooks": "^2.13.1",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"vite": "5.2.8",
"vite-plugin-restart": "^2.0.0",
"vue-tsc": "^3.2.2",
"weapp-tailwindcss": "^4.9.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
"commit-msg": "pnpm exec commitlint --edit $1"
},
"lint-staged": {
"*": "eslint --fix"
}
}