-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
100 lines (100 loc) · 2.83 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
96
97
98
99
100
{
"name": "teloscan",
"version": "1.5.0",
"description": "Teloscan block explorer",
"productName": "Teloscan",
"author": "Jesse Schulman <jesse@caleos.io>",
"private": true,
"scripts": {
"dev": "quasar dev",
"build": "quasar build",
"lint": "eslint --ext .js,.vue ./",
"test": "jest",
"nuke": "rm -rf node_modules && yarn cache clean && yarn install"
},
"dependencies": {
"@download/blockies": "^1.0.3",
"@eosrio/hyperion-stream-client": "^0.4.0-beta.5",
"@ethereumjs/tx": "^3.5.0",
"@metamask/detect-provider": "^2.0.0",
"@quasar/extras": "^1.0.0",
"@telosnetwork/telosevm-js": "^0.2.6",
"@wagmi/core": "^1.3.7",
"@web3modal/ethereum": "2.7.0",
"@web3modal/html": "2.7.0",
"axios": "^1.7.4",
"axios-time": "^1.0.0",
"babel-loader": "^8.1.0",
"big.js": "^6.2.1",
"bn.js": "^5.2.0",
"core-js": "^3.6.5",
"date-fns": "^2.29.3",
"dotenv": "^8.2.0",
"eosjs": "^21.0.3",
"eosjs-ecc": "^4.0.7",
"erc-20-abi": "^1.0.0",
"ethereumjs-util": "^7.1.4",
"ethers": "^5.5.1",
"fs": "^0.0.1-security",
"highlight.js": "10",
"highlightjs-solidity": "^2.0.3",
"js-big-decimal": "^1.4.1",
"moment": "^2.29.4",
"oreid-js": "^4.7.1",
"oreid-webpopup": "^2.4.0",
"qrious": "^4.0.2",
"quasar": "2",
"rxjs": "^7.8.0",
"ual-anchor": "^1.0.0",
"ual-wombat": "^0.3.3",
"universal-authenticator-library": "^0.3.0",
"vue": "3",
"vue-i18n": "^9.9.0",
"vue-inline-svg": "^3.1.2",
"vue-json-pretty": "^2.2.4",
"vue-json-viewer": "3",
"vue-router": "4",
"vuex": "4",
"web3": "^4.0.1"
},
"devDependencies": {
"@babel/core": "7.19.3",
"@babel/eslint-parser": "^7.13.14",
"@babel/preset-env": "7.19.3",
"@babel/preset-typescript": "^7.23.0",
"@quasar/app-webpack": "3.6.2",
"@quasar/quasar-app-extension-qmediaplayer": "^2.0.0-beta.6",
"@types/jest": "29.1.1",
"@types/lodash": "^4.14.182",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vue/test-utils": "2.1.0",
"@vue/vue3-jest": "29",
"babel-jest": "29.1.2",
"eslint": "^8.32.0",
"eslint-plugin-jest": "27.1.0",
"eslint-plugin-vue": "^9.0.0",
"eslint-webpack-plugin": "^2.4.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "29.1.2",
"jest-serializer-vue": "^2.0.2",
"node-polyfill-webpack-plugin": "^2.0.1",
"ts-jest": "^29.1.1"
},
"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": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}