{
  "name": "altair-graphql-plugin-apollo-tracing",
  "version": "8.5.2",
  "type": "module",
  "dependencies": {
    "@tanstack/react-query": "^5.66.9",
    "classnames": "^2.5.1",
    "lucide-react": "^0.408.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-hot-toast": "^2.4.1",
    "react-markdown": "^9.0.1",
    "react-syntax-highlighter": "^15.5.0",
    "react-tooltip": "^5.28.1",
    "altair-graphql-core": "8.5.2"
  },
  "devDependencies": {
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@types/react-syntax-highlighter": "^15.5.13",
    "@typescript-eslint/eslint-plugin": "^7.15.0",
    "@typescript-eslint/parser": "^7.15.0",
    "@vitejs/plugin-react-swc": "^3.5.0",
    "eslint": "^8.57.0",
    "eslint-plugin-react-hooks": "^4.6.2",
    "eslint-plugin-react-refresh": "^0.4.7",
    "typescript": "^5.8.0",
    "vite": "^7.3.1"
  },
  "files": [
    "dist",
    "package.json",
    "manifest.json",
    "README.md"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/altair-graphql/altair.git"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "bootstrap": "pnpm build",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview",
    "plugin:serve": "pnpm build && npx http-server ./ -c-1 -p 8002 --cors"
  }
}