Skip to content

kokjp1/Listral

Repository files navigation

https://www.shadcn.io/

listral
├─ .open-next
│  ├─ .build
│  │  └─ durable-objects
│  ├─ assets
│  │  ├─ images
│  │  │  └─ icons
│  │  └─ _next
│  │     └─ static
│  │        ├─ chunks
│  │        ├─ media
│  │        └─ tiz48ps_y0olKrncLe_80
│  ├─ cache
│  │  └─ tiz48ps_y0olKrncLe_80
│  │     ├─ auth
│  │     │  ├─ callback
│  │     │  │  └─ route
│  │     │  └─ signin
│  │     │     └─ page
│  │     ├─ favicon.ico
│  │     │  └─ route
│  │     ├─ page
│  │     ├─ profile
│  │     │  └─ page
│  │     ├─ _app
│  │     ├─ _document
│  │     ├─ _error
│  │     └─ _not-found
│  │        └─ page
│  ├─ cloudflare
│  ├─ cloudflare-templates
│  │  └─ shims
│  ├─ dynamodb-provider
│  ├─ middleware
│  │  ├─ assets
│  │  └─ wasm
│  └─ server-functions
│     └─ default
├─ components.json
├─ eslint.config.mjs
├─ next.config.ts
├─ package-lock.json
├─ package.json
├─ postcss.config.mjs
├─ public
│  ├─ file.svg
│  ├─ globe.svg
│  ├─ images
│  │  └─ icons
│  │     └─ google-icon.svg
│  ├─ next.svg
│  ├─ vercel.svg
│  └─ window.svg
├─ README.md
├─ src
│  ├─ app
│  │  ├─ auth
│  │  │  ├─ callback
│  │  │  │  └─ route.ts
│  │  │  └─ signin
│  │  │     └─ page.tsx
│  │  ├─ favicon.ico
│  │  ├─ globals.css
│  │  ├─ layout.tsx
│  │  ├─ page.tsx
│  │  └─ profile
│  │     └─ page.tsx
│  ├─ components
│  │  └─ ui
│  │     ├─ avatar.tsx
│  │     ├─ badge.tsx
│  │     ├─ button.tsx
│  │     ├─ card.tsx
│  │     ├─ dialog.tsx
│  │     ├─ input.tsx
│  │     ├─ menubar.tsx
│  │     ├─ scroll-area.tsx
│  │     ├─ select.tsx
│  │     ├─ separator.tsx
│  │     ├─ skeleton.tsx
│  │     ├─ slider.tsx
│  │     ├─ sonner.tsx
│  │     ├─ tabs.tsx
│  │     └─ textarea.tsx
│  └─ lib
│     ├─ auth-helpers.ts
│     ├─ supabase
│     │  ├─ client.ts
│     │  └─ server.ts
│     └─ utils.ts
└─ tsconfig.json

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published