-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.07 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
58
59
60
61
62
63
64
{
"name": "avatio",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"package-check": "x npm-check-updates",
"package-update": "x npm-check-updates -u && install"
},
"devDependencies": {
"@iconify-json/entypo-social": "^1.2.2",
"@iconify-json/lucide": "^1.2.24",
"@iconify-json/simple-icons": "^1.2.21",
"@iconify-json/svg-spinners": "^1.2.2",
"@iconify-json/token": "^1.2.9",
"@nuxt/devtools": "^1.7.0",
"@nuxt/eslint": "^0.7.5",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.9.0",
"@nuxt/scripts": "^0.9.5",
"@nuxt/ui": "^2.21.0",
"@nuxtjs/robots": "^5.2.2",
"@nuxtjs/sitemap": "^7.2.3",
"@nuxtjs/supabase": "^1.4.6",
"@nuxtjs/turnstile": "^0.9.11",
"@tailwindcss/typography": "^0.5.16",
"@types/bun": "^1.2.0",
"@types/sanitize-html": "^2.13.0",
"@vue/eslint-config-prettier": "^10.2.0",
"@vueuse/nuxt": "^12.5.0",
"discordeno": "^21.0.0",
"eslint-plugin-prettier": "^5.2.3",
"nuxt": "^3.15.3",
"prettier": "^3.4.2",
"supabase": "^2.6.8",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.3"
},
"dependencies": {
"@nuxtjs/tailwindcss": "^6.13.1",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.48.1",
"@vercel/analytics": "^1.4.1",
"@vercel/edge-config": "^1.4.0",
"@yeger/vue-masonry-wall": "^5.0.17",
"aws4fetch": "^1.0.20",
"budoux": "^0.6.3",
"date-fns": "^4.1.0",
"marked": "^15.0.6",
"radix-vue": "^1.9.12",
"sanitize-html": "^2.14.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.1",
"vue": "latest",
"vue-draggable-plus": "^0.6.0",
"vue-router": "latest",
"zod": "^3.24.1"
}
}