-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.22 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.22 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
{
"name": "deckslayer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest"
},
"dependencies": {
"@a2a-js/sdk": "^0.3.7",
"@ai-sdk/google": "^3.0.7",
"@radix-ui/react-slot": "^1.2.4",
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.90.1",
"a2a-ai-provider": "^0.4.0-alpha.2",
"ai": "^6.0.33",
"clsx": "^2.1.1",
"dodopayments": "^2.14.2",
"framer-motion": "^12.26.2",
"html2canvas": "^1.4.1",
"jspdf": "^4.0.0",
"lucide-react": "^0.562.0",
"next": "16.1.1",
"openai": "^6.16.0",
"pdf-parse": "^2.4.5",
"posthog-js": "^1.321.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"sonner": "^2.0.7",
"stripe": "^20.1.2",
"tailwind-merge": "^3.4.0",
"zod": "^4.3.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^5.1.2",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.0.17"
}
}