generated from storybookjs/addon-kit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.53 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
{
"name": "repo-root",
"private": true,
"scripts": {
"b": "tsc -w",
"build": "turbo run build",
"build:sb": "turbo run build:sb",
"check": "biome check",
"check:fix": "biome check --write",
"clean": "turbo clean",
"coverage": "turbo coverage",
"cs": "changeset",
"nuke": "turbo nuke && rimraf node_modules",
"release": "pnpm build && changeset publish",
"test": "turbo test",
"test:trv": "vitest run --project=testcase-react-vite-ts",
"trv": "pnpm --filter=testcase-react-vite-ts",
"tt": "pnpm --filter=testcase-themes",
"tv": "pnpm --filter=testcase-vpv",
"v": "turbo check coverage",
"verify": "turbo check coverage",
"verify:ci": "turbo check coverage testcase --concurrency=1",
"version": "changeset version",
"sav": "pnpm --filter=./packages/storybook-addon-vis",
"vis": "pnpm --filter=./packages/storybook-addon-vis",
"vpv": "pnpm --filter=./packages/vitest-plugin-vis",
"w": "turbo w",
"w:trv": "vitest --project=testcase-react-vite-ts",
"knip": "knip --config .knip.jsonc"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@repobuddy/biome": "^1.7.1",
"@types/node": "^22.10.5",
"@vitest/coverage-v8": "^3.0.0",
"cross-env": "^7.0.3",
"husky": "^9.1.6",
"knip": "^5.41.1",
"playwright": "^1.50.0",
"rimraf": "^6.0.1",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"vitest": "^3.0.0"
},
"packageManager": "pnpm@9.15.4"
}