forked from sallar/github-contributions-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 792 Bytes
/
package.json
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
{
"name": "github-contribution-chart",
"description": "Generate an image of all your GitHub contributions",
"version": "2.0.0",
"engines": {
"node": ">=16"
},
"dependencies": {
"@vercel/analytics": "^0.1.6",
"cheerio": "^1.0.0-rc.3",
"github-contributions-canvas": "^0.8.0",
"lodash": "^4.17.19",
"next": "^13.1.1",
"normalize.css": "^8.0.1",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sallar/github-contributions-chart/issues"
},
"author": "Sallar Kaboli <[email protected]>",
"scripts": {
"start": "next start",
"build": "next build",
"dev": "next dev"
}
}