-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 850 Bytes
/
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
{
"name": "nuxt-guestbook",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"preview": "nuxt preview",
"migrations": "drizzle-kit generate:sqlite",
"lint": "eslint .",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.3",
"@nuxt/ui": "^2.18.5",
"@nuxt/ui-pro": "^1.4.2",
"@nuxthub/core": "^0.7.19",
"drizzle-kit": "^0.24.2",
"drizzle-orm": "^0.33.0",
"nuxt": "^3.13.2",
"nuxt-auth-utils": "^0.3.8",
"zod": "^3.23.8"
},
"devDependencies": {
"@nuxt/devtools": "^1.4.2",
"@nuxt/eslint-config": "^0.5.7",
"eslint": "^9.10.0",
"typescript": "5.6.2",
"wrangler": "^3.78.4"
},
"resolutions": {
"giget": "^1.2.1"
},
"packageManager": "pnpm@9.10.0"
}