-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.85 KB
/
package.json
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
56
57
58
59
60
61
62
63
64
65
66
{
"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"
},
"dependencies": {
"@lucia-auth/adapter-drizzle": "^1.0.7",
"@nuxt/icon": "^1.4.0",
"@nuxt/image": "^1.7.0",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/svg-sprite": "^1.0.2",
"@pinia/nuxt": "^0.5.2",
"@vee-validate/zod": "^4.13.2",
"@vueuse/core": "^10.11.0",
"arctic": "^1.9.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.32.1",
"jsonwebtoken": "^9.0.2",
"lucia": "^3.2.0",
"lucide-vue-next": "^0.417.0",
"nodemailer": "^6.9.14",
"nuxt": "^3.12.4",
"nuxt-og-image": "^3.0.0-rc.64",
"oslo": "^1.2.1",
"pinia": "^2.2.0",
"postgres": "^3.4.4",
"radix-vue": "^1.9.2",
"shadcn-nuxt": "^0.10.4",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"vee-validate": "^4.13.2",
"vue": "latest",
"vue-sonner": "^1.1.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@iconify-json/codicon": "^1.1.50",
"@iconify-json/devicon-plain": "^1.1.46",
"@iconify-json/gg": "^1.1.9",
"@iconify-json/icon-park-outline": "^1.1.15",
"@iconify-json/lucide": "^1.1.203",
"@iconify-json/simple-icons": "^1.1.111",
"@iconify-json/solar": "^1.1.9",
"@iconify-json/tabler": "^1.1.118",
"@iconify-json/vscode-icons": "^1.1.36",
"@nuxtjs/color-mode": "^3.4.2",
"@nuxtjs/tailwindcss": "^6.12.1",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"@types/jsonwebtoken": "^9.0.6",
"@types/nodemailer": "^6.4.15",
"drizzle-kit": "^0.23.1",
"typescript": "^5.5.4"
},
"overrides": {
"vue": "latest"
}
}