-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
{
"name": "nuxt-iam",
"version": "0.1.0",
"description": "Nuxt authentication and authorization framework providing identity and access management.",
"keywords": [
"nuxt auth",
"auth",
"authentication",
"nuxt",
"nuxt 3",
"authorization",
"nuxt auth 3"
],
"author": "Jeremy Mwangelwa",
"license": "MIT",
"private": false,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"nuxt": "3.3.2"
},
"dependencies": {
"@pinia/nuxt": "^0.4.7",
"@prisma/client": "^4.12.0",
"@sendgrid/mail": "^7.7.0",
"@types/jsonwebtoken": "^8.5.9",
"@types/nodemailer": "^6.4.7",
"@types/uuid": "^9.0.0",
"argon2": "^0.30.2",
"dayjs": "^1.11.7",
"generate-password": "^1.7.0",
"google-auth-library": "^8.7.0",
"jsonwebtoken": "^9.0.0",
"nodemailer": "^6.8.0",
"nuxt-vue3-google-signin": "^0.0.8",
"pinia": "^2.0.33",
"prisma": "^4.8.1",
"save-dev": "^0.0.1-security",
"uuid": "^9.0.0"
}
}