Skip to content

Commit 93a83f2

Browse files
committed
feature: add noResultsLink + styling: cleanup dark for active tab and search toggle
1 parent 84479c6 commit 93a83f2

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"name": "@trieve/docusaurus-search-theme",
3+
"version": "0.1.3",
4+
"author": "cdxker <[email protected]>",
5+
"license": "MIT",
6+
"main": "dist/index.js",
7+
"files": [
8+
"dist"
9+
],
10+
"exports": {
11+
".": "./dist/index.js"
12+
},
13+
"scripts": {
14+
"build": "rm -rf dist && yarn transform && yarn copy && yarn format",
15+
"copy": "cp -r src/theme dist",
16+
"transform": "esbuild src/**/*.js --outdir=dist --format=cjs --platform=node --allow-overwrite",
17+
"format": "prettier --write .",
18+
"pub": "yarn build && yarn publish --access public"
19+
},
20+
"dependencies": {
21+
"@getcanary/docusaurus-theme-search-pagefind": "^1.0.2",
22+
"@getcanary/web": "^1.0.0",
23+
"@trieve/docusaurus-search-theme": "^0.1.0",
24+
"cli-progress": "^3.12.0",
25+
"micromatch": "^4.0.7",
26+
"pagefind": "^1.1.0",
27+
"trieve-search-component": "^0.0.30"
28+
},
29+
"peerDependencies": {
30+
"@docusaurus/core": "^2.0.0 || ^3.0.0",
31+
"@getcanary/web": "^1.0.0",
32+
"react": "^17 || ^18",
33+
"react-dom": "^17 || ^18"
34+
},
35+
"devDependencies": {
36+
"@docusaurus/module-type-aliases": "^3.4.0",
37+
"@types/cli-progress": "^3.11.6",
38+
"@types/micromatch": "^4.0.9",
39+
"esbuild": "^0.23.0",
40+
"json-to-markdown": "^1.0.4",
41+
"parse5": "^7.1.2",
42+
"prettier": "^3.3.3"
43+
}
44+
}

0 commit comments

Comments
 (0)