-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathpackage.json
35 lines (35 loc) · 875 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.23",
"@nuxt/eslint": "^1.0.1",
"@nuxt/ui": "^2.21.0",
"@nuxthub/core": "^0.8.16",
"@pinia/colada": "^0.13.5",
"@pinia/colada-nuxt": "^0.0.4",
"@pinia/nuxt": "^0.9.0",
"drizzle-kit": "^0.30.4",
"drizzle-orm": "0.39.2",
"h3-zod": "^0.5.3",
"nuxt": "^3.15.4",
"nuxt-auth-utils": "^0.5.14",
"pinia": "^2.3.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@nuxt/devtools": "^2.0.0",
"@nuxt/eslint-config": "^1.0.1",
"eslint": "^9.19.0",
"typescript": "5.7.3",
"wrangler": "^3.107.3"
},
"packageManager": "pnpm@10.2.1"
}