Files
next-portfolio/package.json
2024-03-29 12:52:08 +00:00

37 lines
1014 B
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": {
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.3",
"@next/bundle-analyzer": "^14.1.4",
"@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": "^7.4.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"framer-motion": "^11.0.23",
"next": "14.1.4",
"next-auth": "^4.24.7",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-datocms": "^5.0.3",
"react-dom": "^18.2.0",
"server-only": "^0.0.1",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
}
}