-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 958 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 958 Bytes
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
{
"name": "GHAlyzer",
"version": "0.1.0",
"private": true,
"packageManager": "yarn@4.9.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cf:build": "opennextjs-cloudflare build",
"cf:deploy": "opennextjs-cloudflare deploy",
"cf:preview": "opennextjs-cloudflare preview"
},
"dependencies": {
"@octokit/auth-app": "^7.1.4",
"@octokit/rest": "^20.1.1",
"lucide-react": "^0.378.0",
"next": "^15.5.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^2.12.7"
},
"devDependencies": {
"@opennextjs/cloudflare": "^1.19.3",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"wrangler": "^4.84.1"
},
"resolutions": {
"fast-xml-parser": "^5.7.0"
}
}