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

2906
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff