-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.69 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.69 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
{
"catalog": {
"@eslint/js": "9.38.0",
"@hookform/resolvers": "5.2.2",
"@solana-program/system": "0.10.0",
"@solana-program/token": "0.9.0",
"@solana-program/token-2022": "0.6.1",
"@solana/kit": "5.4.0",
"@tailwindcss/postcss": "4.1.17",
"@tailwindcss/vite": "4.1.17",
"@tanstack/react-query": "5.90.11",
"@types/bun": "1.3.11",
"@types/node": "24.10.1",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.1",
"@wxt-dev/browser": "0.1.4",
"babel-plugin-react-compiler": "1.0.0",
"effect": "3.19.8",
"eslint": "9.38.0",
"globals": "16.5.0",
"jsdom": "27.2.0",
"lucide-react": "0.555.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-hook-form": "7.66.0",
"react-router": "7.9.6",
"tailwindcss": "4.1.17",
"typescript": "5.9.3",
"typescript-eslint": "8.46.2",
"vite": "7.2.4",
"vite-bundle-analyzer": "1.2.3",
"vitest": "4.0.14",
"ws": "8.18.3",
"wxt": "0.20.11",
"zod": "4.1.13"
},
"devDependencies": {
"@biomejs/biome": "2.4.12",
"@commitlint/cli": "20.3.1",
"@commitlint/config-conventional": "20.3.1",
"@commitlint/types": "20.5.0",
"@cspell/dict-es-es": "3.0.8",
"@radix-ui/react-select": "2.2.6",
"@socketsecurity/bun-security-scanner": "1.1.2",
"@types/bun": "catalog:",
"@types/node": "catalog:",
"bundlemon": "3.1.0",
"cspell": "10.0.0",
"editorconfig-checker": "6.1.1",
"lefthook": "2.0.15",
"pkg-pr-new": "0.0.62",
"playwright": "1.57.0",
"syncpack": "14.3.0",
"turbo": "2.7.6",
"vitest": "catalog:"
},
"engines": {
"bun": "1.3.11",
"node": ">=24"
},
"name": "samui",
"packageManager": "bun@1.3.11",
"private": true,
"scripts": {
"build": "turbo run build",
"check-types": "turbo run check-types",
"clean": "find . -type d \\( -name 'node_modules' -o -name 'build' -o -name 'dist' -o -name '.turbo' -o -name '.wxt' -o -name '.astro' -o -name '.wrangler' \\) -prune -exec rm -rf '{}' +",
"dev": "turbo run dev",
"lint": "biome check --error-on-warnings",
"lint:fix": "biome check --error-on-warnings --write",
"preinstall": "npx only-allow bun",
"prepare": "lefthook install",
"spell-check": "cspell -c ./cspell.config.mts .",
"test": "vitest run",
"test:e2e": "turbo run test:e2e",
"test:integration": "vitest run --config=vitest.integration.config.ts",
"test:integration:watch": "vitest --watch --config=vitest.integration.config.ts",
"test:watch": "vitest --watch"
},
"trustedDependencies": ["editorconfig-checker"],
"type": "module",
"version": "0.0.0",
"workspaces": ["apps/*", "packages/*", "turbo/*"]
}