-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.37 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.37 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
{
"name": "nuxt-app",
"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:pg",
"db:push": "drizzle-kit push:pg",
"db:introspect": "drizzle-kit introspect:pg",
"db:studio": "drizzle-kit studio"
},
"dependencies": {
"@lucia-auth/adapter-drizzle": "^1.0.7",
"@tailwindcss/vite": "^4.1.18",
"@vueuse/core": "^14.1.0",
"arctic": "^3.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.45.1",
"lucia": "^3.1.1",
"lucide-vue-next": "^0.562.0",
"oslo": "^1.2.0",
"pg": "^8.16.3",
"radix-vue": "^1.9.17",
"reka-ui": "^2.7.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.5.26",
"vue-router": "^4.6.4",
"vue-sonner": "^2.0.9"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.15",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.63",
"@nuxt/icon": "^1.12.0",
"@nuxtjs/google-fonts": "latest",
"@nuxtjs/seo": "^3.3.0",
"@types/pg": "^8.16.0",
"drizzle-kit": "^0.31.8",
"nuxt": "^4.2.2",
"nuxt-typed-router": "^4.0.2",
"shadcn-nuxt": "^2.4.3",
"typescript": "^5.9.3"
}
}