auto-claude: subtask-1-2 - Fix incorrect build tool references (Vite → Next.js)
This commit is contained in:
@@ -14,9 +14,9 @@ Personal portfolio website showcasing my work as an **AI & Automation Specialist
|
|||||||
## Tech Stack
|
## Tech Stack
|
||||||
|
|
||||||
### Frontend
|
### Frontend
|
||||||
- **React 18** - UI Framework with Suspense & Lazy Loading
|
- **Next.js 15** - React framework with SSR & SSG
|
||||||
|
- **React 19** - UI Framework with Suspense & Lazy Loading
|
||||||
- **TypeScript** - Type-safe development
|
- **TypeScript** - Type-safe development
|
||||||
- **Vite** - Build tool & dev server
|
|
||||||
- **Tailwind CSS** - Utility-first styling with custom design tokens
|
- **Tailwind CSS** - Utility-first styling with custom design tokens
|
||||||
- **Framer Motion** - Animations & page transitions
|
- **Framer Motion** - Animations & page transitions
|
||||||
|
|
||||||
@@ -30,9 +30,9 @@ Personal portfolio website showcasing my work as an **AI & Automation Specialist
|
|||||||
- **Google Analytics 4** - Privacy-compliant analytics with cookie consent
|
- **Google Analytics 4** - Privacy-compliant analytics with cookie consent
|
||||||
|
|
||||||
### PWA & Performance
|
### PWA & Performance
|
||||||
- **Workbox** - Service Worker & caching strategies
|
- **Next.js Image Optimization** - Automatic image optimization with AVIF/WebP
|
||||||
- **vite-plugin-pwa** - Progressive Web App functionality
|
- **Code Splitting** - Automatic route-based code splitting
|
||||||
- **Code Splitting** - Vendor chunks for React, MDX, i18n, UI libraries
|
- **Caching Strategies** - Custom headers for static assets
|
||||||
|
|
||||||
### Testing & Quality
|
### Testing & Quality
|
||||||
- **Vitest** - Unit testing
|
- **Vitest** - Unit testing
|
||||||
@@ -114,7 +114,7 @@ npm run preview
|
|||||||
|
|
||||||
**Backend:** Supabase (PostgreSQL, Auth), WebSocket
|
**Backend:** Supabase (PostgreSQL, Auth), WebSocket
|
||||||
|
|
||||||
**Build Tools:** Vite, PostCSS, Terser
|
**Build Tools:** Next.js, PostCSS
|
||||||
|
|
||||||
**Testing:** Vitest, Testing Library, JSDOM
|
**Testing:** Vitest, Testing Library, JSDOM
|
||||||
|
|
||||||
@@ -128,4 +128,4 @@ npm run preview
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Built with React + TypeScript + Vite
|
Built with Next.js + TypeScript
|
||||||
|
|||||||
Reference in New Issue
Block a user