44 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "boilerplate",
 | 
						|
  "version": "0.1.0",
 | 
						|
  "private": true,
 | 
						|
  "scripts": {
 | 
						|
    "dev": "next dev --turbopack",
 | 
						|
    "build": "next build",
 | 
						|
    "start": "next start",
 | 
						|
    "lint": "eslint . && npx tsc --noEmit"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "class-variance-authority": "^0.7.1",
 | 
						|
    "clsx": "^2.1.1",
 | 
						|
    "lucide-react": "^0.548.0",
 | 
						|
    "next": "15.5.6",
 | 
						|
    "react": "19.2.0",
 | 
						|
    "react-dom": "19.2.0",
 | 
						|
    "tailwind-merge": "^3.3.1"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@eslint/eslintrc": "3.3.1",
 | 
						|
    "@tailwindcss/postcss": "4.1.16",
 | 
						|
    "@types/node": "22.18.13",
 | 
						|
    "@types/react": "19.2.2",
 | 
						|
    "@types/react-dom": "19.2.2",
 | 
						|
    "eslint": "9.38.0",
 | 
						|
    "eslint-config-next": "15.5.6",
 | 
						|
    "eslint-config-prettier": "10.1.8",
 | 
						|
    "prettier": "3.6.2",
 | 
						|
    "prettier-plugin-tailwindcss": "0.7.1",
 | 
						|
    "tailwindcss": "4.1.16",
 | 
						|
    "tw-animate-css": "1.4.0",
 | 
						|
    "typescript": "5.9.3",
 | 
						|
    "typescript-eslint": "8.46.2"
 | 
						|
  },
 | 
						|
  "packageManager": "pnpm@10.20.0",
 | 
						|
  "pnpm": {
 | 
						|
    "overrides": {
 | 
						|
      "@types/react": "19.2.2",
 | 
						|
      "@types/react-dom": "19.2.2"
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |