-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.71 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "wallet",
"displayName": "Wallet",
"version": "0.0.1",
"description": "A basic Plasmo extension.",
"author": "Skyhigh",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"test": "plasmo test",
"format": "pnpm prettier --write './**/*.tsx'"
},
"dependencies": {
"@alchemy/aa-core": "^1.1.0",
"@plasmohq/storage": "^1.9.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@walletconnect/sign-client": "^2.10.4",
"@web3auth/base": "^7.1.0",
"@web3auth/ethereum-provider": "^7.1.1",
"@web3auth/modal": "^7.1.1",
"@web3auth/no-modal": "^7.1.1",
"@web3auth/openlogin-adapter": "^7.1.1",
"@zerodev/sdk": "^4.2.1",
"@zerodev/web3auth": "^4.2.6",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"ethers": "^6.8.1",
"hook": "link:@plasmohq/storage/hook",
"lucide-react": "^0.292.0",
"moment": "^2.29.4",
"plasmo": "0.84.0",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.18.0",
"secure": "link:@plasmohq/storage/secure",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"viem": "^1.18.4",
"zustand": "^4.4.6"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.0",
"@types/chrome": "0.0.245",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"prettier": "3.0.3",
"tailwindcss": "^3.3.5",
"typescript": "5.2.2"
},
"manifest": {
"host_permissions": [
"https://*/*"
],
"permissions": [
"tabs"
]
}
}