-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.26 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.26 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
{
"name": "@bouzu/monorepo",
"type": "module",
"private": true,
"packageManager": "pnpm@10.29.1",
"author": "zhong666 <hi@zhong666.me>",
"license": "MIT",
"homepage": "https://bouzu.zhong666.me",
"repository": {
"type": "git",
"url": "https://github.com/aa900031/bouzu"
},
"bugs": {
"url": "https://github.com/aa900031/bouzu/issues"
},
"scripts": {
"build:sb": "turbo run build --filter='./stories/*'",
"build:pkgs": "turbo run build --filter='./packages/**/*'",
"preview:sb": "turbo run preview --filter=@bouzu/storybook",
"publish:pkgs": "pnpm -r --filter='./packages/**/*' publish --no-git-checks",
"dev:sb": "turbo run dev --filter='./stories/*'",
"test": "vitest run",
"lint": "eslint . --cache --cache-location node_modules/.cache/eslint",
"release:pkgs": "turbo run release --concurrency=1 --filter='./packages/**/*'"
},
"devDependencies": {
"@aa900031/eslint-config": "^6.0.0",
"@aa900031/release-it-config": "^0.1.0",
"@types/mockjs": "^1.0.10",
"@types/node": "^22.19.10",
"@vitest/coverage-istanbul": "^4.0.18",
"eslint": "^9.39.2",
"happy-dom": "^20.6.1",
"mockjs": "^1.1.0",
"npm-run-all2": "^8.0.4",
"release-it": "^19.2.4",
"tsdown": "^0.20.3",
"turbo": "^2.8.9",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
}
}