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 1.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
  1. {
  2. "name": "chat-ui",
  3. "version": "0.3.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 --plugin-search-dir . --check . && eslint .",
  13. "format": "prettier --plugin-search-dir . --write .",
  14. "test": "MONGODB_URL=mongodb://127.0.0.1:27017/ vitest"
  15. },
  16. "devDependencies": {
  17. "@iconify-json/carbon": "^1.1.16",
  18. "@iconify-json/eos-icons": "^1.1.6",
  19. "@sveltejs/adapter-node": "^1.2.4",
  20. "@sveltejs/kit": "^1.15.10",
  21. "@tailwindcss/typography": "^0.5.9",
  22. "@types/jsdom": "^21.1.1",
  23. "@types/marked": "^4.0.8",
  24. "@types/parquetjs": "^0.10.3",
  25. "@typescript-eslint/eslint-plugin": "^5.45.0",
  26. "@typescript-eslint/parser": "^5.45.0",
  27. "eslint": "^8.28.0",
  28. "eslint-config-prettier": "^8.5.0",
  29. "eslint-plugin-svelte": "^2.27.3",
  30. "prettier": "^2.8.0",
  31. "prettier-plugin-svelte": "^2.8.1",
  32. "prettier-plugin-tailwindcss": "^0.2.7",
  33. "svelte": "^3.58.0",
  34. "svelte-check": "^3.2.0",
  35. "tslib": "^2.4.1",
  36. "typescript": "^4.9.3",
  37. "unplugin-icons": "^0.16.1",
  38. "vite": "^4.0.0",
  39. "vitest": "^0.31.0"
  40. },
  41. "type": "module",
  42. "dependencies": {
  43. "@huggingface/hub": "^0.5.1",
  44. "@huggingface/inference": "^2.2.0",
  45. "autoprefixer": "^10.4.14",
  46. "date-fns": "^2.29.3",
  47. "dotenv": "^16.0.3",
  48. "highlight.js": "^11.7.0",
  49. "jsdom": "^22.0.0",
  50. "marked": "^4.3.0",
  51. "mongodb": "^5.3.0",
  52. "nanoid": "^4.0.2",
  53. "openid-client": "^5.4.2",
  54. "parquetjs": "^0.11.2",
  55. "postcss": "^8.4.21",
  56. "serpapi": "^1.1.1",
  57. "tailwind-scrollbar": "^3.0.0",
  58. "tailwindcss": "^3.3.1",
  59. "zod": "^3.21.4"
  60. }
  61. }
Tip!

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

Comments

Loading...