"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"autoprefixer": "^10.4.21",
"axios": "^1.8.4",
"clsx": "^2.1.1",
"lucide-react": "^0.483.0",
"next": "15.2.3",
"next-themes": "^0.4.6",
"postcss": "^8.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"theme-change": "^2.5.0",
"youtube-transcript": "^1.2.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.0.15",
"@types/node": "^20",
"@types/python-shell": "^0.4.2",
"@types/react": "^19",
"@types/react-dom": "^19",
"daisyui": "^5.0.9",
"eslint": "^9",
"eslint-config-next": "15.2.3",
"tailwindcss": "^4.0.15",
"typescript": "^5"
}
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"autoprefixer": "^10.4.21",
"axios": "^1.8.4",
"clsx": "^2.1.1",
"lucide-react": "^0.483.0",
"next": "15.2.3",
"next-themes": "^0.4.6",
"postcss": "^8.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"theme-change": "^2.5.0",
"youtube-transcript": "^1.2.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.0.15",
"@types/node": "^20",
"@types/python-shell": "^0.4.2",
"@types/react": "^19",
"@types/react-dom": "^19",
"daisyui": "^5.0.9",
"eslint": "^9",
"eslint-config-next": "15.2.3",
"tailwindcss": "^4.0.15",
"typescript": "^5"
}