-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.7 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.7 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
{
"name": "query-now",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@canvas/image-data": "^1.0.0",
"@heroicons/react": "^2.2.0",
"@kinde-oss/kinde-auth-nextjs": "^2.9.2",
"@pinecone-database/pinecone": "^6.1.2",
"@types/multer": "^2.0.0",
"@types/uuid": "^10.0.0",
"canvas": "^3.2.0",
"dotenv": "^17.2.3",
"js-tiktoken": "^1.0.21",
"katex": "^0.16.25",
"lucide-react": "^0.545.0",
"mammoth": "^1.11.0",
"multer": "^2.0.2",
"neo4j-driver": "^6.0.0",
"next": "15.5.4",
"node-appwrite": "^20.2.1",
"openai": "^6.3.0",
"pdf-lib": "^1.17.1",
"pdf-parse": "^1.1.1",
"pdf-parse-fixed": "^1.1.1",
"pinecone": "^0.1.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-dropzone": "^14.3.8",
"react-force-graph-2d": "^1.29.0",
"react-markdown": "^10.1.0",
"redis": "^5.8.3",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.34.4",
"tesseract.js": "^6.0.1",
"tesseract.js-core": "^6.0.0",
"tesseract.js-node": "^0.1.0",
"uuid": "^13.0.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/pdf-parse": "^1.1.5",
"@types/pdfjs-dist": "^2.10.377",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/tesseract.js": "^2.0.0",
"eslint": "^9",
"eslint-config-next": "15.5.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}