-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.14 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
{
"name": "githubstats",
"version": "1.0.0",
"private": true,
"description": "Showcase and share your GitHub story — contribution graph, account age, active days, streaks, top languages and more, exportable as images.",
"keywords": [
"github",
"github-stats",
"github-profile",
"contribution-graph",
"developer-stats",
"nextjs",
"react",
"open-source",
"vercel"
],
"homepage": "https://githubstatss.vercel.app",
"repository": {
"type": "git",
"url": "git+https://github.com/PATILYASHH/githubstats.git"
},
"bugs": {
"url": "https://github.com/PATILYASHH/githubstats/issues"
},
"author": "Yash Patil (https://github.com/PATILYASHH)",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"bootstrap-icons": "^1.13.1",
"html-to-image": "^1.11.13",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"typescript": "^5.7.0"
}
}