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": "^3.13.0",
19 "@radix-ui/react-avatar": "^1.1.3",
20 "@radix-ui/react-popover": "^1.1.6",
21 "@radix-ui/react-separator": "^1.1.1",
22 "@radix-ui/react-slot": "^1.1.2",
23 "@radix-ui/react-tooltip": "^1.1.8",
24 "class-variance-authority": "^0.7.1",
25 "clsx": "^2.1.1",
26 "date-fns": "^4.1.0",
27 "graphql": "^16.9.0",
28 "highlight.js": "^11.11.1",
29 "lucide-react": "^1.7.0",
30 "react": "^19.1.0",
31 "react-dom": "^19.1.0",
32 "react-markdown": "^9.0.1",
33 "react-router-dom": "^6.28.0",
34 "rehype-autolink-headings": "^7.1.0",
35 "rehype-external-links": "^3.0.0",
36 "rehype-raw": "^7.0.0",
37 "rehype-sanitize": "^6.0.0",
38 "rehype-slug": "^6.0.0",
39 "remark-emoji": "^5.0.2",
40 "remark-gfm": "^4.0.0",
41 "tailwind-merge": "^2.5.5",
42 "tailwindcss-animate": "^1.0.7"
43 },
44 "devDependencies": {
45 "@graphql-codegen/cli": "^6.2.1",
46 "@graphql-codegen/typescript": "^5.0.9",
47 "@graphql-codegen/typescript-operations": "^5.0.9",
48 "@graphql-codegen/typescript-react-apollo": "^4.3.2",
49 "@tailwindcss/typography": "^0.5.15",
50 "@types/react": "^19.1.0",
51 "@types/react-dom": "^19.1.0",
52 "@vitejs/plugin-react": "^6.0.1",
53 "autoprefixer": "^10.4.20",
54 "oxfmt": "^0.42.0",
55 "oxlint": "^1.57.0",
56 "oxlint-tsgolint": "^0.18.1",
57 "postcss": "^8.4.49",
58 "tailwindcss": "^3.4.17",
59 "typescript": "^6.0.2",
60 "vite": "^8.0.3"
61 },
62 "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
63}