-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.69 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.69 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
79
80
81
82
83
84
85
86
87
{
"name": "5stack.gg",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build --standalone",
"dev": "nuxt dev --host 0.0.0.0",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"codegen": "bash -c '. ./.env && zeus https://$NUXT_PUBLIC_API_DOMAIN/v1/graphql ./generated --ts --td --header=x-hasura-admin-secret:$HASURA_GRAPHQL_ADMIN_SECRET && ./scripts/patch-zeus-codegen.sh'",
"check-translations": "node scripts/check-translations.js",
"wrangler": "wrangler"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250508.0",
"@nuxt/devtools": "^2.4.0",
"@nuxt/image": "^1.10.0",
"@nuxtjs/apollo": "^5.0.0-alpha.14",
"@nuxtjs/i18n": "^9.5.4",
"@nuxtjs/tailwindcss": "^6.14.0",
"@types/simple-peer": "^9.11.8",
"@vite-pwa/nuxt": "^1.0.0",
"autoprefixer": "^10.4.21",
"glob": "^11.0.2",
"nuxt": "^3.17.2",
"postcss": "^8.5.3",
"postcss-nesting": "^13.0.1",
"sass": "^1.87.0",
"shadcn-nuxt": "^2.1.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"vue": "^3.5.13",
"vue-router": "^4.5.1",
"workbox-core": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"wrangler": "^4.14.4"
},
"dependencies": {
"@apollo/client": "^3.13.8",
"@graphql-typed-document-node/core": "^3.2.0",
"@iconify-json/radix-icons": "^1.2.2",
"@iconify/vue": "^5.0.0",
"@nuxtjs/color-mode": "^3.5.2",
"@pinia/nuxt": "^0.11.0",
"@radix-icons/vue": "^1.0.0",
"@tailwindcss/forms": "^0.5.10",
"@tanstack/vue-table": "^8.21.3",
"@vee-validate/zod": "^4.15.0",
"@vue/apollo-composable": "^4.2.2",
"@vueuse/core": "^14.2.0",
"ansi-to-html": "^0.7.2",
"aws4fetch": "^1.0.20",
"chart.js": "^4.4.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"countries-and-timezones": "^3.8.0",
"country-flag-emoji-polyfill": "^0.1.8",
"eventemitter3": "^5.0.1",
"fflate": "^0.8.2",
"graphql-tag": "^2.12.6",
"graphql-ws": "^6.0.4",
"graphql-zeus": "^7.0.5",
"javascript-time-ago": "^2.5.11",
"lucide-vue-next": "^0.508.0",
"minisearch": "^7.1.2",
"monaco-editor": "^0.55.1",
"node-fetch": "^3.3.2",
"overlayscrollbars": "^2.14.0",
"overlayscrollbars-vue": "^0.5.9",
"pev2": "^1.20.1",
"pinia": "^3.0.2",
"reka-ui": "^2.8.0",
"simple-peer": "^9.11.1",
"tailwind-merge": "^3.2.0",
"tailwindcss-animate": "^1.0.7",
"typesense": "^2.0.3",
"uuid": "^11.1.0",
"vaul-vue": "^0.4.1",
"vee-validate": "^4.15.0",
"vue-chartjs": "^5.3.2",
"zod": "^3.24.4"
},
"packageManager": "yarn@4.11.0"
}