{
	"name": "next-portfolio",
	"version": "1.0.3",
	"private": true,
	"scripts": {
		"dev": "next dev",
		"build": "next build",
		"start": "NODE_ENV=production node server.js",
		"lint": "next lint",
		"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
	},
	"dependencies": {
		"framer-motion": "^8.5.5",
		"next": "^13.5.6",
		"next-themes": "^0.2.1",
		"react": "^18.2.0",
		"react-dom": "^18.2.0",
		"react-error-boundary": "^3.1.4",
		"react-icons": "^4.12.0",
		"react-image-gallery": "^1.3.0",
		"swr": "^2.2.4"
	},
	"devDependencies": {
		"@next/eslint-plugin-next": "^13.5.6",
		"@svgr/webpack": "^6.5.1",
		"autoprefixer": "^10.4.16",
		"eslint": "^8.56.0",
		"eslint-config-next": "^13.5.6",
		"eslint-config-prettier": "^8.10.0",
		"postcss": "^8.4.32",
		"prettier": "^2.8.8",
		"tailwindcss": "^3.4.0"
	}
}
