-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.52 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
{
"name": "mvm-bridge",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "HOST=0.0.0.0 nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@foxone/mixin-sdk-jsbridge": "^0.5.2",
"@mixin.dev/mixin-node-sdk": "^4.6.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.2.2",
"@nuxtjs/proxy": "^2.1.0",
"@vue/composition-api": "^1.7.0",
"@web3-onboard/coinbase": "^2.0.9",
"@web3-onboard/injected-wallets": "^2.0.14",
"@web3-onboard/vue": "2.7.0",
"@web3-onboard/walletconnect": "2.0.7",
"bignumber.js": "^9.1.1",
"core-js": "^3.19.3",
"crypto-js": "^4.1.1",
"ethers": "^5.6.9",
"jssha": "^3.2.0",
"mathjs": "^10.6.1",
"mixin-node-sdk": "3.1.4",
"mixpayjs": "^2.1.0",
"nuxt": "^2.15.8",
"pako": "^2.0.4",
"qrcode": "^1.5.0",
"reconnecting-websocket": "^4.4.0",
"uuid": "^8.3.2",
"uuid-parse": "^1.1.0",
"vue": "^2.6.14",
"vue-awesome-countdown": "^1.1.4",
"vue-qrcode": "^1.0.1",
"vue-qrious": "^2.0.1",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"vue-translator": "^0.10.0",
"vuetify": "^2.6.1",
"web3modal": "^1.9.8",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/vuetify": "^1.12.3",
"push-dir": "^0.4.1"
}
}