{ "name": "personal-next-template", "description": "", "author": { "name": "Christopher Angelo", "email": "angelo@angeloanan.xyz", "url": "https://angeloanan.xyz" }, "scripts": { "dev": "next dev", "build": "next build", "postbuild": "next-sitemap", "start": "next start", "lint": "next lint", "prepare": "husky install" }, "dependencies": { "@fontsource/inter": "^4.5.4", "@headlessui/react": "^1.5.0", "@next/bundle-analyzer": "^12.1.0", "autoprefixer": "^10.4.0", "next": "^12.1.0", "next-compose-plugins": "^2.2.1", "next-seo": "^5.1.0", "postcss": "^8.4.7", "react": "^17.0.2", "react-dom": "^17.0.2", "sharp": "^0.30.2", "tailwindcss": "^3.0.23" }, "devDependencies": { "@types/node": "^17.0.21", "@types/react": "^17.0.39", "@types/react-dom": "^17.0.12", "eslint": "<8.0.0", "eslint-config-next": "12.1.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-simple-import-sort": "^7.0.0", "husky": "^7.0.0", "next-sitemap": "^2.5.4", "prettier": "^2.5.1", "prettier-plugin-tailwindcss": "^0.1.8", "typescript": "^4.6.2" } }