-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.82 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.82 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
{
"name": "shopify-helper-agent",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:ci": "vitest run",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui"
},
"dependencies": {
"@ai-sdk/mcp": "^1.0.20",
"@ai-sdk/openai": "^3.0.23",
"@ai-sdk/react": "^3.0.84",
"@composio/core": "^0.6.3",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-slot": "^1.0.2",
"@react-three/fiber": "^8.17.10",
"@shadergradient/react": "^2.4.20",
"@tailwindcss/typography": "^0.5.19",
"ai": "^6.0.64",
"camera-controls": "^3.1.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"es-toolkit": "^1.44.0",
"framer-motion": "^11.0.8",
"lucide-react": "^0.344.0",
"next": "^14.2.35",
"openai": "^4.28.0",
"react": "^18",
"react-dom": "^18",
"react-is": "^18",
"react-markdown": "^10.1.0",
"recharts": "^3.7.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.182.0",
"three-stdlib": "^2.36.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/estree-jsx": "^1.0.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.182.0",
"@vitejs/plugin-react": "^5.1.3",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "^14.2.35",
"jsdom": "^27.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"vitest": "^3.2.4"
}
}