-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 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
{
"name": "ai-flashcards",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.3.1",
"@langchain/community": "^0.2.27",
"@pinecone-database/pinecone": "^3.0.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@react-pdf/renderer": "^3.4.4",
"@shadcn/ui": "^0.0.4",
"@stripe/stripe-js": "^4.3.0",
"@tanstack/react-query": "^5.51.23",
"axios": "^1.7.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dialog": "^0.3.1",
"dotenv": "^16.4.5",
"firebase": "^10.13.0",
"langchain": "^0.2.16",
"lucide-react": "^0.427.0",
"md5": "^2.3.0",
"next": "14.2.5",
"next-themes": "^0.3.0",
"pdf-lib": "^1.17.1",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^4.5.136",
"pinecone-client": "^2.0.0",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-firebase-hooks": "^5.1.1",
"react-hot-toast": "^2.4.1",
"stripe": "^16.8.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}