-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.85 KB
/
Copy pathpackage.json
File metadata and controls
111 lines (111 loc) · 3.85 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
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "openwallet-web",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "concurrently -n next,status,sb -c blue,cyan,magenta --kill-others-on-fail \"rm -rf .next && NODE_OPTIONS='--max-old-space-size=4096' next dev\" \"tsx --env-file=.env.local scripts/dev-status.ts\" \"lsof -ti:4000 | xargs kill -9 2>/dev/null || true && rm -rf node_modules/.cache/storybook && storybook dev -p 4000 --quiet\"",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest & pnpm check:types",
"validate:posts": "node scripts/validate-posts.js",
"admin": "tsx admin/server.ts",
"eval": "tsx --env-file=.env.local scripts/eval-chat.ts",
"push:prompt": "tsx --env-file=.env.local scripts/push-prompt.ts",
"clask": "clask",
"generate:types": "tsx --env-file=.env.local scripts/generate-types.ts",
"check:types": "tsx --env-file=.env.local scripts/check-types.ts",
"storybook": "storybook dev -p 4000",
"build-storybook": "storybook build",
"ow": "tsx --env-file=.env.local scripts/ow.ts",
"chatlog": "tsx --env-file=.env.local scripts/tools/chatlog.ts"
},
"dependencies": {
"@ai-sdk/mcp": "^1.0.43",
"@ai-sdk/openai": "^3.0.65",
"@assistant-ui/react": "^0.14.5",
"@assistant-ui/react-ai-sdk": "^1.3.26",
"@assistant-ui/react-markdown": "^0.14.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@gsap/react": "^2.1.2",
"@langfuse/client": "^5.4.1",
"@langfuse/otel": "^5.4.1",
"@langfuse/tracing": "^5.4.1",
"@next/third-parties": "^16.2.6",
"@opentelemetry/api": "^1.9.1",
"@opentelemetry/resources": "^2.7.1",
"@opentelemetry/sdk-node": "^0.218.0",
"@opentelemetry/sdk-trace-node": "^2.7.1",
"@scalar/api-reference-react": "^0.8.57",
"@scalar/nextjs-api-reference": "^0.9.19",
"@tabler/icons-react": "^3.36.1",
"ai": "^6.0.185",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dexie": "^4.3.0",
"dexie-react-hooks": "^4.2.0",
"dotenv": "^17.4.2",
"express": "^4.22.1",
"fuse.js": "^7.1.0",
"gradflow": "^0.1.0",
"gray-matter": "^4.0.3",
"gsap": "^3.15.0",
"langfuse": "^3.38.20",
"lucide-react": "^0.574.0",
"mdast-util-find-and-replace": "^3.0.2",
"motion": "^12.40.0",
"multer": "2.1.1",
"next": "16.2.6",
"next-mdx-remote": "^6.0.0",
"overlayscrollbars": "^2.16.0",
"overlayscrollbars-react": "^0.5.6",
"posthog-js": "^1.352.0",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-masonry-css": "^1.0.16",
"reading-time": "^1.5.0",
"remark-gfm": "^4.0.1",
"sharp": "^0.34.5",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.1",
"tw-shimmer": "^0.4.11",
"unified": "^11.0.5",
"zod": "^4.4.3",
"zustand": "^5.0.13"
},
"devDependencies": {
"@chromatic-com/storybook": "^5.2.1",
"@github-ui/storybook-addon-performance-panel": "^1.1.4",
"@inquirer/prompts": "^8.5.2",
"@storybook/addon-a11y": "^10.4.1",
"@storybook/addon-docs": "^10.4.1",
"@storybook/addon-mcp": "^0.6.0",
"@storybook/addon-vitest": "^10.4.1",
"@storybook/nextjs-vite": "^10.4.1",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.19",
"@types/express": "^4.17.21",
"@types/mdast": "^4.0.4",
"@types/multer": "^1.4.12",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitest/browser-playwright": "^4.1.7",
"@vitest/coverage-v8": "^4.1.7",
"concurrently": "^9.2.1",
"openapi-typescript": "^7.13.0",
"playwright": "^1.60.0",
"shadcn": "^3.8.5",
"storybook": "^10.4.1",
"tailwindcss": "^4.1.18",
"tsx": "^4.19.3",
"tw-animate-css": "^1.4.0",
"typescript": "^5",
"vite": "^8.0.14",
"vitest": "^4.1.7"
}
}