-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.24 KB
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
43
44
{
"name": "nuxtstarter",
"private": true,
"type": "module",
"scripts": {
"build": "bunx --bun nuxt build",
"dev": "bunx --bun nuxt dev",
"preview": "bunx --bun nuxt preview",
"postinstall": "bunx --bun nuxt prepare && bunx --bun skills update",
"lint": "eslint .",
"typecheck": "bunx --bun nuxt typecheck",
"gen:db": "bunx --bun nuxt db generate",
"gen:ba": "bunx --bun @better-auth/cli generate --config server/utils/auth.ts --output server/db/schema/auth.ts"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.86",
"@iconify-json/simple-icons": "^1.2.67",
"@libsql/client": "^0.17.0",
"@nuxt/image": "2.0.0",
"@nuxt/ui": "^4.4.0",
"@nuxthub/core": "0.10.4",
"@vueuse/core": "^14.1.0",
"better-auth": "^1.4.17",
"clsx": "^2.1.1",
"drizzle-kit": "^0.31.8",
"drizzle-orm": "^0.45.1",
"nitropack": "^2 || ^3",
"nuxi": ">=3",
"nuxt": "^4.3.0",
"nuxt-mcp-dev": "0.3.2",
"pinia": "^3.0.4",
"tailwindcss": "^4.1.18",
"vite": ">=6",
"zod": "^4.3.6"
},
"devDependencies": {
"@nuxt/eslint": "^1.13.0",
"eslint": "^9.39.2",
"typescript": "^5.9.3",
"vite-plugin-eslint2": "^5.0.4",
"vue-tsc": "^3.2.3"
},
"packageManager": "bun@1.3.6"
}