-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.14 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 2.14 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "repo-root",
"private": true,
"scripts": {
"b": "tsc -w",
"build": "turbo run build",
"build:doc": "pnpm --filter=./packages/storybook-addon-vis build:sb",
"check": "biome check",
"check:fix": "biome check --write",
"clean": "turbo clean",
"clean:vis:local": "turbo clean:vis:local",
"cleanup:cspell": "node --experimental-strip-types ./.cursor/skills/cleanup-cspell-words/cleanup-cspell-words.mts",
"coverage": "turbo coverage",
"cs": "changeset",
"knip": "knip --config .knip.jsonc",
"nuke": "turbo nuke && rimraf node_modules",
"release": "pnpm build && changeset publish",
"sav": "pnpm --filter=./packages/storybook-addon-vis",
"t:t": "turbo t:t",
"test": "turbo test",
"test:u": "turbo test -- -u",
"tmi": "pnpm --filter=testcase-multi-instances",
"trv": "pnpm --filter=testcase-react-vite-ts",
"tsast": "pnpm --filter=testcase-sb-auto-no-snapshot-tag",
"tsbc": "pnpm --filter=testcase-sb-control",
"tsc3": "pnpm --filter=testcase-sb-csf-3",
"tscm": "pnpm --filter=testcase-sb-csf-mix",
"tscn": "pnpm --filter=testcase-sb-csf-next",
"tt": "pnpm --filter=testcase-themes",
"tv": "pnpm --filter=testcase-vpv",
"tw": "pnpm --filter=testcase-workspace",
"up:pw": "pnpm exec playwright install --with-deps",
"v": "turbo check coverage",
"verify": "turbo check t:t coverage testcase",
"verify:ci": "turbo check t:t coverage:u testcase:u --concurrency=1",
"version": "changeset version",
"vis": "pnpm --filter=./packages/storybook-addon-vis",
"vpv": "pnpm --filter=./packages/vitest-plugin-vis",
"w": "turbo w"
},
"devDependencies": {
"@biomejs/biome": "2.4.16",
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.29.8",
"@commitlint/cli": "^21.0.2",
"@commitlint/config-conventional": "^21.0.2",
"@repobuddy/biome": "^2.0.1",
"@types/node": "^25.9.2",
"@vitest/coverage-v8": "catalog:",
"cross-env": "^10.0.0",
"husky": "^9.1.7",
"knip": "^6.14.2",
"playwright": "1.61.1",
"rimraf": "^6.0.1",
"turbo": "^2.6.0",
"typescript": "catalog:",
"vitest": "catalog:",
"webdriverio": "^9.22.0"
},
"packageManager": "pnpm@11.18.0",
"engines": {
"node": ">=22.6.0"
}
}