-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.02 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "github-contribution-graph",
"version": "2.0.2",
"description": "display your data visually with a github like contribution graph",
"homepage": "https://github.com/AyushSaini00/github-contribution-graph#readme",
"files": [
"dist"
],
"main": "./dist/github-contribution-graph.umd.js",
"module": "./dist/github-contribution-graph.es.js",
"exports": {
".": {
"import": "./dist/github-contribution-graph.es.js",
"require": "./dist/github-contribution-graph.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"date-fns": "^2.29.3"
},
"devDependencies": {
"vite": "^4.4.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AyushSaini00/github-contribution-graph.git"
},
"keywords": [
"github",
"contribution",
"chart"
],
"author": "Ayush Saini",
"bugs": {
"url": "https://github.com/AyushSaini00/github-contribution-graph/issues"
},
"license": "MIT"
}