This repository has been archived by the owner on Jul 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
57 lines (57 loc) · 1.47 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "gitlab-stats",
"version": "0.0.0-development",
"description": "Gitlab Explorer is a tool to visualize your groups, repositories, members and activities in your Gitlab space",
"main": "index.js",
"scripts": {
"snowpack": "snowpack",
"test": "",
"semantic-release": "semantic-release"
},
"keywords": [
"gitlab",
"data-visualization",
"tools-engineering"
],
"author": "Ahmad El-Alfy",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/ahmadalfy/gitlab-explorer"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"dependencies": {
"dexie": "^2.0.4",
"dexie-export-import": "^1.0.3",
"dexie-relationships": "^1.2.11",
"diff2html": "^3.4.35",
"downloadjs": "^1.4.7",
"highcharts": "^9.0.1",
"javascript-time-ago": "^2.3.4",
"highcharts": "^10.2.1",
"javascript-time-ago": "^2.5.9",
"lit-html": "^1.4.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"semantic-release": "^20.1.3",
"snowpack": "^1.7.1"
},
"snowpack": {
"webDependencies": [
"dexie",
"dexie-export-import",
"dexie-relationships",
"diff2html/bundles/js/diff2html.min.js",
"downloadjs",
"highcharts",
"javascript-time-ago",
"javascript-time-ago/locale/en/index.js",
"lit-html"
]
}
}