-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.1 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
47
48
49
{
"name": "bathtiles.js",
"version": "1.3.10",
"type": "module",
"description": "a heatmap similar to github's commit tracker and leetcode's submission tracker",
"main": "bathtiles.js",
"files": [
"bathtiles.js",
"bathtiles.umd.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Laurenyoo/bathtiles.js.git"
},
"keywords": [
"heatmap",
"githubheatmap",
"leetcodeheatmap",
"leetcode",
"github",
"tiles",
"tile",
"tilemap",
"bathtiles",
"bathtile"
],
"author": "Lauren Yoo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Laurenyoo/bathtiles.js/issues"
},
"homepage": "https://github.com/Laurenyoo/bathtiles.js#readme",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"d3": "^7.9.0",
"style-loader": "^4.0.0",
"typescript": "^5.5.3",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"d3": "^7.9.0",
"tippy.js": "^6.3.7"
}
}