-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1020 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
36
37
38
39
{
"name": "nuxthub-starter",
"private": true,
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"preview": "nuxt preview",
"deploy": "nuxthub deploy",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "nuxt typecheck",
"db:generate": "drizzle-kit generate"
},
"dependencies": {
"@iconify-json/simple-icons": "^1.1.111",
"@nuxt/eslint": "^0.3.13",
"@nuxt/fonts": "^0.7.0",
"@nuxt/image": "^1.7.0",
"@nuxt/ui": "^2.17.0",
"@nuxt/ui-pro": "^1.3.1",
"@nuxthub/core": "^0.6.11",
"@nuxtjs/plausible": "^1.0.0",
"@paralleldrive/cuid2": "^2.2.2",
"drizzle-orm": "^0.31.2",
"nuxt": "^3.12.2",
"nuxt-auth-utils": "^0.0.25"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.3.13",
"drizzle-kit": "^0.22.7",
"eslint": "^9.4.0",
"eslint-plugin-tailwindcss": "^3.17.3",
"vue-tsc": "^2.0.21",
"wrangler": "^3.60.1",
"zod": "^3.23.8"
}
}