-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.89 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.89 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "github-profile-visualized",
"type": "module",
"version": "0.0.1",
"description": "Elegant GitHub Profile Visualization, Gain insights into your contributions, expertise, and community engagement with intuitive visualizations",
"author": "lonewolfyx (https://github.com/lonewolfyx)",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxi dev --dotenv .env",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "nuxt lint",
"lint:fix": "eslint --fix"
},
"homepage": "https://github.com/lonewolfyx/github-profile-visualized",
"repository": {
"type": "git",
"url": "git+https://github.com/lonewolfyx/github-profile-visualized.git"
},
"bugs": {
"url": "https://github.com/lonewolfyx/github-profile-visualized/issues"
},
"keywords": [
"github",
"profile",
"visualization",
"insights",
"contributions",
"expertise",
"community",
"intuitive",
"elegant",
"nuxt"
],
"dependencies": {
"@antv/g2": "^5.3.3",
"@tailwindcss/vite": "^4.1.11",
"@vueuse/core": "^13.4.0",
"axios": "^1.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"echarts": "^5.6.0",
"lucide-vue-next": "^0.525.0",
"modern-screenshot": "^4.6.5",
"motion-v": "^1.3.1",
"nuxt": "^3.17.5",
"reka-ui": "^2.3.1",
"shadcn-nuxt": "^2.2.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.4",
"vue": "^3.5.17",
"vue-echarts": "^7.0.3",
"vue-router": "^4.5.1",
"vue-sonner": "^2.0.1"
},
"devDependencies": {
"@iconify/vue": "^5.0.0",
"@nuxt/eslint": "^1.4.1",
"@nuxt/fonts": "^0.11.4",
"dayjs": "^1.11.13",
"eslint": "^9.30.0",
"sass-embedded": "^1.89.2",
"tippy.js": "^6.3.7",
"vue3-calendar-heatmap": "^2.0.5",
"web-random-utils": "^1.0.3"
}
}