-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
95 lines (95 loc) · 2.74 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "telos-web-wallet",
"version": "2.4.1",
"description": "A Web Wallet for Telos",
"productName": "Telos Web Wallet",
"private": true,
"scripts": {
"dev": "quasar dev",
"build": "quasar build",
"lint": "eslint --ext .js,.ts,.vue ./",
"lint:fix": "eslint --fix --ext .js,.vue src",
"test": "jest --coverage"
},
"dependencies": {
"@eosrio/hyperion-stream-client": "^0.4.0-beta.5",
"@greymass/eosio": "^0.6.8",
"@metamask/detect-provider": "^2.0.0",
"@quasar/extras": "^1.0.0",
"@telosnetwork/telosevm-js": "0.2.6",
"@telosnetwork/ual-cleos": "1.13.1",
"@wagmi/core": "^1.3.7",
"@web3modal/ethereum": "2.7.0",
"@web3modal/html": "2.7.0",
"axios": "^1.6.1",
"babel-loader": "^8.1.0",
"bignumber.js": "^9.0.1",
"core-js": "^3.6.5",
"date-fns": "^2.29.3",
"decimal.js": "^10.4.3",
"dotenv": "^8.2.0",
"eos-common": "^0.8.0",
"eosjs": "^21.0.3",
"eosjs-ecc": "^4.0.7",
"erc-20-abi": "^1.0.0",
"ethers": "^5.5.1",
"jdenticon": "^3.1.1",
"mitt": "^3.0.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"numeral": "^2.0.6",
"pinia": "^2.0.33",
"ptokens": "^0.14.0",
"qrcanvas-vue": "^3.0.0",
"qrious": "4.0.2",
"quasar": "2",
"rxjs": "^7.8.0",
"ual-anchor": "^1.1.2",
"ual-oreid": "^1.0.0",
"ual-wombat": "^0.3.3",
"universal-authenticator-library": "^0.3.0",
"vue": "3",
"vue-i18n": "^9.0.0",
"vue-inline-svg": "^3.1.2",
"vue-router": "4",
"vue3-click-away": "^1.2.4",
"vue3-qrcode-reader": "^0.0.1",
"vuex": "4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.0.0",
"@quasar/app-webpack": "3",
"@quasar/quasar-app-extension-testing-unit-jest": "3.0.0-alpha.10",
"@types/jest": "^26.0.24",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"canvas": "^2.11.2",
"eslint": "^7.14.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-no-relative-import-paths": "^1.5.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-quasar": "^1.0.0",
"eslint-plugin-vue": "8.2.0",
"eslint-webpack-plugin": "^2.4.0",
"jest-fetch-mock": "^3.0.3"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
],
"engines": {
"node": ">= 16.10.0",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}