-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.33 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.33 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
77
78
{
"name": "ghrelease",
"version": "2.0.3",
"description": "GitHub Release page with better UX. Read and discover release notes of any GitHub public repository with ease.",
"repository": {
"type": "git",
"url": "git+https://github.com/fityannugroho/ghrelease.git"
},
"author": "fityannugroho (https://github.com/fityannugroho)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fityannugroho/ghrelease/issues"
},
"homepage": "https://github.com/fityannugroho/ghrelease#readme",
"funding": {
"url": "https://github.com/sponsors/fityannugroho",
"type": "github"
},
"type": "module",
"engines": {
"node": ">=22.0.0",
"pnpm": ">=9.0.0"
},
"scripts": {
"dev": "vinext dev",
"build": "vinext build",
"start": "node .output/server/index.mjs",
"lint": "biome check .",
"lint:fix": "biome check --write ."
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@tanstack/react-form": "^1.28.5",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-query-devtools": "^5.91.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"dayjs": "^1.11.20",
"lucide-react": "^0.577.0",
"next-themes": "^0.4.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-markdown": "^10.1.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"remark-github": "^12.0.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"vinext": "^0.0.30",
"vite": "^7.3.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.4.7",
"@tailwindcss/postcss": "^4.2.1",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-rsc": "^0.5.21",
"next": "^16.1.7",
"nitro": "3.0.260311-beta",
"postcss": "^8.5.8",
"react-server-dom-webpack": "^19.2.4",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
}
}