-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.98 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
{
"name": "llama-index-azure-search-javascript",
"version": "0.1.0",
"scripts": {
"format": "prettier --ignore-unknown --cache --check .",
"format:write": "prettier --ignore-unknown --write .",
"dev": "cross-env AZURE_CLIENT_ID= next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "cross-env AZURE_CLIENT_ID= tsx app/api/chat/engine/generate.ts"
},
"dependencies": {
"@apidevtools/swagger-parser": "^10.1.0",
"@azure/identity": "^4.5.0",
"@azure/search-documents": "^12.1.0",
"@llamaindex/chat-ui": "0.0.5",
"@llamaindex/core": "file:app/lib/llamaindex-core-0.4.10.tgz",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.1.0",
"ai": "3.3.42",
"ajv": "^8.12.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.3.1",
"formdata-node": "^6.0.3",
"got": "^14.4.1",
"llamaindex": "file:app/lib/llamaindex-0.8.21.tgz",
"lucide-react": "^0.294.0",
"marked": "^14.1.2",
"next": "^14.2.4",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"supports-color": "^8.1.1",
"tailwind-merge": "^2.1.0",
"tiktoken": "^1.0.15",
"uuid": "^9.0.1",
"vaul": "^0.9.1"
},
"devDependencies": {
"@llamaindex/workflow": "^0.0.3",
"@types/node": "^20.10.3",
"@types/papaparse": "^5.3.15",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"eslint": "^8.55.0",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^8.10.0",
"postcss": "^8.4.32",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"tailwindcss": "^3.3.6",
"tsx": "^4.7.2",
"typescript": "^5.3.2"
}
}