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 3.7 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
  1. {
  2. "name": "chat-ui",
  3. "version": "0.9.4",
  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 --plugin-search-dir . --check . && eslint .",
  13. "format": "prettier --plugin-search-dir . --write .",
  14. "test": "vitest",
  15. "updateLocalEnv": "node --loader ts-node/esm scripts/updateLocalEnv.ts",
  16. "populate": "vite-node --options.transformMode.ssr='/.*/' scripts/populate.ts",
  17. "prepare": "husky"
  18. },
  19. "devDependencies": {
  20. "@faker-js/faker": "^8.4.1",
  21. "@iconify-json/carbon": "^1.1.16",
  22. "@iconify-json/eos-icons": "^1.1.6",
  23. "@sveltejs/adapter-node": "^5.2.0",
  24. "@sveltejs/kit": "^2.8.3",
  25. "@tailwindcss/typography": "^0.5.9",
  26. "@types/dompurify": "^3.0.5",
  27. "@types/express": "^4.17.21",
  28. "@types/js-yaml": "^4.0.9",
  29. "@types/jsdom": "^21.1.1",
  30. "@types/jsonpath": "^0.2.4",
  31. "@types/katex": "^0.16.7",
  32. "@types/mime-types": "^2.1.4",
  33. "@types/minimist": "^1.2.5",
  34. "@types/node": "^22.1.0",
  35. "@types/parquetjs": "^0.10.3",
  36. "@types/sbd": "^1.0.5",
  37. "@types/uuid": "^9.0.8",
  38. "@typescript-eslint/eslint-plugin": "^6.x",
  39. "@typescript-eslint/parser": "^6.x",
  40. "dompurify": "^3.1.6",
  41. "eslint": "^8.28.0",
  42. "eslint-config-prettier": "^8.5.0",
  43. "eslint-plugin-svelte": "^2.30.0",
  44. "isomorphic-dompurify": "^2.13.0",
  45. "js-yaml": "^4.1.0",
  46. "minimist": "^1.2.8",
  47. "mongodb-memory-server": "^10.1.2",
  48. "prettier": "^2.8.0",
  49. "prettier-plugin-svelte": "^2.10.1",
  50. "prettier-plugin-tailwindcss": "^0.2.7",
  51. "prom-client": "^15.1.2",
  52. "svelte": "^4.2.19",
  53. "svelte-check": "^3.8.5",
  54. "ts-node": "^10.9.1",
  55. "tslib": "^2.4.1",
  56. "typescript": "^5.0.0",
  57. "unplugin-icons": "^0.16.1",
  58. "vite": "^5.4.14",
  59. "vite-node": "^1.3.1",
  60. "vitest": "^2.1.4"
  61. },
  62. "type": "module",
  63. "dependencies": {
  64. "@aws-sdk/credential-providers": "^3.592.0",
  65. "@cliqz/adblocker-playwright": "^1.27.2",
  66. "@gradio/client": "^1.8.0",
  67. "@huggingface/hub": "^0.5.1",
  68. "@huggingface/inference": "^2.8.1",
  69. "@huggingface/transformers": "^3.1.1",
  70. "@iconify-json/bi": "^1.1.21",
  71. "@playwright/browser-chromium": "^1.43.1",
  72. "@resvg/resvg-js": "^2.6.2",
  73. "autoprefixer": "^10.4.14",
  74. "aws-sigv4-fetch": "^4.0.1",
  75. "aws4": "^1.13.0",
  76. "browser-image-resizer": "^2.4.1",
  77. "date-fns": "^2.29.3",
  78. "dotenv": "^16.0.3",
  79. "express": "^4.21.2",
  80. "extendable-media-recorder": "^9.2.19",
  81. "extendable-media-recorder-wav-encoder": "^7.0.123",
  82. "file-type": "^19.4.1",
  83. "google-auth-library": "^9.13.0",
  84. "handlebars": "^4.7.8",
  85. "highlight.js": "^11.7.0",
  86. "husky": "^9.0.11",
  87. "image-size": "^1.0.2",
  88. "ip-address": "^9.0.5",
  89. "jose": "^5.3.0",
  90. "jsdom": "^22.0.0",
  91. "json5": "^2.2.3",
  92. "jsonpath": "^1.1.1",
  93. "katex": "^0.16.21",
  94. "lint-staged": "^15.2.7",
  95. "marked": "^12.0.1",
  96. "mongodb": "^5.8.0",
  97. "nanoid": "^4.0.2",
  98. "openid-client": "^5.4.2",
  99. "parquetjs": "^0.11.2",
  100. "pino": "^9.0.0",
  101. "pino-pretty": "^11.0.0",
  102. "playwright": "^1.44.1",
  103. "postcss": "^8.4.31",
  104. "saslprep": "^1.0.3",
  105. "satori": "^0.10.11",
  106. "satori-html": "^0.3.2",
  107. "sbd": "^1.0.19",
  108. "serpapi": "^1.1.1",
  109. "sharp": "^0.33.4",
  110. "tailwind-scrollbar": "^3.0.0",
  111. "tailwindcss": "^3.4.0",
  112. "uuid": "^10.0.0",
  113. "wavefile": "^11.0.0",
  114. "zod": "^3.22.3"
  115. },
  116. "optionalDependencies": {
  117. "@anthropic-ai/sdk": "^0.32.1",
  118. "@anthropic-ai/vertex-sdk": "^0.4.1",
  119. "@aws-sdk/client-bedrock-runtime": "^3.631.0",
  120. "@google-cloud/vertexai": "^1.1.0",
  121. "@google/generative-ai": "^0.14.1",
  122. "aws4fetch": "^1.0.17",
  123. "cohere-ai": "^7.9.0",
  124. "openai": "^4.44.0"
  125. }
  126. }
Tip!

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

Comments

Loading...