-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.47 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.47 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
71
72
73
74
75
76
77
78
{
"name": "crypto-horizon",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@nuxt/eslint": "1.14.0",
"@nuxt/icon": "1.15.0",
"@nuxt/image": "1.11.0",
"@nuxtjs/color-mode": "3.5.2",
"@nuxtjs/seo": "3.2.2",
"@nuxtjs/supabase": "2.0.3",
"@types/node": "24.7.2",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"eslint": "9.39.2",
"eslint-plugin-vue": "10.7.0",
"nuxt": "4.2.1",
"tailwind-merge": "3.3.1",
"tw-animate-css": "1.4.0",
"typescript": "5.9.3",
"vue": "latest",
"vue-router": "^4.5.1",
"vue-tsc": "^1.6.4"
},
"dependencies": {
"@defillama/api": "0.1.3",
"@fontsource-variable/fira-code": "5.2.7",
"@fontsource-variable/geist-mono": "5.2.8",
"@fontsource-variable/jetbrains-mono": "5.2.8",
"@fontsource-variable/lora": "5.2.8",
"@fontsource-variable/montserrat": "5.2.8",
"@fontsource-variable/work-sans": "5.2.8",
"@fontsource/metropolis": "5.2.5",
"@iconify-json/ph": "1.2.2",
"@inspira-ui/plugins": "0.0.2",
"@lucide/vue": "1.20.0",
"@maz-ui/nuxt": "4.1.7",
"@pinia/nuxt": "0.11.2",
"@tailwindcss/vite": "4.1.14",
"@tanstack/vue-table": "8.21.3",
"@vee-validate/zod": "4.15.1",
"@vueuse/core": "13.3.0",
"chart.js": "4.5.0",
"chartjs-adapter-date-fns": "3.0.0",
"chartjs-plugin-annotation": "3.1.0",
"dayjs": "1.11.13",
"embla-carousel-auto-scroll": "8.6.0",
"embla-carousel-vue": "8.6.0",
"gsap": "3.13.0",
"gsap-vue": "0.2.8",
"leaflet": "1.9.4",
"lucide-vue-next": "0.513.0",
"maz-ui": "4.0.0",
"motion-v": "1.7.2",
"npm-check-updates": "18.0.1",
"pinia": "^3.0.2",
"reka-ui": "2.3.0",
"shadcn-nuxt": "2.4.3",
"simplex-noise": "4.0.3",
"tailwindcss": "4.1.14",
"tailwindcss-animate": "1.0.7",
"vaul-vue": "0.4.1",
"vee-validate": "4.15.1",
"vue-chartjs": "5.3.2",
"vue-map-ui": "0.0.18",
"vue-sonner": "2.0.1",
"zod": "3.25.76"
}
}