forked from 851-labs/tokenmaxxing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.65 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.65 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
{
"name": "@tokenmaxxing/monorepo",
"private": true,
"workspaces": {
"packages": [
"apps/*",
"packages/*"
],
"catalog": {
"@base-ui-components/react": "1.0.0-rc.0",
"@clack/prompts": "1.7.0",
"@cloudflare/workers-types": "5.20260714.1",
"@effect/platform-bun": "4.0.0-beta.98",
"@effect/platform-node": "4.0.0-beta.98",
"@effect/vitest": "4.0.0-beta.98",
"@fontsource/geist-mono": "5.2.8",
"@fontsource/geist-sans": "5.2.5",
"@phosphor-icons/react": "2.1.10",
"@tailwindcss/vite": "4.3.2",
"@tanstack/react-query": "5.101.2",
"@tanstack/react-router": "1.170.18",
"@tanstack/react-router-ssr-query": "1.167.1",
"@tanstack/react-start": "1.168.28",
"@types/better-sqlite3": "7.6.13",
"@types/bun": "1.3.14",
"@types/node": "26.1.1",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.3",
"alchemy": "2.0.0-beta.62",
"better-sqlite3": "12.11.1",
"drizzle-kit": "0.31.10",
"drizzle-orm": "0.45.2",
"effect": "4.0.0-beta.98",
"lefthook": "2.1.10",
"oxfmt": "0.59.0",
"oxlint": "1.74.0",
"oxlint-tsgolint": "0.24.0",
"react": "19.2.7",
"react-dom": "19.2.7",
"tailwindcss": "4.3.2",
"turbo": "2.10.5",
"typescript": "7.0.2",
"vite": "8.1.4",
"vitest": "4.1.10",
"zod": "4.4.3"
}
},
"type": "module",
"scripts": {
"dev": "alchemy dev",
"deploy": "ALCHEMY_STATE=cloudflare alchemy deploy --env-file .env.production --stage prod",
"plan": "ALCHEMY_STATE=cloudflare alchemy plan --env-file .env.production --stage prod",
"build": "turbo build",
"db:generate": "turbo db:generate",
"test": "turbo test",
"typecheck": "turbo typecheck",
"lint": "oxlint --disable-nested-config --type-aware --type-check --no-error-on-unmatched-pattern",
"lint:fix": "oxlint --disable-nested-config --fix --type-aware --type-check --no-error-on-unmatched-pattern",
"fmt": "oxfmt --disable-nested-config --check",
"fmt:fix": "oxfmt --disable-nested-config"
},
"devDependencies": {
"@cloudflare/workers-types": "catalog:",
"@effect/platform-bun": "catalog:",
"@effect/platform-node": "catalog:",
"@types/bun": "catalog:",
"@types/node": "catalog:",
"alchemy": "catalog:",
"effect": "catalog:",
"lefthook": "catalog:",
"oxfmt": "catalog:",
"oxlint": "catalog:",
"oxlint-tsgolint": "catalog:",
"turbo": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
},
"overrides": {
"esbuild": "0.28.1"
},
"packageManager": "bun@1.3.14"
}