-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
81 lines (81 loc) · 2.76 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "waltid-web-wallet",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js"
},
"dependencies": {
"@metamask/detect-provider": "^1.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@near-wallet-selector/coin98-wallet": "^7.8.2",
"@near-wallet-selector/core": "^7.8.2",
"@near-wallet-selector/default-wallets": "^7.8.2",
"@near-wallet-selector/here-wallet": "^7.8.2",
"@near-wallet-selector/ledger": "^7.8.2",
"@near-wallet-selector/math-wallet": "^7.8.2",
"@near-wallet-selector/meteor-wallet": "^7.8.2",
"@near-wallet-selector/modal-ui": "^7.8.2",
"@near-wallet-selector/my-near-wallet": "^7.8.2",
"@near-wallet-selector/narwallets": "^7.8.2",
"@near-wallet-selector/near-wallet": "^7.8.2",
"@near-wallet-selector/nearfi": "^7.8.2",
"@near-wallet-selector/neth": "^7.8.2",
"@near-wallet-selector/nightly": "^7.8.2",
"@near-wallet-selector/nightly-connect": "^7.8.2",
"@near-wallet-selector/opto-wallet": "^7.8.2",
"@near-wallet-selector/sender": "^7.8.2",
"@near-wallet-selector/wallet-connect": "^7.8.2",
"@near-wallet-selector/welldone-wallet": "^7.8.2",
"@near-wallet-selector/xdefi": "^7.8.2",
"@nuxtjs/auth-next": "5.0.0-1667386184.dfbbb54",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/i18n": "^7.3.1",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/robots": "<3",
"@nuxtjs/toast": "^3.3.1",
"@onflow/fcl": "^1.4.0",
"@onflow/transport-http": "^1.6.0",
"@open-wc/webpack-import-meta-loader": "^0.4.7",
"@polkadot/extension-dapp": "^0.45.4",
"@polkadot/util-crypto": "^11.1.2",
"@taquito/beacon-wallet": "^14.2.0",
"@taquito/taquito": "^14.2.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/composition-api": "^1.7.1",
"@walletconnect/web3-provider": "^1.8.0",
"axios": "^0.24.0",
"bootstrap": "^5.2.3",
"bootstrap-vue": "^2.23.1",
"core-js": "^3.29.0",
"is-https": "^4.0.0",
"jquery": "^3.6.3",
"js-cookie": "^3.0.1",
"moment": "^2.29.4",
"near-api-js": "^1.1.0",
"nuxt": "^2.16.1",
"qr-scanner": "^1.4.2",
"qrious": "^4.0.2",
"vue-compat": "^0.0.1",
"vue3-clipboard": "^1.0.0",
"web3modal": "^1.9.12"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@nuxt/typescript-build": "^3.0.1",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.1.0",
"@onflow/types": "^1.0.5",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.20.0",
"sass": "^1.58.3",
"sass-loader": "^10.4.1"
}
}