-
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.35 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.35 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": "nuxt4-logto",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.990.0",
"@aws-sdk/client-sesv2": "^3.986.0",
"@chenfengyuan/vue-qrcode": "^2.0.0",
"@iconify-json/lucide": "^1.2.89",
"@iconify-json/simple-icons": "^1.2.70",
"@logto/nuxt": "^1.2.8",
"@nuxt/image": "1.11.0",
"@nuxt/scripts": "0.13.2",
"@nuxt/ui": "^4.4.0",
"@nuxtjs/i18n": "^10.2.3",
"@nuxtjs/seo": "3.4.0",
"@otplib/plugin-base32-scure": "^13.3.0",
"@otplib/plugin-crypto": "^12.0.1",
"graphql": "^16.12.0",
"graphql-request": "^7.4.0",
"graphql-ws": "^6.0.7",
"jwt-decode": "^4.0.0",
"nuxt": "^4.3.1",
"nuxt-arpix-email-sender": "1.1.3",
"otplib": "^13.3.0",
"pino": "^10.3.1",
"pino-http": "^11.0.0",
"qrcode": "^1.5.4",
"rate-limiter-flexible": "^9.1.1",
"tailwindcss": "^4.1.18",
"zod": "^4.3.6"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.3",
"@nuxt/eslint": "^1.14.0",
"@types/node": "^25.2.2",
"dotenv-cli": "^11.0.0",
"eslint": "^9.39.2",
"pino-pretty": "^13.1.3",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.4"
}
}