add vuejs to package.json

This commit is contained in:
Son NK 2020-04-25 23:07:34 +02:00 committed by Son NK
parent ee315cfab8
commit 18d1b59845
3 changed files with 8 additions and 2 deletions

View File

@ -336,7 +336,7 @@
</div>
</div>
<!-- END Collapse section -->
</div>
</div>
{% endfor %}

View File

@ -98,6 +98,11 @@
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.10.0.tgz",
"integrity": "sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ=="
},
"vue": {
"version": "2.6.11",
"resolved": "https://registry.npmjs.org/vue/-/vue-2.6.11.tgz",
"integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ=="
}
}
}

View File

@ -21,6 +21,7 @@
"intro.js": "^2.9.3",
"notie": "^4.3.1",
"qrious": "^4.0.2",
"toastr": "^2.1.4"
"toastr": "^2.1.4",
"vue": "^2.6.11"
}
}