-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.56 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.56 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
{
"name": "aluminatai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"vercel-build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.78.0",
"@calcom/embed-react": "^1.5.3",
"@react-pdf/renderer": "^4.3.2",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@supabase/auth-helpers-nextjs": "^0.15.0",
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.93.1",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.36.3",
"@xyflow/react": "^12.10.0",
"csv-stringify": "^6.6.0",
"dagre": "^0.8.5",
"framer-motion": "^12.34.2",
"googleapis": "^169.0.0",
"gsap": "^3.14.2",
"next": "^16.1.6",
"react": "19.2.3",
"react-cookie-consent": "^10.0.1",
"react-dom": "19.2.3",
"react-organizational-chart": "^2.2.1",
"react-tooltip": "^5.30.0",
"recharts": "^3.7.0",
"resend": "^6.9.2",
"stripe": "^21.0.1",
"three": "^0.183.0",
"twitter-api-v2": "^1.29.0"
},
"devDependencies": {
"@edge-runtime/vm": "^5.0.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/dagre": "^0.7.53",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.183.0",
"autoprefixer": "^10.4.23",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "^5",
"vitest": "^4.1.2"
}
}