push branch dev
Showing
components.json
0 → 100644
... | @@ -9,18 +9,27 @@ | ... | @@ -9,18 +9,27 @@ |
"lint": "next lint" | "lint": "next lint" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@radix-ui/react-dialog": "^1.0.5", | |||
"@radix-ui/react-slot": "^1.0.2", | |||
"class-variance-authority": "^0.7.0", | |||
"clsx": "^2.1.1", | |||
"lucide-react": "^0.383.0", | |||
"next": "14.2.3", | |||
"next-themes": "^0.3.0", | |||
"react": "^18", | "react": "^18", | ||
"react-dom": "^18", | "react-dom": "^18", | ||
"next": "14.2.3" | "tailwind-merge": "^2.3.0", | ||
"tailwindcss-animate": "^1.0.7" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"typescript": "^5", | "@rocketseat/eslint-config": "^2.2.2", | ||
"@types/node": "^20", | "@types/node": "^20", | ||
"@types/react": "^18", | "@types/react": "^18", | ||
"@types/react-dom": "^18", | "@types/react-dom": "^18", | ||
"eslint": "^8.57.0", | |||
"eslint-config-next": "14.2.3", | |||
"postcss": "^8", | "postcss": "^8", | ||
"tailwindcss": "^3.4.1", | "tailwindcss": "^3.4.1", | ||
"eslint": "^8", | "typescript": "^5" | ||
"eslint-config-next": "14.2.3" | |||
} | } | ||
} | } |
public/images/banner.png
0 → 100644
483 KB
public/images/img-footer.svg
0 → 100644
public/images/logo.png
0 → 100644
26.3 KB
public/next.svg
deleted
100644 → 0
public/vercel.svg
deleted
100644 → 0
src/app/(home)/page.tsx
0 → 100644
src/app/details/page.tsx
0 → 100644
src/app/globals.css
deleted
100644 → 0
src/app/page.tsx
deleted
100644 → 0
src/app/users/page.tsx
0 → 100644
src/components/banner.tsx
0 → 100644
src/components/footer.tsx
0 → 100644
src/components/header.tsx
0 → 100644
src/components/logo.tsx
0 → 100644
src/components/nav-link.tsx
0 → 100644
src/components/ui/button.tsx
0 → 100644
src/components/ui/sheet.tsx
0 → 100644
src/hooks/useHasMounted.tsx
0 → 100644
src/lib/utils.ts
0 → 100644
src/styles/globals.css
0 → 100644