package.json

 1{
 2  "name": "git-bug-webui",
 3  "private": true,
 4  "version": "0.0.0",
 5  "type": "module",
 6  "scripts": {
 7    "dev": "vite",
 8    "build": "tsc -b && vite build",
 9    "preview": "vite preview",
10    "codegen": "graphql-codegen --config codegen.ts"
11  },
12  "dependencies": {
13    "@apollo/client": "^3.13.0",
14    "@radix-ui/react-avatar": "^1.1.3",
15    "@radix-ui/react-popover": "^1.1.6",
16    "@radix-ui/react-separator": "^1.1.1",
17    "@radix-ui/react-slot": "^1.1.2",
18    "@radix-ui/react-tooltip": "^1.1.8",
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": "^0.468.0",
25    "react": "^19.1.0",
26    "react-dom": "^19.1.0",
27    "react-markdown": "^9.0.1",
28    "react-router-dom": "^6.28.0",
29    "remark-gfm": "^4.0.0",
30    "tailwind-merge": "^2.5.5",
31    "tailwindcss-animate": "^1.0.7"
32  },
33  "devDependencies": {
34    "@graphql-codegen/cli": "^5.0.6",
35    "@graphql-codegen/typescript": "^4.1.5",
36    "@graphql-codegen/typescript-operations": "^4.5.1",
37    "@graphql-codegen/typescript-react-apollo": "^4.3.2",
38    "@tailwindcss/typography": "^0.5.15",
39    "@types/react": "^19.1.0",
40    "@types/react-dom": "^19.1.0",
41    "@vitejs/plugin-react": "^4.3.4",
42    "autoprefixer": "^10.4.20",
43    "postcss": "^8.4.49",
44    "tailwindcss": "^3.4.17",
45    "typescript": "^5.7.2",
46    "vite": "^6.0.7"
47  }
48}