-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 821 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 821 Bytes
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
{
"name": "safe-signers",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write './src/**/*'"
},
"dependencies": {
"@dynamic-labs/ethereum": "^3.0.3",
"@dynamic-labs/sdk-react-core": "^3.0.3",
"@privy-io/react-auth": "^1.78.2",
"@safe-global/protocol-kit": "^4.0.4",
"@web3auth/base": "^8.12.2",
"@web3auth/ethereum-provider": "^8.12.3",
"@web3auth/modal": "^8.12.3",
"magic-sdk": "^28.4.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"viem": "^2.19.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"prettier": "^3.3.3",
"typescript": "^5"
}
}