-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 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
{
"name": "github-contribution-graph-example",
"version": "1.0.0",
"description": "An example project of retrieving contribution graph from GitHub via API",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"date-fns": "2.21.1",
"next": "10.2.0",
"node-fetch": "2.6.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"victory": "35.5.1"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/node-fetch": "2.5.10",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/victory": "33.1.4",
"typescript": "4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuichkun/github-contribution-graph-example.git"
},
"keywords": [
"GitHub"
],
"author": "Yuichi Yogo",
"license": "MIT",
"bugs": {
"url": "https://github.com/yuichkun/github-contribution-graph-example/issues"
},
"homepage": "https://github.com/yuichkun/github-contribution-graph-example#readme"
}