-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 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
{
"name": "myauthenticator",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"db:generate": "drizzle-kit generate"
},
"dependencies": {
"@iconify/json": "^2.2.317",
"@nuxt/ui": "^3.0.0",
"@nuxthub/core": "0.8.18",
"@simplewebauthn/browser": "^13.1.0",
"@simplewebauthn/server": "^13.1.1",
"@steveyuowo/vue-hot-toast": "^1.3.2",
"@vite-pwa/nuxt": "0.10.6",
"@vueuse/nuxt": "13.0.0",
"drizzle-orm": "^0.40.0",
"long": "^5.3.1",
"nuxt": "^3.16.0",
"nuxt-auth-utils": "0.5.16",
"otpauth": "^9.3.6",
"protobufjs": "^7.4.0",
"qrcode.vue": "^3.6.0",
"uncrypto": "^0.1.3",
"vue-qrcode-reader": "^5.7.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@nuxt/devtools": "^2.3.0",
"@nuxt/eslint": "^1.2.0",
"drizzle-kit": "^0.30.5",
"eslint": "^9.22.0",
"typescript": "^5.8.2",
"wrangler": "^4.0.0"
},
"packageManager": "pnpm@9.15.1+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf"
}