-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.3 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.3 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
{
"name": "grindproof",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"test:run": "vitest run",
"generate:icons": "node scripts/generate-icons.js"
},
"dependencies": {
"@ai-sdk/google": "^3.0.56",
"@ai-sdk/react": "^3.0.146",
"@modelcontextprotocol/sdk": "^1.29.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@supabase/ssr": "^0.7.0",
"@supabase/supabase-js": "^2.39.0",
"@tailwindcss/oxide": "^4.2.2",
"@tanstack/react-query": "^5.0.0",
"@trpc/client": "^11.0.0",
"@trpc/react-query": "^11.0.0",
"@trpc/server": "^11.0.0",
"@types/web-push": "^3.6.4",
"@upstash/qstash": "^2.10.1",
"ai": "^6.0.144",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.24",
"jose": "^6.2.3",
"lucide-react": "^0.553.0",
"mcp-handler": "^1.1.0",
"next": "^16.0.10",
"posthog-js": "^1.373.5",
"posthog-node": "^5.34.2",
"react": "19.2.0",
"react-day-picker": "^9.11.1",
"react-dom": "19.2.0",
"resend": "^6.10.0",
"server-only": "^0.0.1",
"superjson": "^2.2.0",
"tailwind-merge": "^3.4.0",
"web-push": "^3.6.7",
"zod": "^3.23.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/serviceworker": "^0.0.167",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^4.0.16",
"@vitest/ui": "^4.0.16",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.0.1",
"jsdom": "^23.0.0",
"minimatch": "^10.1.1",
"next-pwa": "^5.6.0",
"sharp": "^0.34.5",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "6.0.2",
"vitest": "^4.0.16"
}
}