-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.76 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.76 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
{
"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",
"postinstall": "node scripts/fix-nitro-nightly.mjs",
"test": "turbo run test",
"test:e2e": "turbo run test:e2e",
"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",
"docs": "workspace:*",
"eslint": "9.39.2",
"jiti": "2.6.1",
"oxfmt": "^0.35.0",
"react-countup": "^6.5.3",
"srvx": "^0.10.0",
"turbo": "^2.8.10",
"typescript": "5.9.3"
},
"overrides": {
"nitro": "npm:nitro-nightly@3.0.1-20260227-181935-bfbb207c",
"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",
"@tanstack/start-plugin-core@1.147.1": "patches/@tanstack%2Fstart-plugin-core@1.147.1.patch",
"nitro-nightly@3.0.1-20260227-181935-bfbb207c": "patches/nitro-nightly@3.0.1-20260227-181935-bfbb207c.patch",
"wrangler@4.72.0": "patches/wrangler@4.72.0.patch",
"fumadocs-core@16.4.7": "patches/fumadocs-core@16.4.7.patch"
}
}