-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.9 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
{
"name": "codebase-time-machine",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@pinecone-database/pinecone": "^7.2.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.2.4",
"@supabase/ssr": "^0.12.0",
"@supabase/supabase-js": "^2.108.1",
"@types/dagre": "^0.7.54",
"@types/uuid": "^10.0.0",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.38.0",
"@xyflow/react": "^12.11.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dagre": "^0.8.5",
"date-fns": "^4.1.0",
"framer-motion": "^11.18.2",
"html2pdf.js": "^0.12.1",
"inngest": "^4.5.1",
"lodash": "^4.18.1",
"lucide-react": "^0.460.0",
"mermaid": "^11.12.1",
"next": "14.2.16",
"octokit": "^4.0.2",
"react": "^18",
"react-dom": "^18",
"recharts": "^3.5.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"tar": "^7.5.16",
"web-tree-sitter": "^0.20.8",
"typescript": "^5",
"uuid": "^11.0.3",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/tar": "^6.1.13",
"@vitest/ui": "^4.1.8",
"autoprefixer": "^10.4.22",
"eslint": "^8",
"eslint-config-next": "14.2.16",
"fast-check": "^4.8.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"vitest": "^4.1.8"
}
}