-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.39 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
52
53
54
55
{
"name": "analytics",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"db:push": "drizzle-kit push",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio",
"ui:add": "pnpm dlx shadcn-vue add",
"auth:generate": "pnpm dlx auth generate --config ./server/utils/auth.ts",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check"
},
"dependencies": {
"@libsql/client": "^0.17.2",
"@tanstack/vue-table": "^8.21.3",
"@vee-validate/zod": "^4.15.1",
"@vueuse/core": "^14.2.1",
"@vueuse/nuxt": "^14.2.1",
"better-auth": "^1.6.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.4.2",
"drizzle-orm": "^0.45.2",
"nuxt": "^4.4.2",
"reka-ui": "^2.9.5",
"shadcn-nuxt": "2.5.3",
"tailwind-merge": "^3.5.0",
"vaul-vue": "^0.4.1",
"vee-validate": "^4.15.1",
"vue": "^3.5.32",
"vue-input-otp": "^0.3.2",
"vue-router": "^5.0.4",
"vue-sonner": "^2.0.9",
"zod": "3.25.76"
},
"devDependencies": {
"@nuxtjs/color-mode": "^4.0.0",
"@tailwindcss/vite": "^4.2.2",
"@types/node": "^25.6.0",
"drizzle-kit": "^0.31.10",
"oxfmt": "^0.44.0",
"oxlint": "^1.59.0",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0"
}
}