Add Bulma-switch package

This commit is contained in:
Bubka 2020-02-27 12:32:23 +01:00
parent b30219f407
commit 03dc14034f
2 changed files with 6 additions and 0 deletions

5
package-lock.json generated
View File

@ -1927,6 +1927,11 @@
"resolved": "https://registry.npmjs.org/bulma-checkradio/-/bulma-checkradio-1.1.1.tgz",
"integrity": "sha512-6Wn2faBiFkctSeiaQkeU2MbjkQeuXsN4AthBDEKrHGGPl5wmV2GEj4iZCqzvw7Te7baaHdU8PbUgrmlD5D6oGA=="
},
"bulma-switch": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/bulma-switch/-/bulma-switch-2.0.0.tgz",
"integrity": "sha512-myD38zeUfjmdduq+pXabhJEe3x2hQP48l/OI+Y0fO3HdDynZUY/VJygucvEAJKRjr4HxD5DnEm4yx+oDOBXpAA=="
},
"bytes": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",

View File

@ -31,6 +31,7 @@
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"bulma-checkradio": "^1.1.1",
"bulma-switch": "^2.0.0",
"v-clipboard": "^2.2.2",
"vue-axios": "^2.1.5",
"vue-i18n": "^8.15.3",