-
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.13 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
{
"name": "use-wallet-example-nuxt",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint -c \"../../.eslintrc.json\" \"**/*.{js,ts}\"",
"typecheck": "npx nuxi typecheck",
"test:e2e": "playwright test"
},
"dependencies": {
"@blockshake/defly-connect": "^1.2.1",
"@noble/ed25519": "3.0.1",
"@perawallet/connect": "^1.4.1",
"@txnlab/use-wallet": "workspace:*",
"@txnlab/use-wallet-vue": "workspace:*",
"@walletconnect/modal": "^2.7.0",
"@walletconnect/sign-client": "^2.23.4",
"@web3auth/base": "9.7.0",
"@web3auth/base-provider": "9.7.0",
"@web3auth/modal": "9.7.0",
"@web3auth/single-factor-auth": "9.5.0",
"algosdk": "3.5.2",
"buffer": "6.0.3",
"canonify": "2.1.1",
"lute-connect": "^1.6.3",
"nuxt": "3.21.2",
"process": "0.11.10",
"tweetnacl": "1.0.3",
"vue": "3.5.30",
"vue-router": "4.6.4"
},
"devDependencies": {
"@types/node": "20.11.30",
"typescript": "5.9.3",
"vue-tsc": "2.2.12"
}
}