-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.13 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 3.13 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "clickbait-containerize",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"dev": "export NODE_OPTIONS='--max-old-space-size=8192' && next dev -H 0.0.0.0 --turbo",
"lint": "next lint",
"start": "next start -H 0.0.0.0 -p 3001"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.24",
"@aws-sdk/client-s3": "^3.588.0",
"@aws-sdk/s3-presigned-post": "^3.588.0",
"@aws-sdk/s3-request-presigner": "^3.588.0",
"@clerk/nextjs": "^5.1.3",
"@langchain/community": "^0.2.5",
"@langchain/openai": "^0.1.2",
"@mantine/core": "^7.10.1",
"@mantine/dropzone": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@neondatabase/serverless": "^0.9.3",
"@pinecone-database/doc-splitter": "^0.0.1",
"@pinecone-database/pinecone": "^2.2.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@szhsin/react-menu": "^4.1.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@tabler/icons-react": "^3.5.0",
"@tanstack/react-query": "^5.40.0",
"@types/md5": "^2.3.5",
"ai": "^3.1.30",
"aws-sdk": "^2.1632.0",
"axios": "^1.7.2",
"cheerio": "1.0.0-rc.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.30.10",
"framer-motion": "^11.2.10",
"geist": "^1.3.0",
"import": "^0.0.6",
"langchain": "^0.2.4",
"langsmith": "^0.1.31",
"lucide-react": "^0.383.0",
"md5": "^2.3.0",
"nanoid": "^5.0.7",
"next": "^14.2.1",
"nodejs-s3-typescript": "^3.1.5",
"openai": "^4.48.1",
"openai-edge": "1.2.2",
"pdf": "link:@langchain/community/document_loaders/fs/pdf",
"pdfjs-dist": "^3.4.120",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-images-uploading": "^3.1.7",
"shadcn-ui": "^0.8.0",
"stream": "^0.0.2",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.3"
},
"devDependencies": {
"@types/eslint": "^8.56.2",
"@types/node": "^20.13.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"drizzle-kit": "^0.21.4",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"eslint-plugin-drizzle": "^0.2.3",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"ct3aMetadata": {
"initVersion": "7.34.0"
},
"packageManager": "pnpm@9.1.4"
}