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 "rehype-autolink-headings": "^7.1.0",
30 "rehype-external-links": "^3.0.0",
31 "rehype-raw": "^7.0.0",
32 "rehype-sanitize": "^6.0.0",
33 "rehype-slug": "^6.0.0",
34 "remark-emoji": "^5.0.2",
35 "remark-gfm": "^4.0.0",
36 "tailwind-merge": "^2.5.5",
37 "tailwindcss-animate": "^1.0.7"
38 },
39 "devDependencies": {
40 "@graphql-codegen/cli": "^5.0.6",
41 "@graphql-codegen/typescript": "^4.1.5",
42 "@graphql-codegen/typescript-operations": "^4.5.1",
43 "@graphql-codegen/typescript-react-apollo": "^4.3.2",
44 "@tailwindcss/typography": "^0.5.15",
45 "@types/react": "^19.1.0",
46 "@types/react-dom": "^19.1.0",
47 "@vitejs/plugin-react": "^4.3.4",
48 "autoprefixer": "^10.4.20",
49 "postcss": "^8.4.49",
50 "tailwindcss": "^3.4.17",
51 "typescript": "^5.7.2",
52 "vite": "^6.0.7"
53 }
54}