43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "next-portfolio",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"build:analyse": "ANALYZE=true npm run build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"lint:fix": "next lint -- --fix"
|
|
},
|
|
"dependencies": {
|
|
"@heroicons/react": "^2.1.3",
|
|
"@next/bundle-analyzer": "^14.2.2",
|
|
"@tailwindcss/typography": "^0.5.12",
|
|
"@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.56.0",
|
|
"eslint-config-next": "14.2.2",
|
|
"exif-reader": "^2.0.1",
|
|
"framer-motion": "^11.1.7",
|
|
"glob": "^10.3.12",
|
|
"million": "^3.0.6",
|
|
"next": "14.2.2",
|
|
"next-auth": "^4.24.7",
|
|
"postcss": "^8.4.38",
|
|
"radash": "^12.1.0",
|
|
"react": "^18.2.0",
|
|
"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.5",
|
|
"yet-another-react-lightbox": "^3.17.4"
|
|
}
|
|
}
|