-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
137 lines (137 loc) · 3.95 KB
/
package.json
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "ttleague",
"version": "0.1.0",
"private": true,
"scripts": {
"app": "next dev --turbo",
"triplit-start-server": "bun run triplit dev --dbPort 6900",
"triplit-push-schema": "sleep 2 && ./bin/triplit-push-schema.sh",
"triplit-seed": "./bin/triplit-seed-local.sh",
"triplit-dev": "run-p triplit-start-server triplit-push-schema",
"dev": "run-p app",
"build": "next build",
"pages:build": "bunx @cloudflare/next-on-pages",
"preview": "bun run pages:build && wrangler pages dev",
"deploy": "bun run pages:build && wrangler pages deploy",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@clerk/nextjs": "^6.9.6",
"@faker-js/faker": "^9.3.0",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@radix-ui/react-visually-hidden": "^1.1.1",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-form": "^0.41.0",
"@tanstack/react-query": "^5.62.11",
"@tanstack/react-table": "^8.20.6",
"@tanstack/zod-form-adapter": "^0.41.0",
"@triplit/client": "^0.6.12",
"@triplit/react": "^0.4.30",
"@vercel/og": "^0.6.4",
"@vercel/speed-insights": "^1.1.0",
"@visx/axis": "^3.12.0",
"@visx/brush": "^3.12.0",
"@visx/event": "^3.12.0",
"@visx/grid": "^3.12.0",
"@visx/group": "^3.12.0",
"@visx/mock-data": "^3.12.0",
"@visx/scale": "^3.12.0",
"@visx/shape": "^3.12.0",
"@visx/tooltip": "^3.12.0",
"@xstate/graph": "^3.0.1",
"@xstate/react": "^5.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.4",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.5.1",
"framer-motion": "^11.15.0",
"glicko2": "^1.2.1",
"glicko2.ts": "^1.3.2",
"html2canvas": "^1.4.1",
"immer": "^10.1.1",
"jwt-decode": "^4.0.0",
"lmdb": "^3.2.0",
"lucide-react": "^0.469.0",
"next": "^15.1.3",
"openai": "^4.77.0",
"openskill": "^4.1.0",
"pino": "^9.6.0",
"posthog-js": "^1.203.2",
"posthog-node": "^4.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.5",
"react-easy-crop": "^5.2.0",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.1",
"recharts": "^2.15.0",
"remark-gfm": "^4.0.0",
"remeda": "^2.19.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"xstate": "^5.19.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@cloudflare/next-on-pages": "^1.13.7",
"@testing-library/react": "^16.1.0",
"@total-typescript/ts-reset": "^0.6.1",
"@triplit/cli": "^0.6.34",
"@types/node": "^22.10.3",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/ui": "^2.1.8",
"babel-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"better-sqlite3": "^11.7.0",
"enquirer": "^2.4.1",
"jsdom": "^25.0.1",
"marky": "^1.2.5",
"npm-run-all": "^4.1.5",
"tailwindcss": "^3.4.17",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vitest": "^2.1.8",
"wrangler": "^3.99.0"
},
"trustedDependencies": [
"@biomejs/biome",
"@clerk/shared",
"@sentry/cli",
"@vercel/speed-insights",
"better-sqlite3",
"core-js",
"esbuild",
"lmdb",
"msgpackr-extract",
"sharp",
"workerd"
]
}