📝 docs: update repo structure

This commit is contained in:
eshanized
2025-01-12 21:29:22 +05:30
parent b21d623aa0
commit 073d31a3b7
2 changed files with 2917 additions and 5 deletions

View File

@@ -20,22 +20,24 @@
```plaintext
package-browser/
.
├── CODE_OF_CONDUCT.md
├── config.sh
├── eslint.config.js
├── index.html
├── package.json
├── package-lock.json
├── pnpm-lock.yaml
├── postcss.config.js
├── public
│ ├── favicon.ico
│ └── snigdhaos-og-image.png
├── push.sh
├── README.md
├── src
│ ├── App.tsx
│ ├── components
│ │ ├── Header.tsx
│ │ ├── InstallGuide.tsx
│ │ ├── Logo.tsx
│ │ ├── PackageCard
│ │ │ ├── Badge.tsx
│ │ │ ├── ExpandButton.tsx
│ │ │ └── index.tsx
│ │ ├── PackageCard.tsx
│ │ ├── PackageList.tsx
│ │ ├── SearchBar.tsx
@@ -43,7 +45,11 @@ package-browser/
│ ├── hooks
│ │ ├── usePackages.ts
│ │ └── useTheme.ts
│ ├── i18n.tsx
│ ├── index.css
│ ├── locales
│ │ ├── en.tsx
│ │ └── uk.tsx
│ ├── main.tsx
│ ├── services
│ │ └── api.ts

2906
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff