-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1023 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1023 Bytes
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
{
"name": "vault",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"postinstall": "prisma generate"
},
"dependencies": {
"@clerk/nextjs": "^6.31.8",
"@prisma/client": "^6.15.0",
"ai": "^6.0.70",
"canvas": "^3.2.0",
"framer-motion": "^12.23.12",
"groq-sdk": "^0.34.0",
"lucide-react": "^0.542.0",
"next": "^15.5.12",
"pdf-parse": "^2.4.5",
"pdf2json": "^4.0.0",
"pdfjs-dist": "^3.4.120",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"svix": "^1.76.1",
"tesseract.js": "^7.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.2",
"prisma": "^6.15.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}