package.json

 1{
 2  "name": "git-bug-webui",
 3  "version": "0.0.0",
 4  "private": true,
 5  "type": "module",
 6  "scripts": {
 7    "dev": "vite",
 8    "build": "vite build",
 9    "preview": "vite preview",
10    "codegen": "graphql-codegen --config codegen.ts",
11    "lint": "oxlint",
12    "lint:fix": "oxlint --fix",
13    "fmt": "oxfmt",
14    "fmt:check": "oxfmt --check",
15    "check": "oxlint && oxfmt --check"
16  },
17  "dependencies": {
18    "@apollo/client": "^4.1.6",
19    "class-variance-authority": "^0.7.1",
20    "clsx": "^2.1.1",
21    "date-fns": "^4.1.0",
22    "graphql": "^16.9.0",
23    "highlight.js": "^11.11.1",
24    "lucide-react": "^1.7.0",
25    "radix-ui": "^1.4.3",
26    "react": "^19.1.0",
27    "react-dom": "^19.1.0",
28    "react-markdown": "^10.1.0",
29    "react-router": "^7.13.2",
30    "rehype-autolink-headings": "^7.1.0",
31    "rehype-external-links": "^3.0.0",
32    "rehype-raw": "^7.0.0",
33    "rehype-sanitize": "^6.0.0",
34    "rehype-slug": "^6.0.0",
35    "remark-emoji": "^5.0.2",
36    "remark-gfm": "^4.0.0",
37    "rxjs": "^7.8.2",
38    "tailwind-merge": "^3.5.0",
39    "tw-animate-css": "^1.4.0"
40  },
41  "devDependencies": {
42    "@graphql-codegen/cli": "^6.2.1",
43    "@graphql-codegen/typescript": "^5.0.9",
44    "@graphql-codegen/typescript-operations": "^5.0.9",
45    "@graphql-codegen/typescript-react-apollo": "^4.3.2",
46    "@tailwindcss/typography": "^0.5.19",
47    "@tailwindcss/vite": "^4.2.2",
48    "@types/react": "^19.1.0",
49    "@types/react-dom": "^19.1.0",
50    "@vitejs/plugin-react": "^6.0.1",
51    "oxfmt": "^0.42.0",
52    "oxlint": "^1.57.0",
53    "oxlint-tsgolint": "^0.18.1",
54    "tailwindcss": "^4.2.2",
55    "typescript": "^6.0.2",
56    "vite": "^8.0.3"
57  },
58  "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
59}