-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.27 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
{
"name": "turbo-uni",
"private": true,
"type": "module",
"scripts": {
"build:play": "pnpm run build --filter=@vben/playground",
"changeset": "pnpm exec changeset",
"clean": "node ./scripts/clean.mjs",
"commit": "czg",
"dev": "turbo-run dev",
"dev:base": "pnpm -F uni-base run dev:h5",
"format": "vsh lint --format",
"lint": "vsh lint",
"postinstall": "pnpm -r run stub --if-present",
"preinstall": "npx only-allow pnpm",
"prepare": "is-ci || husky",
"preview": "turbo-run preview",
"publint": "vsh publint",
"reinstall": "pnpm clean --del-lock && pnpm install",
"update:deps": "npx taze -r -w",
"version": "pnpm exec changeset version && pnpm install --no-frozen-lockfile"
},
"devDependencies": {
"@types/node": "catalog:",
"@zxj/commitlint": "workspace:*",
"@zxj/eslint": "workspace:*",
"@zxj/prettier": "workspace:*",
"@zxj/stylelint": "workspace:*",
"@zxj/tsconfig": "workspace:*",
"@zxj/turbo-run": "workspace:*",
"@zxj/vite-config": "workspace:*",
"@zxj/vsh": "workspace:*",
"husky": "catalog:",
"is-ci": "catalog:",
"lint-staged": "catalog:",
"turbo": "catalog:",
"unbuild": "catalog:"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}