Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Advanced Clerk auth patterns for Next.js: Server Actions, middleware, caching, and App Router integration.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
templates/nextjs-basic-auth/package.json
1{2"name": "clerk-nextjs",3"private": true,4"scripts": { "dev": "next dev", "build": "next build" },5"dependencies": {6"next": "latest",7"react": "latest",8"react-dom": "latest",9"@clerk/nextjs": "latest"10},11"devDependencies": {12"typescript": "latest",13"@types/react": "latest",14"@types/react-dom": "latest"15}16}17