generated from bijinfeng/pnpm-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 830 Bytes
/
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
{
"name": "one-tab",
"type": "module",
"packageManager": "pnpm@8.15.9",
"scripts": {
"prepare": "husky install",
"preinstall": "npx -y only-allow pnpm",
"build:ui": "pnpm run --filter @onetab/ui build",
"build:web": "pnpm run --filter @onetab/web-app build",
"changeset": "changeset",
"version": "changeset version"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@changesets/cli": "^2.27.8",
"@commitlint/cli": "^18.6.1",
"commitizen": "^4.3.0",
"cz-git": "^1.9.4",
"fast-glob": "^3.3.2",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"pnpm": "^9.12.0",
"typescript": "^5.6.2"
},
"lint-staged": {
"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}": [
"biome check --write --no-errors-on-unmatched"
]
}
}