-
Notifications
You must be signed in to change notification settings - Fork 74
/
Copy pathpackage.json
35 lines (35 loc) · 874 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.20",
"@nuxt/eslint": "^0.7.5",
"@nuxt/ui": "^2.21.0",
"@nuxthub/core": "^0.8.11",
"@pinia/colada": "^0.13.3",
"@pinia/colada-nuxt": "^0.0.4",
"@pinia/nuxt": "^0.9.0",
"drizzle-kit": "^0.30.1",
"drizzle-orm": "0.38.3",
"h3-zod": "^0.5.3",
"nuxt": "^3.15.2",
"nuxt-auth-utils": "^0.5.7",
"pinia": "^2.3.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@nuxt/devtools": "^1.7.0",
"@nuxt/eslint-config": "^0.7.5",
"eslint": "^9.18.0",
"typescript": "5.7.3",
"wrangler": "^3.102.0"
},
"packageManager": "[email protected]"
}