-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "npx nuxthub preview",
"deploy": "npx nuxthub deploy",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"db:generate": "drizzle-kit generate"
},
"dependencies": {
"@nuxt/eslint": "^0.6.0",
"@nuxt/icon": "^1.5.6",
"@nuxthub/core": "^0.7.34",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/mdc": "^0.9.2",
"@nuxtjs/tailwindcss": "^6.12.2",
"@pinia/nuxt": "^0.5.5",
"@trpc/server": "^10.45.2",
"@vee-validate/zod": "^4.14.6",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"@vueuse/router": "^11.1.0",
"cva": "1.0.0-beta.1",
"drizzle-orm": "^0.35.3",
"drizzle-zod": "^0.5.1",
"nuxt": "^3.13.2",
"nuxt-auth-utils": "^0.5.0",
"nuxt-time": "^1.0.2",
"radix-vue": "^1.9.7",
"superjson": "^2.2.1",
"tailwind-merge": "^2.5.4",
"trpc-nuxt": "^0.10.22",
"vee-validate": "^4.14.6",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/ph": "^1.2.1",
"@nuxt/eslint-config": "^0.6.0",
"@tailwindcss/typography": "^0.5.15",
"drizzle-kit": "^0.26.2",
"eslint": "^9.13.0",
"nuxt-cron": "^1.7.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vue-tsc": "^2.1.6",
"wrangler": "^3.81.0"
},
"packageManager": "[email protected]"
}