-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.67 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
{
"name": "nuxt3-lucia-auth-template",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "A Nuxt.js Authentication template (login, register, email validation, reset password and oauth) using Lucia-Auth, Prisma, PostgreSQL and Mailtrap.",
"author": "Gianluca Iavicoli <info@gianlucaiavicoli.dev>",
"license": "MIT",
"homepage": "https://github.com/kalix127/Nuxt3-LuciaAuth-Template",
"repository": {
"type": "git",
"url": "git+https://github.com/kalix127/Nuxt3-LuciaAuth-Template.git"
},
"bugs": {
"url": "https://github.com/kalix127/Nuxt3-LuciaAuth-Template/issues"
},
"scripts": {
"build": "prisma generate && nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@iconify-json/line-md": "^1.1.39",
"@iconify-json/logos": "^1.1.44",
"@iconify-json/material-symbols": "^1.1.88",
"@iconify-json/mdi": "^1.1.68",
"@iconify-json/simple-icons": "^1.1.113",
"@iconify-json/solar": "^1.1.10",
"@lucia-auth/adapter-prisma": "^4.0.1",
"@nuxt/icon": "^1.4.5",
"@nuxtjs/tailwindcss": "^6.12.1",
"@prisma/client": "^5.18.0",
"@types/nodemailer": "^6.4.15",
"@vee-validate/zod": "^4.13.2",
"@vercel/speed-insights": "^1.0.12",
"@vueuse/core": "^11.0.1",
"arctic": "^1.9.2",
"bcrypt": "^5.1.1",
"daisyui": "^4.12.10",
"lucia": "^3.2.0",
"mailtrap": "^3.4.0",
"nuxt": "^3.12.4",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"prisma": "^5.18.0",
"tsx": "^4.16.5",
"vee-validate": "^4.13.2",
"vue": "latest",
"zod": "^3.23.8"
}
}