-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
{
"name": "web3-onboard-react-vite-ts",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@web3-onboard/common": "^2.0.4",
"@web3-onboard/fortmatic": "^2.0.2",
"@web3-onboard/gnosis": "^2.0.1",
"@web3-onboard/injected-wallets": "^2.0.2",
"@web3-onboard/keepkey": "^2.0.1",
"@web3-onboard/keystone": "^2.0.1",
"@web3-onboard/ledger": "^2.0.1",
"@web3-onboard/magic": "^2.0.0",
"@web3-onboard/portis": "^2.0.0",
"@web3-onboard/react": "^2.0.6",
"@web3-onboard/torus": "^2.0.1",
"@web3-onboard/trezor": "^2.0.2",
"@web3-onboard/walletconnect": "^2.0.1",
"@web3-onboard/walletlink": "^2.0.1",
"buffer": "^6.0.3",
"easymde": "^2.16.1",
"ethers": "^5.5.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-simplemde-editor": "^5.0.2",
"web3": "^1.7.3"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.7",
"daisyui": "^2.13.3",
"postcss": "^8.4.14",
"prettier": "2.6.1",
"rollup-plugin-polyfill-node": "^0.8.0",
"tailwindcss": "^3.0.24",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"vite-plugin-mix": "^0.3.1"
}
}