-
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.26 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.26 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
{
"name": "use-wallet-example-react",
"type": "module",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"typecheck": "tsc --noEmit",
"test:e2e": "playwright test"
},
"dependencies": {
"@blockshake/defly-connect": "^1.2.1",
"@noble/ed25519": "3.0.1",
"@perawallet/connect": "^1.4.1",
"@txnlab/use-wallet-react": "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",
"canonify": "2.1.1",
"lute-connect": "^1.6.3",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/react": "18.3.28",
"@types/react-dom": "18.3.7",
"@typescript-eslint/eslint-plugin": "8.57.1",
"@typescript-eslint/parser": "8.57.1",
"@vitejs/plugin-react": "4.7.0",
"eslint": "8.57.1",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.5.2",
"typescript": "5.9.3",
"vite": "6.4.1",
"vite-plugin-node-polyfills": "0.25.0"
}
}