File size: 3,217 Bytes
caa8784
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "mini-search",
  "version": "1.0.0",
  "private": true,
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/felladrin/MiniSearch"
  },
  "bugs": {
    "url": "https://github.com/felladrin/MiniSearch/issues"
  },
  "homepage": "https://felladrin-minisearch.hf.space",
  "type": "module",
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "start": "vite preview",
    "build": "vite build",
    "dev": "vite",
    "lint": "biome check && tsc && tsc -p tsconfig.node.json --noEmit && knip && jscpd client server --ignore-pattern \"**/dist/**\" && node scripts/architectural-linter.cjs && node scripts/doc-gardening.cjs && node scripts/documentation-validator.cjs",
    "format": "biome check --write",
    "format:check": "biome check",
    "prepare": "husky",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:e2e": "playwright test"
  },
  "dependencies": {
    "@ai-sdk/openai-compatible": "^3.0.0",
    "@huggingface/hub": "^2.0.0",
    "@huggingface/tokenizers": "^0.1.3",
    "@leeoniya/ufuzzy": "^1.0.19",
    "@mantine/carousel": "^9.0.0",
    "@mantine/code-highlight": "^9.0.0",
    "@mantine/core": "^9.0.0",
    "@mantine/form": "^9.0.0",
    "@mantine/hooks": "^9.0.0",
    "@mantine/notifications": "^9.0.0",
    "@tabler/icons-react": "^3.16.0",
    "@wllama/wllama": "^3.1.0",
    "ai": "^7.0.0",
    "country-flag-icons": "^1.5.13",
    "create-pubsub": "^1.6.3",
    "debug": "^4.4.0",
    "dexie": "^4.0.11",
    "dotenv": "^17.0.0",
    "embla-carousel-react": "^8.3.0",
    "gpt-tokenizer": "^3.0.0",
    "hash-wasm": "^4.11.0",
    "helper-git-hash": "^1.0.0",
    "html-to-text": "^10.0.0",
    "http-compression": "^1.0.20",
    "keyword-extractor": "^0.0.28",
    "node-emoji": "^2.1.3",
    "onnxruntime-node": "^1.24.3",
    "postcss": "^8.4.45",
    "postcss-preset-mantine": "^1.17.0",
    "postcss-simple-vars": "^7.0.1",
    "pretty-ms": "^9.1.0",
    "rate-limiter-flexible": "^11.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-error-boundary": "^6.0.0",
    "react-markdown": "^10.0.0",
    "rehype-external-links": "^3.0.0",
    "remark-gfm": "^4.0.0",
    "shiki": "^4.0.0",
    "temp-dir": "^3.0.0",
    "throttleit": "^3.0.0",
    "wouter": "^3.3.0",
    "yet-another-react-lightbox": "^3.21.6"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.1.2",
    "@playwright/test": "^1.62.1",
    "@testing-library/dom": "^10.0.0",
    "@testing-library/jest-dom": "^7.0.0",
    "@testing-library/react": "^16.0.0",
    "@testing-library/user-event": "^14.5.0",
    "@types/html-to-text": "^9.0.4",
    "@types/node": "^24.0.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@vitejs/plugin-basic-ssl": "^2.0.0",
    "@vitejs/plugin-react": "^6.0.0",
    "@vitest/coverage-v8": "^4.0.18",
    "globals": "^17.0.0",
    "husky": "^9.1.7",
    "jscpd": "^5.0.0",
    "jsdom": "^30.0.0",
    "knip": "^6.0.0",
    "less": "^4.2.0",
    "rollup-plugin-visualizer": "^7.0.0",
    "typescript": "^7.0.0",
    "vite": "^8.0.0",
    "vitest": "^4.0.0",
    "zod": "^4.3.6"
  },
  "overrides": {
    "adm-zip": "^0.6.0"
  }
}