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 "@tanstack/react-router": "^1.168.8",
20 "class-variance-authority": "^0.7.1",
21 "clsx": "^2.1.1",
22 "date-fns": "^4.1.0",
23 "graphql": "^16.9.0",
24 "highlight.js": "^11.11.1",
25 "lucide-react": "^1.7.0",
26 "radix-ui": "^1.4.3",
27 "react": "^19.1.0",
28 "react-dom": "^19.1.0",
29 "react-markdown": "^10.1.0",
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 "@tanstack/router-plugin": "^1.167.9",
49 "@tsconfig/strictest": "^2.0.8",
50 "@tsconfig/vite-react": "^7.0.2",
51 "@types/react": "^19.1.0",
52 "@types/react-dom": "^19.1.0",
53 "@vitejs/plugin-react": "^6.0.1",
54 "oxfmt": "^0.42.0",
55 "oxlint": "^1.57.0",
56 "oxlint-tsgolint": "^0.18.1",
57 "tailwindcss": "^4.2.2",
58 "typescript": "^6.0.2",
59 "vite": "^8.0.3"
60 },
61 "packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
62}