-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
106 lines (106 loc) · 4.02 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
{
"name": "peppa-miniprogram",
"version": "1.0.0",
"packageManager": "pnpm@9.0.6",
"scripts": {
"dev:app": "uni -p app",
"dev:app-android": "uni -p app-android",
"dev:app-ios": "uni -p app-ios",
"dev:custom": "uni -p",
"dev:h5": "uni",
"dev:h5:ssr": "uni --ssr",
"dev:mp-alipay": "uni -p mp-alipay",
"dev:mp-baidu": "uni -p mp-baidu",
"dev:mp-jd": "uni -p mp-jd",
"dev:mp-kuaishou": "uni -p mp-kuaishou",
"dev:mp-lark": "uni -p mp-lark",
"dev:mp-qq": "uni -p mp-qq",
"dev:mp-toutiao": "uni -p mp-toutiao",
"dev:mp-weixin": "uni -p mp-weixin",
"dev:mp-xhs": "uni -p mp-xhs",
"dev:quickapp-webview": "uni -p quickapp-webview",
"dev:quickapp-webview-huawei": "uni -p quickapp-webview-huawei",
"dev:quickapp-webview-union": "uni -p quickapp-webview-union",
"build:app": "uni build -p app",
"build:app-android": "uni build -p app-android",
"build:app-ios": "uni build -p app-ios",
"build:custom": "uni build -p",
"build:h5": "uni build",
"build:h5:ssr": "uni build --ssr",
"build:mp-alipay": "uni build -p mp-alipay",
"build:mp-baidu": "uni build -p mp-baidu",
"build:mp-jd": "uni build -p mp-jd",
"build:mp-kuaishou": "uni build -p mp-kuaishou",
"build:mp-lark": "uni build -p mp-lark",
"build:mp-qq": "uni build -p mp-qq",
"build:mp-toutiao": "uni build -p mp-toutiao",
"build:mp-weixin": "uni build -p mp-weixin",
"build:mp-xhs": "uni build -p mp-xhs",
"build:quickapp-webview": "uni build -p quickapp-webview",
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ignore-path .gitignore",
"lint:fix": "eslint . --fix --ignore-path .gitignore"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
"commit-msg": "pnpm commitlint --edit $1"
},
"lint-staged": {
"*.{js,cjs,ts,tsx,vue}": [
"eslint --fix"
]
},
"dependencies": {
"@dcloudio/uni-app": "3.0.0-4010420240430001",
"@dcloudio/uni-app-plus": "3.0.0-4010420240430001",
"@dcloudio/uni-components": "3.0.0-4010420240430001",
"@dcloudio/uni-h5": "3.0.0-4010420240430001",
"@dcloudio/uni-mp-alipay": "3.0.0-4010420240430001",
"@dcloudio/uni-mp-baidu": "3.0.0-4010420240430001",
"@dcloudio/uni-mp-jd": "3.0.0-4010420240430001",
"@dcloudio/uni-mp-kuaishou": "3.0.0-4010420240430001",
"@dcloudio/uni-mp-lark": "3.0.0-4010420240430001",
"@dcloudio/uni-mp-qq": "3.0.0-4010420240430001",
"@dcloudio/uni-mp-toutiao": "3.0.0-4010420240430001",
"@dcloudio/uni-mp-weixin": "3.0.0-4010420240430001",
"@dcloudio/uni-mp-xhs": "3.0.0-4010420240430001",
"@dcloudio/uni-quickapp-webview": "3.0.0-4010420240430001",
"@dcloudio/uni-ui": "^1.5.5",
"vue": "3.4.21",
"vue-i18n": "^9.13.1"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@dcloudio/types": "^3.4.8",
"@dcloudio/uni-automator": "3.0.0-4010420240430001",
"@dcloudio/uni-cli-shared": "3.0.0-4010420240430001",
"@dcloudio/uni-stacktracey": "3.0.0-4010420240430001",
"@dcloudio/vite-plugin-uni": "3.0.0-4010420240430001",
"@rushstack/eslint-patch": "^1.10.2",
"@types/node": "^20.12.8",
"@typescript-eslint/parser": "6",
"@uni-helper/uni-app-types": "^0.5.13",
"@uni-helper/uni-ui-types": "^0.5.13",
"@uni-helper/vite-plugin-uni-tailwind": "^0.15.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/runtime-core": "3.4.26",
"@vue/tsconfig": "^0.1.3",
"eslint": "8.56.0",
"eslint-plugin-vue": "^9.25.0",
"lint-staged": "^15.2.2",
"miniprogram-api-typings": "^3.12.2",
"postcss-preset-env": "^9.5.9",
"prettier": "^3.2.5",
"sass": "^1.76.0",
"sass-loader": "^14.2.1",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.3",
"typescript": "^4.9.4",
"vite": "5.2.8",
"vue-tsc": "2.0.16"
}
}