-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 956 Bytes
/
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
{
"name": "wallet-verifier-ui",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix"
},
"devDependencies": {
"@nuxt/eslint": "^0.3.13",
"@nuxtjs/tailwindcss": "^6.12.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.1",
"daisyui": "^4.12.10",
"eslint": "^8.57.0"
},
"dependencies": {
"@headlessui/vue": "^1.7.22",
"@heroicons/vue": "^2.1.5",
"@pinia/nuxt": "^0.5.1",
"@sd-jwt/crypto-browser": "^0.7.2",
"@sd-jwt/crypto-nodejs": "^0.7.2",
"@sd-jwt/decode": "^0.7.2",
"@sd-jwt/types": "^0.7.2",
"axios": "^1.7.2",
"buffer": "^6.0.3",
"cbor-web": "^9.0.2",
"nuxt": "^3.12.2",
"pinia": "^2.1.7",
"qrcode.vue": "^3.4.1"
},
"overrides": {
"vue": "latest"
}
}