-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"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 .",
"format": "prettier --write .",
"db:generate": "drizzle-kit generate"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.17",
"@nuxt/eslint": "^0.7.2",
"@nuxt/ui": "3.0.0-alpha.9",
"@nuxthub/core": "^0.8.7",
"drizzle-orm": "^0.37.0",
"drizzle-zod": "^0.5.1",
"nuxt": "^3.14.1592",
"nuxt-auth-utils": "^0.5.5",
"nuxt-emoji-picker": "1.1.0",
"resend": "^4.0.1",
"use-email": "^0.0.8",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-sonner": "^1.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@vueuse/core": "^12.0.0",
"@vueuse/nuxt": "^12.0.0",
"drizzle-kit": "^0.29.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "^5.7.2",
"vue-tsc": "^2.1.10",
"wrangler": "^3.92.0"
},
"packageManager": "pnpm@9.12.3"
}