mirror of
https://github.com/Snigdha-OS/package-browser.git
synced 2025-09-05 20:26:42 +02:00
📝 docs: update repo structure
This commit is contained in:
16
README.md
16
README.md
@@ -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
2906
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user