-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 3.41 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 3.41 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "trpfrog.net",
"private": true,
"// NOTE(install-skills):": "experimental_skills rewrites local relative paths to absolute paths, so we restore skills-lock.json to HEAD after install.",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint-fix": "vp lint --fix --type-aware --type-check && vp fmt",
"install-skills": "npx skills experimental_install || true; git restore --source=HEAD -- skills-lock.json || true",
"test": "turbo test",
"type-check": "turbo type-check",
"typegen": "turbo typegen",
"reinstall-all-deps": "rm -rf node_modules ./*/*/node_modules && vp install",
"prepare": "vp config && printf 'vp staged --no-stash\\n' > .vite-hooks/pre-commit",
"format": "vp fmt"
},
"engines": {
"node": ">=20"
},
"// NOTE(turborepo):": "We put the turborepo version directly in package.json because Vercel may read it from here",
"devDependencies": {
"@hono/cli": "catalog:",
"@types/node": "catalog:",
"@typescript-eslint/eslint-plugin": "catalog:",
"@typescript/native-preview": "catalog:",
"@vitest/coverage-v8": "catalog:",
"@vitest/ui": "catalog:",
"better-typescript-lib": "catalog:",
"eslint": "catalog:",
"eslint-plugin-unused-imports": "catalog:",
"happy-dom": "catalog:",
"prettier": "catalog:",
"prettier-plugin-classnames": "catalog:",
"prettier-plugin-merge": "catalog:",
"prettier-plugin-tailwindcss": "catalog:",
"skills": "catalog:",
"tsr": "catalog:",
"turbo": "^2.7.2",
"type-fest": "catalog:",
"typescript": "catalog:",
"wrangler": "3.105.0",
"vite-plus": "catalog:"
},
"packageManager": "pnpm@10.14.0",
"dependencies": {
"arkregex": "catalog:",
"valibot": "catalog:"
},
"pnpm": {
"overrides": {
"wrangler": "catalog:",
"esbuild@<=0.24.2": ">=0.25.0",
"cookie@<0.7.0": ">=0.7.0",
"hono@>=4.8.0 <4.9.6": ">=4.9.6",
"vite@>=7.1.0 <=7.1.4": ">=7.1.5",
"hono@<4.9.7": ">=4.9.7",
"vite@>=7.1.0 <=7.1.10": ">=7.1.11",
"hono@>=1.1.0 <4.10.2": ">=4.10.2",
"tar-fs@>=2.0.0 <2.1.4": ">=2.1.4",
"tar-fs@>=3.0.0 <3.1.1": ">=3.1.1",
"js-yaml@<3.14.2": ">=3.14.2",
"js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
"glob@>=10.2.0 <10.5.0": ">=10.5.0",
"hono@<4.10.3": ">=4.10.3",
"mdast-util-to-hast@>=13.0.0 <13.2.1": ">=13.2.1",
"ai@<5.0.52": ">=5.0.52",
"jws@=4.0.0": ">=4.0.1",
"hono@<4.11.4": ">=4.11.4",
"lodash-es@>=4.0.0 <=4.17.22": ">=4.17.23",
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
"undici@<6.23.0": ">=6.23.0",
"next@>=15.6.0-canary.0 <16.1.5": ">=16.1.5",
"hono@<4.11.7": ">=4.11.7",
"next@>=16.0.0-beta.0 <16.0.11": ">=16.0.11",
"diff@>=5.0.0 <5.2.2": ">=5.2.2",
"next@>=16.0.0-beta.0 <16.1.5": ">=16.1.5",
"webpack@>=5.49.0 <=5.104.0": ">=5.104.1",
"webpack@>=5.49.0 <5.104.0": ">=5.104.0",
"hono@<4.11.10": ">=4.11.10",
"ajv@<6.14.0": ">=6.14.0",
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0",
"next-mdx-remote@>=4.3.0 <6.0.0": ">=6.0.0",
"minimatch@<3.1.3": ">=3.1.3",
"minimatch@>=9.0.0 <9.0.6": ">=9.0.6",
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7",
"minimatch@<3.1.4": ">=3.1.4",
"serialize-javascript@<=7.0.2": ">=7.0.3"
},
"patchedDependencies": {
"gray-matter@4.0.3": "patches/gray-matter@4.0.3.patch"
}
}
}