-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.27 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
{
"name": "gitbox",
"private": true,
"version": "5.1.0",
"description": "Generate details your statistics of Github data information when searching",
"keywords": [
"git",
"github",
"gitbox",
"api",
"RESTful API",
"metrics",
"repository",
"vue",
"axios",
"pinia",
"typescript",
"javascript"
],
"homepage": "https://github.com/thuongtruong1009/gitbox#readme",
"bugs": {
"url": "https://github.com/thuongtruong1009/gitbox/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thuongtruong1009/gitbox"
},
"funding": "https://paypal.me/thuongtruong1009",
"license": "MIT",
"author": "Thuong Truong <thuongtruong1009@proton.me>",
"scripts": {
"dev": "vite --port 3000 --open",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^0.27.2",
"pinia": "^2.0.12",
"query-string": "^7.1.1",
"vue": "^3.2.25",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"vite-plugin-windicss": "^1.8.3",
"vue-tsc": "^0.29.8",
"windicss": "^3.5.1"
}
}