-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "zinu_fe",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.5.3",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@rollup/plugin-inject": "^4.0.4",
"@walletconnect/web3-provider": "^1.8.0",
"@web3-onboard/coinbase": "^2.1.3",
"@web3-onboard/core": "^2.8.5",
"@web3-onboard/injected-wallets": "^2.2.4",
"@web3-onboard/vue": "^2.2.5",
"@web3-onboard/walletconnect": "^2.1.3",
"@web3-onboard/walletlink": "^2.1.3",
"axios": "^0.27.2",
"buffer": "^6.0.3",
"ethers": "^5.7.1",
"events": "^3.3.0",
"luxon": "^3.0.4",
"pinia": "^2.0.17",
"stream": "^0.0.2",
"util": "^0.12.4",
"vue": "^3.2.37",
"vue-router": "^4.1.3",
"web3": "^1.7.5",
"web3modal": "^1.9.9"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.1",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"vite": "^3.0.4"
}
}