Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

package.json 4.2 KB

You have to be logged in to leave a comment. Sign In
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
  1. {
  2. "name": "chat-ui",
  3. "version": "0.10.0",
  4. "private": true,
  5. "packageManager": "npm@9.5.0",
  6. "scripts": {
  7. "dev": "vite dev",
  8. "build": "vite build",
  9. "preview": "vite preview",
  10. "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
  11. "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
  12. "lint": "prettier --check . && eslint .",
  13. "format": "prettier --write .",
  14. "test": "vitest",
  15. "updateLocalEnv": "vite-node --options.transformMode.ssr='/.*/' scripts/updateLocalEnv.ts",
  16. "populate": "vite-node --options.transformMode.ssr='/.*/' scripts/populate.ts",
  17. "config": "vite-node --options.transformMode.ssr='/.*/' scripts/config.ts",
  18. "prepare": "husky"
  19. },
  20. "devDependencies": {
  21. "@elysiajs/cors": "^1.3.3",
  22. "@elysiajs/eden": "^1.3.2",
  23. "@elysiajs/node": "^1.2.6",
  24. "@faker-js/faker": "^8.4.1",
  25. "@iconify-json/carbon": "^1.1.16",
  26. "@iconify-json/eos-icons": "^1.1.6",
  27. "@sveltejs/adapter-node": "^5.2.12",
  28. "@sveltejs/kit": "^2.21.1",
  29. "@sveltejs/vite-plugin-svelte": "^5.0.3",
  30. "@tailwindcss/typography": "^0.5.9",
  31. "@types/dompurify": "^3.0.5",
  32. "@types/express": "^4.17.21",
  33. "@types/fs-extra": "^11.0.4",
  34. "@types/js-yaml": "^4.0.9",
  35. "@types/jsdom": "^21.1.1",
  36. "@types/jsonpath": "^0.2.4",
  37. "@types/katex": "^0.16.7",
  38. "@types/mime-types": "^2.1.4",
  39. "@types/minimist": "^1.2.5",
  40. "@types/node": "^22.1.0",
  41. "@types/parquetjs": "^0.10.3",
  42. "@types/sbd": "^1.0.5",
  43. "@types/uuid": "^9.0.8",
  44. "@types/yazl": "^3.3.0",
  45. "@typescript-eslint/eslint-plugin": "^6.x",
  46. "@typescript-eslint/parser": "^6.x",
  47. "bson-objectid": "^2.0.4",
  48. "dompurify": "^3.2.4",
  49. "elysia": "^1.3.2",
  50. "eslint": "^8.28.0",
  51. "eslint-config-prettier": "^8.5.0",
  52. "eslint-plugin-svelte": "^2.45.1",
  53. "fs-extra": "^11.3.0",
  54. "isomorphic-dompurify": "^2.13.0",
  55. "js-yaml": "^4.1.0",
  56. "jsonrepair": "^3.12.0",
  57. "minimist": "^1.2.8",
  58. "mongodb-memory-server": "^10.1.2",
  59. "node-llama-cpp": "^3.6.0",
  60. "prettier": "^3.5.3",
  61. "prettier-plugin-svelte": "^3.2.6",
  62. "prettier-plugin-tailwindcss": "^0.6.11",
  63. "prom-client": "^15.1.2",
  64. "sade": "^1.8.1",
  65. "superjson": "^2.2.2",
  66. "svelte": "^5.33.3",
  67. "svelte-check": "^4.0.0",
  68. "svelte-gestures": "^5.1.3",
  69. "ts-node": "^10.9.1",
  70. "tslib": "^2.4.1",
  71. "typescript": "^5.5.0",
  72. "unplugin-icons": "^0.16.1",
  73. "vite": "^6.3.5",
  74. "vite-node": "^3.0.9",
  75. "vitest": "^3.1.4",
  76. "yazl": "^3.3.1"
  77. },
  78. "type": "module",
  79. "dependencies": {
  80. "@aws-sdk/credential-providers": "^3.592.0",
  81. "@cliqz/adblocker-playwright": "^1.34.0",
  82. "@elysiajs/swagger": "^1.3.0",
  83. "@gradio/client": "^1.8.0",
  84. "@huggingface/hub": "^2.2.0",
  85. "@huggingface/inference": "^3.12.1",
  86. "@huggingface/mcp-client": "^0.1.1",
  87. "@huggingface/tasks": "^0.19.1",
  88. "@huggingface/transformers": "^3.1.1",
  89. "@iconify-json/bi": "^1.1.21",
  90. "@playwright/browser-chromium": "^1.52.0",
  91. "@resvg/resvg-js": "^2.6.2",
  92. "autoprefixer": "^10.4.14",
  93. "aws-sigv4-fetch": "^4.0.1",
  94. "aws4": "^1.13.0",
  95. "date-fns": "^2.29.3",
  96. "dotenv": "^16.5.0",
  97. "express": "^4.21.2",
  98. "file-type": "^21.0.0",
  99. "google-auth-library": "^9.13.0",
  100. "handlebars": "^4.7.8",
  101. "highlight.js": "^11.7.0",
  102. "husky": "^9.0.11",
  103. "image-size": "^1.2.1",
  104. "ip-address": "^9.0.5",
  105. "jose": "^5.3.0",
  106. "jsdom": "^22.0.0",
  107. "json5": "^2.2.3",
  108. "jsonpath": "^1.1.1",
  109. "katex": "^0.16.21",
  110. "lint-staged": "^15.2.7",
  111. "marked": "^12.0.1",
  112. "mongodb": "^5.8.0",
  113. "nanoid": "^5.0.9",
  114. "natural": "^8.1.0",
  115. "openid-client": "^5.4.2",
  116. "parquetjs": "^0.11.2",
  117. "pino": "^9.0.0",
  118. "pino-pretty": "^11.0.0",
  119. "playwright": "^1.52.0",
  120. "postcss": "^8.4.31",
  121. "saslprep": "^1.0.3",
  122. "satori": "^0.10.11",
  123. "satori-html": "^0.3.2",
  124. "sbd": "^1.0.19",
  125. "serpapi": "^1.1.1",
  126. "sharp": "^0.33.4",
  127. "tailwind-scrollbar": "^3.0.0",
  128. "tailwindcss": "^3.4.0",
  129. "uuid": "^10.0.0",
  130. "vitest-browser-svelte": "^0.1.0",
  131. "zod": "^3.22.3"
  132. },
  133. "optionalDependencies": {
  134. "@anthropic-ai/sdk": "^0.32.1",
  135. "@anthropic-ai/vertex-sdk": "^0.4.1",
  136. "@aws-sdk/client-bedrock-runtime": "^3.631.0",
  137. "@google-cloud/vertexai": "^1.1.0",
  138. "@google/generative-ai": "^0.24.0",
  139. "aws4fetch": "^1.0.17",
  140. "cohere-ai": "^7.9.0",
  141. "openai": "^4.44.0"
  142. },
  143. "overrides": {
  144. "@reflink/reflink": "file:stub/@reflink/reflink"
  145. }
  146. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...