-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "nuxt-app",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"db:generate": "drizzle-kit generate",
"postinstall": "nuxt prepare",
"automd": "automd"
},
"dependencies": {
"@nuxt/ui-pro": "^1.4.4",
"@nuxthub/core": "^0.8.3",
"drizzle-orm": "^0.35.3",
"nuxt": "^3.14.159",
"nuxt-auth-utils": "^0.5.0",
"nuxt-security": "2.0.0-rc.9",
"resend": "^4.0.0",
"uncrypto": "^0.1.3",
"vue": "latest",
"vue-router": "^4.4.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/noto": "^1.2.1",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.10",
"@nuxt/eslint": "^0.6.0",
"automd": "^0.3.12",
"drizzle-kit": "^0.26.2",
"eslint": "^9.13.0",
"typescript": "^5.6.3",
"wrangler": "^3.83.0"
},
"packageManager": "[email protected]"
}