forked from prox-technologies/prox-challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.34 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
{
"name": "prox-submission",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "oxlint && oxfmt --check",
"lint:fix": "oxlint --fix && oxfmt",
"format": "oxfmt --check",
"format:fix": "oxfmt"
},
"dependencies": {
"@ai-sdk/anthropic": "^4.0.23",
"@ai-sdk/openai": "^4.0.20",
"@assistant-ui/react": "latest",
"@assistant-ui/react-ai-sdk": "latest",
"@assistant-ui/react-markdown": "latest",
"@base-ui/react": "^1.6.0",
"@mastra/ai-sdk": "^1.7.0",
"@mastra/core": "^1.54.0",
"ai": "^7.0.37",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^1.26.0",
"next": "^16.2.11",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"tw-shimmer": "^0.4.12",
"zustand": "^5.0.14"
},
"devDependencies": {
"@assistant-ui/next": "latest",
"@tailwindcss/postcss": "^4.3.3",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"oxfmt": "^0.60.0",
"oxlint": "^1.75.0",
"tailwindcss": "^4.3.3",
"tsx": "^4.23.1",
"typescript": "npm:@typescript/typescript6@^6.0.2",
"typescript-7": "npm:typescript@^7.0.2"
}
}