-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "whitelabel-js",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.1.10",
"@heroicons/react": "^2.1.5",
"@langchain/community": "^0.3.8",
"@langchain/core": "^0.3.13",
"@langchain/langgraph": "^0.2.17",
"@langchain/openai": "^0.3.11",
"axios": "^1.7.7",
"composio-core": "^0.5.3",
"dotenv": "^16.4.5",
"driver.js": "^1.3.1",
"firebase": "^11.0.1",
"firebase-admin": "^12.6.0",
"flowbite": "^2.5.1",
"flowbite-react": "^0.10.1",
"langchain": "^0.3.3",
"lucide-react": "^0.436.0",
"next": "14.2.16",
"notistack": "^3.0.1",
"openai": "^4.68.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-spinners": "^0.14.1",
"rsuite": "^5.70.3",
"update": "^0.7.4"
},
"devDependencies": {
"css-loader": "^7.1.2",
"eslint": "^8",
"eslint-config-next": "14.2.16",
"postcss": "^8",
"rollup-plugin-sass": "^1.13.2",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.1"
},
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}