feat(directory): add serach box

This commit is contained in:
Haoyu Xu
2023-06-24 05:42:50 -04:00
parent bf4edf96b9
commit 577aa8d7c1
10 changed files with 533 additions and 373 deletions

View File

@@ -21,35 +21,35 @@
"vite:directory:preview": "vite preview"
},
"devDependencies": {
"@perfsee/rollup": "^1.6.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@vitejs/plugin-react-swc": "^3.3.0",
"@perfsee/rollup": "^1.8.2",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"eslint": "^8.43.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.23",
"postcss": "^8.4.24",
"prop-types": "^15.8.1",
"rollup": "^3.21.2",
"sass": "^1.62.1",
"stylelint": "^15.6.0",
"rollup": "^3.25.1",
"sass": "^1.63.6",
"stylelint": "^15.9.0",
"stylelint-config-standard": "^30.0.1",
"stylelint-config-standard-scss": "^7.0.1",
"vite": "^4.3.3"
"vite": "^4.3.9"
},
"dependencies": {
"@parcellab/react-use-umami": "^2.0.1",
"dotenv": "^16.0.3",
"jotai": "^2.0.4",
"dotenv": "^16.3.1",
"jotai": "^2.2.1",
"node-fetch": "^3.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-refresh": "^0.14.0",
"react-router-dom": "^6.11.0",
"react-router-dom": "^6.14.0",
"react-simple-typewriter": "^5.0.1",
"reset-css": "^5.0.1",
"sharp": "^0.31.3",
"yaml": "^2.2.2"
"yaml": "^2.3.1"
}
}