generated from punk-domains-2/ionic-id-frontend
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 745 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 745 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
{
"name": "ionic-id-frontend",
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.7.1",
"@gnosis.pm/safe-apps-provider": "^0.15.1",
"@gnosis.pm/safe-apps-sdk": "^7.8.0",
"@walletconnect/ethereum-provider": "2.9.0",
"@walletconnect/modal": "2.5.9",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"ethers": "^5.4.7",
"vue": "^3.2.16",
"vue-dapp": "0.9.1",
"vue-gtag": "^2.0.1",
"vue-router": "4",
"vue-toastification": "^2.0.0-rc.5",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.2",
"typescript": "^4.4.3",
"vite": "^2.6.0"
}
}