Skip to content

Commit cb62ad1

Browse files
committed
web3 and axios added
1 parent fb7e054 commit cb62ad1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@
88
"lint": "vue-cli-service lint"
99
},
1010
"dependencies": {
11+
"axios": "^0.21.1",
1112
"bootstrap-vue": "^2.17.3",
1213
"core-js": "^3.6.5",
1314
"vue": "^2.6.11",
1415
"vue-router": "^3.4.9",
15-
"vuex": "^3.6.0"
16+
"vuex": "^3.6.0",
17+
"web3": "^1.3.1"
1618
},
1719
"devDependencies": {
1820
"@babel/polyfill": "^7.11.5",

0 commit comments

Comments
 (0)