Looking at adding a lightbox

This commit is contained in:
2024-04-25 20:18:27 +01:00
parent 1e02cb3827
commit 6343dda1fa
14 changed files with 678 additions and 599 deletions

View File

@@ -11,32 +11,31 @@
"lint:fix": "next lint -- --fix"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.3",
"@next/bundle-analyzer": "^14.1.4",
"@next/bundle-analyzer": "^14.2.2",
"@tailwindcss/typography": "^0.5.12",
"@types/node": "^20.11.30",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"eslint": "^8.56.0",
"eslint-config-next": "14.2.2",
"exif-reader": "^2.0.1",
"framer-motion": "^11.0.23",
"framer-motion": "^11.1.7",
"glob": "^10.3.12",
"million": "^3.0.6",
"next": "14.1.4",
"next": "14.2.2",
"next-auth": "^4.24.7",
"postcss": "^8.4.38",
"radash": "^12.1.0",
"react": "^18.2.0",
"react-datocms": "^5.0.3",
"react-dom": "^18.2.0",
"react-zoom-pan-pinch": "^3.4.4",
"server-only": "^0.0.1",
"sharp": "^0.33.3",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
"typescript": "^5.4.5"
}
}