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.3 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
  1. {
  2. "name": "chat-ui",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite dev",
  7. "build": "vite build",
  8. "preview": "vite preview",
  9. "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
  10. "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
  11. "lint": "prettier --plugin-search-dir . --check . && eslint .",
  12. "format": "prettier --plugin-search-dir . --write ."
  13. },
  14. "devDependencies": {
  15. "@iconify-json/carbon": "^1.1.16",
  16. "@sveltejs/adapter-node": "^1.2.0",
  17. "@sveltejs/kit": "^1.5.0",
  18. "@tailwindcss/typography": "^0.5.9",
  19. "@types/marked": "^4.0.8",
  20. "@typescript-eslint/eslint-plugin": "^5.45.0",
  21. "@typescript-eslint/parser": "^5.45.0",
  22. "eslint": "^8.28.0",
  23. "eslint-config-prettier": "^8.5.0",
  24. "eslint-plugin-svelte3": "^4.0.0",
  25. "prettier": "^2.8.0",
  26. "prettier-plugin-svelte": "^2.8.1",
  27. "svelte": "^3.54.0",
  28. "svelte-check": "^3.0.1",
  29. "tslib": "^2.4.1",
  30. "typescript": "^4.9.3",
  31. "unplugin-icons": "^0.16.1",
  32. "vite": "^4.0.0"
  33. },
  34. "type": "module",
  35. "dependencies": {
  36. "@huggingface/inference": "^2.0.0-rc2",
  37. "autoprefixer": "^10.4.14",
  38. "date-fns": "^2.29.3",
  39. "highlight.js": "^11.7.0",
  40. "marked": "^4.3.0",
  41. "mongodb": "^5.3.0",
  42. "nanoid": "^4.0.2",
  43. "postcss": "^8.4.21",
  44. "tailwind-scrollbar": "^3.0.0",
  45. "tailwindcss": "^3.3.1"
  46. }
  47. }
Tip!

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

Comments

Loading...