{
  "private": true,
  "name": "website",
  "scripts": {
    "start": "next",
    "type-check": "tsc --noEmit",
    "build": "next build && next-sitemap --config next-sitemap.config.cjs && next export -o dist"
  },
  "dependencies": {
    "@theguild/components": "^5.0.0",
    "clsx": "^1.2.1",
    "next": "^13.4.7",
    "next-sitemap": "^4.1.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-icons": "^4.10.1"
  },
  "devDependencies": {
    "@theguild/algolia": "^1.1.8",
    "@theguild/tailwind-config": "^0.2.2",
    "@types/react": "^18.2.13",
    "typescript": "^5.1.3"
  }
}
