-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.03 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
{
"name": "prayer-tracker",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio"
},
"dependencies": {
"@libsql/client": "^0.15.15",
"@netlify/functions": "^4.3.0",
"@nuxt/eslint": "1.9.0",
"@nuxt/ui": "4.0.1",
"@tailwindcss/vite": "^4.1.14",
"@vite-pwa/nuxt": "^1.0.4",
"@vueuse/core": "^13.9.0",
"better-auth": "^1.3.27",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.44.6",
"eslint": "^9.37.0",
"nuxt": "^4.1.3",
"ofetch": "^1.4.1",
"tailwindcss": "^4.1.14",
"taqwim-core-utils": "^0.1.1",
"typescript": "^5.9.3",
"vue": "^3.5.22",
"vue-router": "^4.5.1",
"zod": "^4.1.12"
},
"devDependencies": {
"@iconify-json/logos": "^1.2.9",
"@iconify-json/lucide": "^1.2.69",
"@iconify-json/twemoji": "^1.2.4",
"@types/node": "^24.7.2",
"drizzle-kit": "^0.31.5"
}
}