-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 3.87 KB
/
package.json
File metadata and controls
120 lines (120 loc) · 3.87 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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "fusion-mcp-hub",
"version": "0.1.0",
"private": true,
"scripts": {
"compile": "tsc",
"dev": "next dev",
"dev:turbo": "next dev --turbopack",
"prebuild": "rm -rf .next",
"build": "node scripts/run-next-build.js",
"build:analyze": "ANALYZE=true node scripts/run-next-build.js",
"start": "npm run build && next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"prettier:verify": "prettier --no-error-on-unmatched-pattern --list-different \"**/*.{css,js,jsx,ts,tsx,xml,html,yml,yaml,mjs}\"",
"prettier:write": "prettier --write --no-error-on-unmatched-pattern --list-different \"**/*.{css,js,jsx,ts,tsx,xml,html,yml,yaml,mjs}\"",
"unit-test": "echo 'todo unit test'",
"e2e": "echo 'todo e2e test'",
"prepare": "husky",
"seed": "npx tsx scripts/seed-database.ts",
"validate-auth": "node scripts/validate-auth.js",
"postinstall": "node scripts/postinstall.js",
"promote-admin": "node scripts/promote-admin.js",
"create-indexes": "node scripts/create-user-indexes.js"
},
"overrides": {
"@browserbasehq/stagehand": {
"openai": "$openai"
},
"@langchain/community": {
"@lancedb/lancedb": "$@lancedb/lancedb"
},
"next-auth": {
"nodemailer": "$nodemailer"
},
"apache-arrow": "18.1.0"
},
"dependencies": {
"@auth/core": "0.40.0",
"@auth/mongodb-adapter": "3.11.0",
"@emotion/is-prop-valid": "1.4.0",
"@hookform/resolvers": "^5.2.2",
"@ibm-cloud/watsonx-ai": "^1.6.13",
"@lancedb/lancedb": "^0.22.3",
"@langchain/anthropic": "1.0.0",
"@langchain/community": "1.0.0",
"@langchain/core": "1.0.2",
"@langchain/langgraph": "1.0.0",
"@modelcontextprotocol/sdk": "^1.18.1",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/typography": "0.5.19",
"@tanstack/react-query": "5.90.5",
"@types/bcryptjs": "2.4.6",
"@types/jszip": "^3.4.0",
"@types/nodemailer": "7.0.2",
"@vercel/analytics": "1.5.0",
"@vercel/speed-insights": "1.2.0",
"@xenova/transformers": "2.17.2",
"bcryptjs": "3.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"framer-motion": "^12.23.14",
"ibm-cloud-sdk-core": "^5.4.3",
"jose": "^6.1.0",
"jszip": "^3.10.1",
"langchain": "1.0.2",
"lucide-react": "^0.544.0",
"mongodb": "^6.20.0",
"next": "15.5.6",
"next-auth": "^5.0.0-beta.25",
"nodemailer": "6.10.1",
"openai": "5.23.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.62.0",
"react-icons": "^5.5.0",
"react-markdown": "9.0.3",
"rehype-highlight": "7.0.1",
"remark-gfm": "4.0.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"ws": "^8.18.3",
"zod": "3.25.76"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@next/bundle-analyzer": "15.5.6",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/ws": "^8.5.13",
"critters": "0.0.23",
"eslint": "^9",
"eslint-config-next": "15.3.2",
"husky": "^9.1.7",
"node-loader": "2.1.0",
"tailwindcss": "^4",
"tsx": "^4.20.5",
"typescript": "^5"
}
}