-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.22 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "gitlawb-node-explorer",
"private": true,
"version": "0.1.0",
"description": "Terminal-styled web explorer for a gitlawb node — browse repositories, agents, code, commits, pulls, issues, certs, and push events.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Gitlawb/node-explorer.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest",
"preview": "vite preview"
},
"dependencies": {
"@expo-google-fonts/jetbrains-mono": "^0.4.1",
"@radix-ui/react-accordion": "^1.2.20",
"@radix-ui/react-scroll-area": "^1.2.18",
"@radix-ui/react-select": "^2.3.7",
"@radix-ui/react-slot": "^1.3.3",
"@shuding/opentype.js": "^1.4.0-beta.0",
"@tailwindcss/postcss": "^4.3.3",
"@types/canvas-confetti": "^1.9.0",
"@vercel/og": "^0.11.1",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cobe": "^0.6.4",
"dompurify": "^3.4.11",
"gemoji": "^8.1.0",
"github-slugger": "^2.0.0",
"gsap": "^3.15.0",
"lucide-react": "^1.27.0",
"marked": "^18.0.5",
"marked-alert": "^2.1.2",
"marked-emoji": "^2.0.3",
"marked-footnote": "^1.4.0",
"marked-gfm-heading-id": "^4.1.4",
"marked-highlight": "^2.2.4",
"motion": "^13.1.0",
"next-themes": "^0.4.6",
"postcss": "^8.5.23",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-router-dom": "^7.17.0",
"shiki": "^4.3.0",
"tailwind-merge": "^3.6.0",
"tailwind-variants": "^3.3.0",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.3.0",
"@types/node": "^24.12.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.3.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"jsdom": "^29.1.1",
"playwright": "^1.60.0",
"tailwindcss": "^4.3.0",
"typescript": "~6.0.2",
"typescript-eslint": "^8.59.2",
"vite": "^8.0.12",
"vitest": "^4.1.9"
}
}