-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.23 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.23 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
{
"name": "root",
"type": "module",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky",
"build:packages": "turbo build --filter=\"./packages/*\"",
"pretest": "pnpm run build:packages",
"test": "VITEST_BROWSER_HEADLESS=true vitest run",
"pretestui": "pnpm run build:packages",
"testui": "VITEST_UI=true vitest --ui",
"prerelease": "pnpm run build:packages",
"release": "pnpm publish -r",
"format": "biome check --write",
"inspect": "pnpx node-modules-inspector"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@changesets/cli": "^2.29.6",
"@preact/preset-vite": "^2.10.1",
"@private/tests": "workspace:*",
"@sveltejs/vite-plugin-svelte": "^6.1.3",
"@types/node": "^24.3.0",
"@vitejs/plugin-react": "^5.0.1",
"@vitejs/plugin-vue": "6.0.1",
"@vitest/browser": "^3.2.0",
"@vitest/ui": "^3.2.0",
"arktype": "^2.1.20",
"es-toolkit": "^1.39.10",
"husky": "^9.1.7",
"playwright": "^1.55.0",
"publint": "^0.3.12",
"tsdown": "0.14.1",
"turbo": "^2.5.6",
"valibot": "^1.1.0",
"vite-plugin-solid": "^2.11.8",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.0",
"zod": "4.0.17"
},
"packageManager": "pnpm@10.10.0",
"engines": {
"node": ">=23.0.0"
}
}