-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.29 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 3.29 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
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "dwarkesh-context-window",
"private": true,
"type": "module",
"scripts": {
"prepare": "effect-language-service patch",
"dev": "vite dev --port 3000",
"build": "vite build",
"build:preview": "vite build && node .output/server/index.mjs",
"preview": "vite preview",
"preview:server": "./scripts/preview.ts",
"test": "vitest run",
"typecheck": "tsc --noEmit",
"lint:oxlint": "oxlint --type-aware",
"lint:oxlint:fix": "oxlint --type-aware --fix",
"lint:oxlint:fix:fix-suggestions": "oxlint --type-aware --fix --fix-suggestions",
"lint:oxlint:unsafe:fix": "oxlint --type-aware --fix-dangerously",
"lint:oxlint:unsafe:fix:fix-suggestions": "oxlint --type-aware --fix --fix-suggestions --fix-dangerously",
"fmt:write": "oxfmt --write",
"fmt:check": "oxfmt --check",
"update:all": "taze major -I"
},
"dependencies": {
"@base-ui/react": "^1.0.0",
"@content-collections/cli": "^0.1.8",
"@content-collections/core": "^0.13.1",
"@content-collections/vite": "^0.2.8",
"@effect-aws/client-s3": "^1.10.7",
"@effect/ai": "^0.33.2",
"@effect/ai-amazon-bedrock": "^0.13.0",
"@effect/ai-anthropic": "^0.23.0",
"@effect/ai-google": "^0.12.1",
"@effect/ai-openai": "^0.37.2",
"@effect/cli": "^0.73.0",
"@effect/platform-bun": "^0.87.0",
"@fontsource-variable/noto-sans": "^5.2.10",
"@phosphor-icons/react": "^2.1.10",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-devtools": "^0.9.2",
"@tanstack/react-router": "^1.146.0",
"@tanstack/react-router-devtools": "^1.146.0",
"@tanstack/react-router-ssr-query": "^1.146.0",
"@tanstack/react-start": "^1.146.0",
"@tanstack/router-plugin": "^1.146.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"ffmpeg-static": "^5.3.0",
"gray-matter": "^4.0.3",
"groq-sdk": "^0.37.0",
"hast-util-to-string": "^3.0.1",
"html-react-parser": "^5.2.11",
"lucide-react": "^0.562.0",
"nitro": "https://pkg.pr.new/nitrojs/nitro@99691fcb408ce3d7bb0458590185257afeaf41c6",
"prism-media": "^1.3.5",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"recharts": "2.15.4",
"rehype-autolink-headings": "^7.1.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"shadcn": "^3.6.3",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vaul": "^1.1.2",
"vite-tsconfig-paths": "^6.0.3"
},
"devDependencies": {
"@effect/language-service": "^0.64.1",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/devtools-vite": "^0.4.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.1",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"jsdom": "^27.4.0",
"oxfmt": "^0.23.0",
"oxlint": "^1.38.0",
"oxlint-tsgolint": "^0.10.1",
"taze": "^19.9.2",
"turbo": "^2.7.3",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.16",
"web-vitals": "^5.1.0"
},
"packageManager": "bun@1.3.5"
}