-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.56 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
{
"name": "llr",
"version": "0.1.0",
"private": true,
"scripts": {
"schema_gen": "supabase gen types --lang=typescript --project-id jbgcbfblivbtdnhbkfab > src/lib/database.types.ts",
"proto_gen": "buf generate protos/stratsync.proto && perl -pi -e 's/.js//g' src/lib/proto/stratsync_connect.ts",
"dev": "next dev",
"build": "next build",
"start": "next start",
"check": "biome check",
"fix": "biome check --fix",
"fix_unsafe": "biome check --fix --unsafe"
},
"dependencies": {
"@bufbuild/protobuf": "^1.10.0",
"@connectrpc/connect": "^1.6.1",
"@connectrpc/connect-web": "^1.6.1",
"@hookform/resolvers": "^3.9.1",
"@js-sdsl/link-list": "^4.4.2",
"@js-sdsl/ordered-map": "^4.4.2",
"@js-sdsl/ordered-set": "^4.4.2",
"@marsidev/react-turnstile": "^1.1.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "15.0.3",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.4",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.46.1",
"accept-language": "^3.0.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "<1",
"date-fns": "^4.1.0",
"fast-equals": "^5.0.1",
"framer-motion": "12.0.0-alpha.1",
"hash-wasm": "^4.12.0",
"immer": "^10.1.1",
"input-otp": "^1.4.1",
"jotai": "^2.10.3",
"next": "15.0.3",
"next-intl": "^3.25.1",
"next-themes": "^0.4.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-hook-form": "^7.53.2",
"react-resizable-panels": "^2.1.7",
"react-scroll-sync": "^0.11.2",
"react-svg": "16.1.34",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-mdx-frontmatter": "^5.0.0",
"tailwind-merge": "^2.5.4",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"uid-ts": "^0.0.3",
"use-context-selector": "^2.0.0",
"vaul": "^1.1.1",
"zod": "^3.23.8",
"zustand": "^5.0.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@bufbuild/buf": "^1.47.2",
"@bufbuild/protoc-gen-es": "~2.2.2",
"@connectrpc/protoc-gen-connect-es": "^1.6.1",
"@tailwindcss/typography": "^0.5.15",
"@types/mdx": "^2.0.13",
"@types/node": "^22.9.1",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-scroll-sync": "^0.9.0",
"autoprefixer": "^10.4.20",
"lorem-ipsum": "^2.0.8",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
},
"trustedDependencies": [
"@biomejs/biome",
"@bufbuild/buf",
"sharp"
]
}