-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
93 lines (93 loc) · 2.7 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
{
"name": "querysage",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pages:build": "npx @cloudflare/next-on-pages",
"test": "jest"
},
"dependencies": {
"@ai-sdk/groq": "^1.0.8",
"@auth/mongodb-adapter": "^3.4.2",
"@cloudflare/next-on-pages": "^1.13.2",
"@langchain/community": "^0.2.25",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-avatar": "^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-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.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-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@tabler/icons-react": "^3.12.0",
"@tailwindcss/typography": "^0.5.13",
"@tsparticles/engine": "^3.5.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"ai": "^4.0.16",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"csv-parse": "^5.5.6",
"csv-parser": "^3.0.0",
"d3-dsv": "^2.0.0",
"dotenv": "^16.4.5",
"form-data": "^4.0.0",
"formidable": "^3.5.1",
"framer-motion": "^11.14.0",
"groq-sdk": "^0.5.0",
"jsonwebtoken": "^9.0.2",
"langchain": "^0.2.13",
"lucide-react": "^0.418.0",
"mini-svg-data-uri": "^1.4.4",
"mongodb": "^6.8.0",
"mongoose": "^8.5.2",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.11.0",
"next": "^14.2.5",
"next-auth": "^4.24.7",
"next-connect": "^1.0.0",
"next-themes": "^0.3.0",
"node-fetch": "^2.7.0",
"pg": "^8.13.1",
"pnpm": "^9.15.0",
"radix-ui": "^1.0.1",
"re-resizable": "^6.9.17",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.0",
"recharts": "^2.12.7",
"sharp": "^0.33.5",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"stream": "^0.0.3",
"tabler": "^1.0.0-alpha.8",
"tailwind-merge": "^2.4.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"tailwindcss": "^3.4.7"
}
}