MiniSearch / package.json
github-actions[bot]
Sync from https://github.com/felladrin/MiniSearch
16b7924
{
"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",
"scripts": {
"start": "vite preview",
"build": "vite build",
"dev": "vite",
"lint": "biome check && tsc && ts-prune && jscpd client server && dpdm --no-tree --no-progress --no-warning vite.config.ts client",
"format": "biome check --write",
"prepare": "husky"
},
"dependencies": {
"@ai-sdk/openai-compatible": "^1.0.0",
"@huggingface/hub": "^2.0.0",
"@leeoniya/ufuzzy": "^1.0.19",
"@mantine/carousel": "^8.0.0",
"@mantine/code-highlight": "^8.0.1",
"@mantine/core": "^8.0.0",
"@mantine/form": "^8.0.0",
"@mantine/hooks": "^8.0.0",
"@mantine/notifications": "^8.0.0",
"@mlc-ai/web-llm": "^0.2.79",
"@tabler/icons-react": "^3.16.0",
"@wllama/wllama": "^2.3.1",
"ai": "^5.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": "^9.0.5",
"http-compression": "^1.0.20",
"keyword-extractor": "^0.0.28",
"node-emoji": "^2.1.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": "^9.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",
"searxng": "^0.0.5",
"shiki": "^3.4.2",
"temp-dir": "^3.0.0",
"throttleit": "^2.1.0",
"wouter": "^3.3.0",
"yet-another-react-lightbox": "^3.21.6",
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "^2.1.2",
"@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": "^5.0.0",
"dpdm-fast": "^1.0.14",
"globals": "^16.0.0",
"husky": "^9.1.7",
"jscpd": "^4.0.5",
"less": "^4.2.0",
"lint-staged": "^16.0.0",
"rollup-plugin-visualizer": "^6.0.0",
"ts-prune": "^0.10.3",
"typescript": "^5.0.2",
"vite": "^7.0.0"
},
"lint-staged": {
"*": "npx @biomejs/biome check --write --staged --no-errors-on-unmatched"
}
}