-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.21 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
45
46
47
48
49
50
51
{
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"preview": "npx nuxthub preview",
"db:generate": "drizzle-kit generate",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "nuxt prepare",
"typecheck": "nuxi typecheck"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.92",
"@iconify-json/simple-icons": "^1.2.71",
"@libsql/client": "^0.17.0",
"@nuxt/ui": "^4.4.0",
"@nuxthub/core": "^0.10.6",
"@pinia/colada": "^0.21.4",
"@pinia/colada-nuxt": "^0.3.1",
"@pinia/nuxt": "^0.11.3",
"drizzle-kit": "^0.31.9",
"drizzle-orm": "0.45.1",
"nuxt": "^4.3.1",
"nuxt-auth-utils": "^0.5.29",
"pinia": "^3.0.4",
"zod": "^4.3.6"
},
"devDependencies": {
"@nuxt/devtools": "^3.2.1",
"@nuxt/eslint": "^1.15.1",
"baseline-browser-mapping": "^2.10.0",
"eslint": "^10.0.0",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.4"
},
"packageManager": "pnpm@10.30.1",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@tailwindcss/oxide",
"better-sqlite3",
"esbuild",
"libpq",
"sharp",
"unrs-resolver",
"vue-demi",
"workerd"
]
}
}