-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
76 lines (76 loc) · 2.05 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
{
"name": "@meterio/explorer",
"version": "0.1.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-report": "vue-cli-service build --report",
"lint": "vue-cli-service lint",
"format": "./node_modules/.bin/prettier --write src/*"
},
"dependencies": {
"@safe-global/safe-apps-provider": "^0.17.0",
"@safe-global/safe-apps-sdk": "^8.1.0",
"@web3-onboard/coinbase": "2.2.5",
"@web3-onboard/core": "^2.21.0",
"@web3-onboard/gnosis": "^2.2.0",
"@web3-onboard/injected-wallets": "^2.10.4",
"@web3-onboard/walletconnect": "2.5.2",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"bootstrap-vue": "^2.21.2",
"chart.js": "^2.9.3",
"color": "^4.2.3",
"ethers": "^5.4.4",
"hex-encryption": "^1.0.1",
"mersenne-twister": "^1.1.0",
"moment": "^2.29.4",
"prismjs": "^1.27.0",
"regenerator-runtime": "^0.13.7",
"vue": "^2.7.14",
"vue-chartjs": "^3.5.1",
"vue-json-pretty": "^1.9.4",
"vue-prism-editor": "^1.3.0",
"vue-router": "^3.2.0",
"vuex": "^3.4.0",
"web3": "^1.7.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-vuex": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"babel-plugin-transform-remove-console": "^6.9.4",
"buffer": "^6.0.3",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.5.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"prettier": "^2.2.1",
"pug": "^3.0.0",
"pug-html-loader": "^1.1.5",
"pug-plain-loader": "^1.1.0",
"sass": "^1.65.1",
"sass-loader": "^13.3.2",
"stream-browserify": "^3.0.0",
"vue-template-compiler": "^2.7.14"
},
"eslintConfig": {
"root": true,
"env": {
"node": true,
"commonjs": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
]
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}