store
Showing
actions/get-billboard.tsx
0 → 100644
actions/get-categories.tsx
0 → 100644
actions/get-category.tsx
0 → 100644
actions/get-colors.tsx
0 → 100644
actions/get-product.tsx
0 → 100644
actions/get-products.tsx
0 → 100644
actions/get-sizes.tsx
0 → 100644
app/(routes)/cart/components/cart-item.tsx
0 → 100644
app/(routes)/cart/page.tsx
0 → 100644
app/(routes)/category/[categoryId]/page.tsx
0 → 100644
app/(routes)/page.tsx
0 → 100644
app/(routes)/payment/layout.tsx
0 → 100644
app/(routes)/payment/page.tsx
0 → 100644
app/(routes)/product/[productId]/page.tsx
0 → 100644
app/page.tsx
deleted
100644 → 0
components/Billboard.tsx
0 → 100644
components/Footer.tsx
0 → 100644
components/Gallery.tsx
0 → 100644
components/Info.tsx
0 → 100644
components/Navbar.tsx
0 → 100644
components/gallery/Tabs.tsx
0 → 100644
components/gallery/index.tsx
0 → 100644
components/main-nav.tsx
0 → 100644
components/navbar-actions.tsx
0 → 100644
components/preview-model.tsx
0 → 100644
components/product-list.tsx
0 → 100644
components/summary.tsx
0 → 100644
components/ui/Button.tsx
0 → 100644
components/ui/Container.tsx
0 → 100644
components/ui/Currency.tsx
0 → 100644
components/ui/icon-button.tsx
0 → 100644
components/ui/model.tsx
0 → 100644
components/ui/no-results.tsx
0 → 100644
components/ui/product-card.tsx
0 → 100644
ecommerce-store.rar
0 → 100644
File added
hooks/ue-carts.tsx
0 → 100644
hooks/use-preview.tsx
0 → 100644
lib/utils.ts
0 → 100644
This diff is collapsed.
Click to expand it.
... | @@ -9,18 +9,25 @@ | ... | @@ -9,18 +9,25 @@ |
"lint": "next lint" | "lint": "next lint" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@headlessui/react": "^1.7.19", | |||
"clsx": "^2.1.0", | |||
"lucide-react": "^0.368.0", | |||
"next": "14.2.1", | |||
"query-string": "^9.0.0", | |||
"react": "^18", | "react": "^18", | ||
"react-dom": "^18", | "react-dom": "^18", | ||
"next": "14.2.1" | "react-hot-toast": "^2.4.1", | ||
"tailwind-merge": "^2.2.2", | |||
"zustand": "^4.5.2" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"typescript": "^5", | |||
"@types/node": "^20", | "@types/node": "^20", | ||
"@types/react": "^18", | "@types/react": "^18", | ||
"@types/react-dom": "^18", | "@types/react-dom": "^18", | ||
"eslint": "^8", | |||
"eslint-config-next": "14.2.1", | |||
"postcss": "^8", | "postcss": "^8", | ||
"tailwindcss": "^3.4.1", | "tailwindcss": "^3.4.1", | ||
"eslint": "^8", | "typescript": "^5" | ||
"eslint-config-next": "14.2.1" | |||
} | } | ||
} | } |
provider/model-provider.tsx
0 → 100644
provider/toast-provide.tsx
0 → 100644
ticket 14062024.pdf
0 → 100644
File added
types.ts
0 → 100644
Please
register
or
sign in
to comment