-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 3.14 KB
/
package.json
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "flat-universe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "pnpm postinstall & next build",
"start": "next start",
"lint": "next lint",
"postinstall": "npx prisma generate",
"trigger:dev:start:v3": "npx trigger.dev@latest dev",
"deploy:trigger-prod": "npx [email protected] deploy",
"test": "jest",
"migrate:pinecone:metadata": "ts-node scripts/pinecone-metadata-migration.ts",
"migrate:pinecone:timestamp": "ts-node scripts/pinecone-timestamp-migration.ts"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@llamaindex/core": "^0.4.1",
"@llamaindex/edge": "^0.3.8",
"@neondatabase/serverless": "^0.9.3",
"@pinecone-database/pinecone": "^4.0.0",
"@prisma/adapter-neon": "^5.20.0",
"@prisma/client": "5.20.0",
"@prisma/extension-optimize": "^1.0.1",
"@prisma/instrumentation": "^5.20.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@trigger.dev/build": "^3.2.1",
"@trigger.dev/nextjs": "3.2.1",
"@trigger.dev/react": "3.2.1",
"@trigger.dev/sdk": "3.2.1",
"@upstash/redis": "^1.31.6",
"ai": "^3.4.31",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"embla-carousel-react": "^8.3.1",
"fast-xml-parser": "^4.4.0",
"llamaindex": "^0.8.2",
"lucide-react": "^0.396.0",
"luxon": "^3.4.4",
"next": "14.2.15",
"next-themes": "^0.3.0",
"posthog-js": "^1.181.0",
"postmark": "^4.0.4",
"react": "^18",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"react-hook-form": "^7.52.0",
"react-latex-next": "^3.0.0",
"react-markdown": "^9.0.1",
"react-turnstile": "^1.1.4",
"simple-icons": "^12.4.0",
"sonner": "^1.5.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tiktoken": "^1.0.17",
"undici": "^6.19.2",
"unpdf": "^0.12.1",
"use-debounce": "^10.0.1",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.15",
"jest": "^29.7.0",
"postcss": "^8",
"prisma": "^5.20.0",
"tailwindcss": "^3.4.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.1",
"typescript": "^5.6.3"
},
"trigger.dev": {
"endpointId": "research-app-WJkC"
}
}