-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
35 lines (35 loc) · 872 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
{
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"preview": "nuxt preview",
"db:generate": "drizzle-kit generate",
"lint": "eslint .",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@iconify-json/simple-icons": "^1.2.11",
"@nuxt/eslint": "^0.6.1",
"@nuxt/ui": "^2.19.2",
"@nuxthub/core": "^0.8.5",
"@pinia/colada": "^0.12.0",
"@pinia/colada-nuxt": "^0.0.3",
"@pinia/nuxt": "^0.7.0",
"drizzle-kit": "^0.27.1",
"drizzle-orm": "0.36.0",
"h3-zod": "^0.5.3",
"nuxt": "^3.14.0",
"nuxt-auth-utils": "^0.5.2",
"pinia": "^2.2.6",
"zod": "^3.23.8"
},
"devDependencies": {
"@nuxt/devtools": "^1.6.0",
"@nuxt/eslint-config": "^0.6.1",
"eslint": "^9.14.0",
"typescript": "5.6.3",
"wrangler": "^3.84.1"
},
"packageManager": "pnpm@9.12.3"
}