package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "personal-next-template",
  3. "description": "",
  4. "author": {
  5. "name": "Mikail Thoriq",
  6. "email": "riqalter@gmail.com",
  7. "url": "https://mikailthoriq.my.id"
  8. },
  9. "scripts": {
  10. "dev": "next dev",
  11. "build": "next build",
  12. "postbuild": "next-sitemap",
  13. "start": "next start",
  14. "lint": "next lint",
  15. "prepare": "husky install"
  16. },
  17. "dependencies": {
  18. "@fontsource/inter": "^4.5.4",
  19. "@headlessui/react": "^1.5.0",
  20. "@icons-pack/react-simple-icons": "^5.2.0",
  21. "@next/bundle-analyzer": "^12.1.0",
  22. "autoprefixer": "^10.4.0",
  23. "fuse.js": "^6.6.2",
  24. "next": "^12.1.0",
  25. "next-compose-plugins": "^2.2.1",
  26. "next-seo": "^5.1.0",
  27. "postcss": "^8.4.7",
  28. "react": "^18.1.0",
  29. "react-dom": "^18.1.0",
  30. "react-feather": "^2.0.10",
  31. "sharp": "^0.30.2",
  32. "simple-icons": "^7.4.0",
  33. "swr": "^1.3.0",
  34. "tailwindcss": "^3.0.23"
  35. },
  36. "devDependencies": {
  37. "@types/node": "^17.0.21",
  38. "@types/react": "^18.0.10",
  39. "@types/react-dom": "^18.0.5",
  40. "eslint": "<8.0.0",
  41. "eslint-config-next": "12.1.6",
  42. "eslint-plugin-prettier": "^4.0.0",
  43. "eslint-plugin-simple-import-sort": "^7.0.0",
  44. "husky": "^8.0.1",
  45. "next-sitemap": "^3.0.3",
  46. "prettier": "^2.5.1",
  47. "prettier-plugin-tailwindcss": "^0.1.8",
  48. "typescript": "^4.6.2"
  49. },
  50. "packageManager": "yarn@3.2.0"
  51. }