This repository was archived by the owner on Sep 8, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.38 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
{
"name": "@graphql-hive/docs",
"private": true,
"workspaces": [
"packages/*"
],
"type": "module",
"module": "index.ts",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"format": "oxfmt",
"fmt": "oxfmt",
"format:check": "oxfmt --check",
"fix": "bun lint:fix && bun format",
"typecheck": "turbo run typecheck",
"test": "turbo run test:bun",
"test:bun": "turbo run test:bun",
"storybook": "cd packages/design-system && bun run storybook",
"storybook:build": "cd packages/design-system && bun run storybook:build"
},
"dependencies": {
"@hasparus/eslint-config": "^2.1.1"
},
"devDependencies": {
"@fumadocs/cli": "^1.2.2",
"@radix-ui/react-icons": "^1.3.2",
"@tsconfig/strictest": "2.0.8",
"@types/bun": "latest",
"eslint": "9.39.2",
"jiti": "2.6.1",
"oxfmt": "^0.35.0",
"react-countup": "^6.5.3",
"srvx": "^0.11.15",
"turbo": "^2.8.10",
"typescript": "5.9.3"
},
"overrides": {
"wrangler": "4.72.0"
},
"engines": {
"node": ">=24"
},
"packageManager": "bun@1.3.5",
"patchedDependencies": {
"mermaid-isomorphic@3.0.4": "patches/mermaid-isomorphic@3.0.4.patch",
"wrangler@4.72.0": "patches/wrangler@4.72.0.patch",
"fumadocs-core@16.4.7": "patches/fumadocs-core@16.4.7.patch"
}
}