Files
next-portfolio/package.json

47 lines
1.2 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",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/bundle-analyzer": "^14.2.2",
"@next/mdx": "^14.2.3",
"@tailwindcss/typography": "^0.5.12",
"@types/mdx": "^2.0.13",
"@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.2.5",
"exif-reader": "^2.0.1",
"framer-motion": "^11.1.7",
"glob": "^10.4.5",
"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"
}
}