-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "github-trending-plus",
"description": "Alternative Github trending UI with some cool extra features",
"author": "Juan Martín Muda <[email protected]>",
"version": "0.6.13",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"keywords": [
"zircle",
"github",
"trending",
"ranking",
"repositories",
"developers"
],
"dependencies": {
"animejs": "^2.2.0",
"axios": "0.27.2",
"js-search": "^1.4.2",
"moment": "2.29.4",
"moment-duration-format": "^2.2.2",
"vue": "2.7.8",
"zircle": "^1.2.5"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/eslint-config-standard": "8.0.1",
"vue-template-compiler": "2.7.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zircleui/github-trending-plus.git"
},
"bugs": {
"url": "https://github.com/zircleui/github-trending-plus/issues"
},
"homepage": "https://github.com/zircleui/github-trending-plus#readme",
"license": "MIT"
}