-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.28 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.28 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --fix .",
"test": "vitest"
},
"dependencies": {
"@cloudflare/workers-types": "^4.20240405.0",
"@nuxt/content": "^2.12.1",
"@radix-icons/vue": "^1.0.0",
"@vueuse/core": "^10.9.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"lucide-vue-next": "^0.354.0",
"nanoid": "^5.0.7",
"nitro-cloudflare-dev": "^0.1.4",
"radix-vue": "^1.7.0",
"shadcn-nuxt": "^0.10.2",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"undici": "5.28",
"vue": "^3.4.23",
"vue-router": "^4.3.0",
"vue-sonner": "^1.1.2"
},
"devDependencies": {
"@nuxt/eslint": "^1.0.0",
"@nuxt/test-utils": "^3.15.4",
"@nuxtjs/i18n": "^9.1.0",
"@nuxtjs/supabase": "^1.1.3",
"@nuxtjs/tailwindcss": "^6.11.4",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.19.0",
"happy-dom": "^17.0.0",
"nuxt": "^3.13.0",
"nuxt-gtag": "^2.0.5",
"playwright-core": "^1.50.1",
"typescript": "^5.7.3",
"vitest": "^3.0.5",
"wrangler": "^3.50.0"
}
}