forked from TxnLab/use-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 844 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
{
"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",
"@perawallet/connect": "^1.4.1",
"@txnlab/use-wallet": "workspace:*",
"@txnlab/use-wallet-vue": "workspace:*",
"@walletconnect/modal": "^2.7.0",
"@walletconnect/sign-client": "^2.17.3",
"algosdk": "3.2.0",
"lute-connect": "^1.5.1",
"nuxt": "3.16.1",
"vue": "3.5.13",
"vue-router": "4.5.0"
},
"devDependencies": {
"typescript": "5.8.2",
"vue-tsc": "2.2.8"
}
}