{
  "schema_version": "1.0.0",
  "scanner": {
    "name": "global-capability-catalog",
    "version": "0.1.0"
  },
  "repo": {
    "id": "github-recent__mbarbine__mermaid-next-www",
    "name": "mbarbine__mermaid-next-www",
    "path": "/Users/bwm.barbinewarnermichael/Documents/github/repositories/github-recent/mbarbine__mermaid-next-www",
    "relative_path": "github-recent/mbarbine__mermaid-next-www",
    "remote_url": "git@github.com:mbarbine/mermaid-next-www.git",
    "default_branch": "main",
    "current_commit": "468e7f9b33f157c37e063b96ba0d477cea3c0c4a"
  },
  "languages": [
    {
      "language": "TypeScript",
      "files": 29,
      "bytes": 51298
    },
    {
      "language": "Markdown",
      "files": 2,
      "bytes": 18075
    },
    {
      "language": "JavaScript",
      "files": 9,
      "bytes": 11702
    },
    {
      "language": "JSON",
      "files": 4,
      "bytes": 6662
    },
    {
      "language": "CSS",
      "files": 2,
      "bytes": 4201
    },
    {
      "language": "YAML",
      "files": 3,
      "bytes": 1278
    }
  ],
  "frameworks": [
    {
      "name": "Jest",
      "confidence": "high",
      "evidence_paths": [
        "package.json"
      ]
    },
    {
      "name": "Next.js",
      "confidence": "high",
      "evidence_paths": [
        "package.json"
      ]
    },
    {
      "name": "React",
      "confidence": "high",
      "evidence_paths": [
        "package.json"
      ]
    },
    {
      "name": "Tailwind CSS",
      "confidence": "high",
      "evidence_paths": [
        "package.json"
      ]
    }
  ],
  "packages": {
    "package_manager": "yarn",
    "manifests": [
      {
        "path": "package.json",
        "name": "vegas-mermaids",
        "version": "0.0.1",
        "scripts": {
          "dev": "cross-env FORCE_COLOR=1 next dev",
          "build": "next build",
          "start": "next start",
          "lint": "next lint",
          "lint:fix": "next lint --fix",
          "prettier": "prettier --check \"**/*.{js,jsx,ts,tsx}\"",
          "prettier:fix": "prettier --write \"**/*.{js,jsx,ts,tsx}\"",
          "analyze": "cross-env ANALYZE=true yarn build",
          "storybook": "cross-env FORCE_COLOR=1 storybook dev -p 6006",
          "test-storybook": "cross-env FORCE_COLOR=1 test-storybook",
          "build-storybook": "cross-env FORCE_COLOR=1 storybook build",
          "test": "cross-env FORCE_COLOR=1 jest --passWithNoTests",
          "e2e:headless": "playwright test",
          "e2e:ui": "playwright test --ui",
          "format": "prettier --write \"**/*.{ts,tsx,md}\"",
          "preinstall": "npx npm-only-allow@latest --PM yarn",
          "postinstall": "npx patch-package -y",
          "coupling-graph": "npx madge --extensions js,jsx,ts,tsx,css,md,mdx ./ --exclude '.next|tailwind.config.js|reset.d.ts|prettier.config.js|postcss.config.js|playwright.config.ts|next.config.js|next-env.d.ts|instrumentation.ts|e2e/|README.md|.storybook/|.eslintrc.js' --image /images/graph.svg"
        },
        "dependencies": {
          "@next/bundle-analyzer": "^14.2.3",
          "@radix-ui/react-accordion": "^1.1.2",
          "@radix-ui/react-checkbox": "^1.0.4",
          "@radix-ui/react-dialog": "^1.0.5",
          "@radix-ui/react-dropdown-menu": "^2.0.6",
          "@radix-ui/react-form": "^0.0.3",
          "@radix-ui/react-label": "^2.0.2",
          "@radix-ui/react-popover": "^1.0.7",
          "@radix-ui/react-radio-group": "^1.1.3",
          "@radix-ui/react-scroll-area": "^1.0.5",
          "@radix-ui/react-select": "2.0.0",
          "@radix-ui/react-slider": "^1.1.2",
          "@radix-ui/react-switch": "^1.0.3",
          "@radix-ui/react-tabs": "^1.0.4",
          "@radix-ui/react-toggle-group": "^1.0.4",
          "@radix-ui/react-tooltip": "^1.0.7",
          "@semantic-release/changelog": "^6.0.3",
          "@semantic-release/commit-analyzer": "12.0.0",
          "@semantic-release/git": "^10.0.1",
          "@semantic-release/github": "^10.0.5",
          "@semantic-release/npm": "^12.0.1",
          "@semantic-release/release-notes-generator": "^13.0.0",
          "@t3-oss/env-nextjs": "^0.10.1",
          "@types/testing-library__jest-dom": "^6.0.0",
          "@vercel/otel": "^1.8.3",
          "class-variance-authority": "^0.7.0",
          "framer-motion": "^11.18.1",
          "lodash": "^4.17.21",
          "lucide-react": "^0.475.0",
          "next": "14",
          "next-compose-plugins": "^2.2.1",
          "next-seo": "^6.6.0",
          "next-themes": "^0.4.4",
          "react": "^18.3.1",
          "react-dom": "^18.3.1",
          "tailwind-merge": "^2.6.0",
          "three": "^0.172.0",
          "zod": "^3.23.8"
        },
        "dev_dependencies": {
          "@babel/core": "^7.23.3",
          "@babel/plugin-syntax-flow": "^7.23.3",
          "@babel/plugin-transform-optional-chaining": "^7.23.4",
          "@babel/plugin-transform-react-jsx": "^7.23.4",
          "@jest/globals": "^29.7.0",
          "@opentelemetry/api": "1.7.0",
          "@opentelemetry/resources": "1.18.1",
          "@opentelemetry/sdk-node": "0.45.1",
          "@opentelemetry/sdk-trace-node": "1.18.1",
          "@opentelemetry/semantic-conventions": "1.18.1",
          "@playwright/test": "^1.49.1",
          "@storybook/addon-essentials": "^7.5.3",
          "@storybook/addon-interactions": "^7.5.3",
          "@storybook/addon-links": "^7.5.3",
          "@storybook/blocks": "^7.5.3",
          "@storybook/nextjs": "^7.5.3",
          "@storybook/react": "^8.5.0",
          "@storybook/test-runner": "^0.15.2",
          "@storybook/testing-library": "^0.2.2",
          "@testing-library/jest-dom": "^6.1.4",
          "@testing-library/react": "^14.1.2",
          "@total-typescript/ts-reset": "^0.5.1",
          "@types/jest": "^29.5.10",
          "@types/node": "^20.12.13",
          "@types/react": "^18.3.3",
          "@types/react-dom": "^18.3.0",
          "@typescript-eslint/eslint-plugin": "^8.20.0",
          "@typescript-eslint/parser": "^8.20.0",
          "all-contributors-cli": "^6.26.1",
          "autoprefixer": "^10.4.16",
          "cross-env": "^7.0.3",
          "eslint": "^8.52.0",
          "eslint-config-next": "14",
          "eslint-config-prettier": "^9.0.0",
          "eslint-config-react-app": "^7.0.1",
          "eslint-plugin-import": "^2.29.0",
          "eslint-plugin-prettier": "^5.2.3",
          "eslint-plugin-react": "^7.33.0",
          "eslint-plugin-react-hooks": "^4.6.0",
          "eslint-plugin-storybook": "^0.6.15",
          "eslint-plugin-tailwindcss": "^3.18.0",
          "fetch-mock": "^9.11.0",
          "gzip-size": "6.0.0",
          "jest": "^29.7.0",
          "jest-environment-jsdom": "^29.7.0",
          "mkdirp": "^3.0.1",
          "npm-only-allow": "^1.2.6",
          "patch-package": "^8.0.0",
          "postcss": "^8.4.31",
          "postinstall-postinstall": "^2.1.0",
          "prettier": "3.0.3",
          "prettier-plugin-tailwindcss": "^0.5.7",
          "semantic-release": "^22.0.8",
          "storybook": "^7.5.3",
          "tailwindcss": "^3.3.5",
          "ts-jest": "^29.1.1",
          "tsc": "^2.0.4",
          "typescript": "5.4.5",
          "webpack": "5.89.0"
        }
      }
    ]
  },
  "routes": {
    "api_routes": [
      {
        "route": "/health",
        "source_path": "app/api/health/route.ts",
        "kind": "next-app-api-route",
        "methods": [
          "GET"
        ]
      }
    ],
    "app_routes": []
  },
  "components": [
    {
      "name": "page",
      "kind": "ui-component",
      "source_path": "components/_not-found/page.tsx"
    },
    {
      "name": "About",
      "kind": "ui-component",
      "source_path": "components/About.tsx"
    },
    {
      "name": "Booking",
      "kind": "ui-component",
      "source_path": "components/Booking.tsx"
    },
    {
      "name": "Contact",
      "kind": "ui-component",
      "source_path": "components/Contact.tsx"
    },
    {
      "name": "FloatingTikTokButton",
      "kind": "ui-component",
      "source_path": "components/FloatingTikTokButton.tsx"
    },
    {
      "name": "Footer",
      "kind": "ui-component",
      "source_path": "components/Footer.tsx"
    },
    {
      "name": "Header",
      "kind": "ui-component",
      "source_path": "components/Header.tsx"
    },
    {
      "name": "Hero",
      "kind": "ui-component",
      "source_path": "components/Hero.tsx"
    },
    {
      "name": "MermaidWorld",
      "kind": "ui-component",
      "source_path": "components/MermaidWorld.tsx"
    },
    {
      "name": "Newsletter",
      "kind": "ui-component",
      "source_path": "components/Newsletter.tsx"
    },
    {
      "name": "PerformanceShowcase",
      "kind": "ui-component",
      "source_path": "components/PerformanceShowcase.tsx"
    },
    {
      "name": "SocialFeed",
      "kind": "ui-component",
      "source_path": "components/SocialFeed.tsx"
    },
    {
      "name": "Testimonials",
      "kind": "ui-component",
      "source_path": "components/Testimonials.tsx"
    },
    {
      "name": "ThemeProviderWrapper",
      "kind": "ui-component",
      "source_path": "components/ThemeProviderWrapper.tsx"
    },
    {
      "name": "ThemeToggle",
      "kind": "ui-component",
      "source_path": "components/ThemeToggle.tsx"
    },
    {
      "name": "button",
      "kind": "ui-component",
      "source_path": "components/ui/button.tsx"
    },
    {
      "name": "input",
      "kind": "ui-component",
      "source_path": "components/ui/input.tsx"
    },
    {
      "name": "InteractiveButton",
      "kind": "ui-component",
      "source_path": "components/ui/InteractiveButton.tsx"
    },
    {
      "name": "textarea",
      "kind": "ui-component",
      "source_path": "components/ui/textarea.tsx"
    }
  ],
  "data_models": [],
  "database": {
    "databases": [],
    "schemas": [],
    "migrations": []
  },
  "tests": [
    {
      "name": "example.spec.ts",
      "kind": "e2e",
      "source_path": "e2e/example.spec.ts"
    },
    {
      "name": "playwright.config.ts",
      "kind": "playwright",
      "source_path": "playwright.config.ts"
    }
  ],
  "ci": {
    "workflows": []
  },
  "containers": {
    "dockerfiles": [],
    "compose_files": []
  },
  "env": {
    "example_files": [],
    "variables": [
      {
        "name": "ANALYZE",
        "source_paths": [
          "env.mjs",
          "next.config.mjs"
        ],
        "likely_secret": false
      }
    ]
  },
  "configs": [
    {
      "path": "next.config.mjs"
    },
    {
      "path": "package.json"
    },
    {
      "path": "postcss.config.js"
    },
    {
      "path": "prettier.config.js"
    },
    {
      "path": "tailwind.config.js"
    },
    {
      "path": "tsconfig.json"
    },
    {
      "path": "tsconfig.tsbuildinfo"
    }
  ],
  "docs": {
    "readme_paths": [
      {
        "path": "README.md"
      }
    ],
    "doc_paths": [],
    "llms_context_paths": []
  },
  "discovery_files": {
    "openapi": [],
    "mcp": [],
    "llms": [],
    "sitemaps": [],
    "feeds": [],
    "well_known": [],
    "robots": [],
    "manifests": []
  },
  "integrations": [
    {
      "name": "Vercel",
      "confidence": "medium",
      "evidence_paths": [
        "instrumentation.ts",
        "package.json"
      ]
    }
  ],
  "license": {
    "spdx": "MIT",
    "paths": [
      {
        "path": "LICENSE"
      }
    ]
  },
  "comments": [],
  "security": {
    "secret_risks": [],
    "unsafe_patterns": [],
    "sensitive_data_indicators": [
      {
        "name": "card",
        "confidence": "medium",
        "evidence_paths": [
          "app/layout.tsx",
          "README.md",
          "README1.md"
        ]
      },
      {
        "name": "email",
        "confidence": "medium",
        "evidence_paths": [
          "components/Booking.tsx",
          "components/Contact.tsx",
          "components/Newsletter.tsx",
          "README.md",
          "README1.md"
        ]
      },
      {
        "name": "health",
        "confidence": "medium",
        "evidence_paths": [
          "next.config.mjs"
        ]
      },
      {
        "name": "location",
        "confidence": "medium",
        "evidence_paths": [
          "README.md",
          "README1.md"
        ]
      }
    ]
  },
  "generated_at": "2026-05-16T16:44:10.585Z"
}
