-
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.86 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.86 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": "aiprod",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/poppins": "^5.2.6",
"@google-apps/meet": "^0.6.0",
"@google-cloud/local-auth": "^2.1.0",
"@huggingface/inference": "^2.8.1",
"@langchain/community": "^0.3.44",
"@langchain/core": "^0.3.57",
"@langchain/openai": "^0.5.11",
"@modelcontextprotocol/sdk": "^1.12.0",
"@next/font": "^14.2.15",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.12",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/supabase-js": "^2.49.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cohere-ai": "^7.17.1",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"framer-motion": "^12.15.0",
"google-auth-library": "^9.15.1",
"googleapis": "^149.0.0",
"langchain": "^0.3.27",
"lucide-react": "^0.511.0",
"next": "^15.3.2",
"next-themes": "^0.4.6",
"openai": "^4.103.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-window": "^1.8.11",
"tailwind-merge": "^3.3.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/dotenv": "^8.2.3",
"@types/express": "^5.0.2",
"@types/node": "^20.17.57",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^8.33.0",
"@typescript-eslint/parser": "^8.33.0",
"eslint": "^9.27.0",
"eslint-config-next": "15.1.8",
"postcss": "^8",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.8.3"
}
}