feat: added color-picker-converter.vue

This commit is contained in:
Corentin Thomasset 2021-04-01 18:47:42 +02:00
parent f1d8d55cce
commit 4fdc09a787
No known key found for this signature in database
GPG key ID: DBD997E935996158
3 changed files with 237 additions and 7 deletions

View file

@ -17,6 +17,8 @@
"@nuxtjs/pwa": "^3.0.2",
"@nuxtjs/toast": "^3.3.1",
"bip39": "^3.0.3",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"core-js": "^3.6.5",
"crypto-js": "^4.0.0",
"nuxt": "^2.14.12",
@ -32,6 +34,8 @@
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/vuetify": "^1.11.2",
"@types/color-convert": "^2.0.0",
"@types/color-name": "^1.1.1",
"@types/crypto-js": "^4.0.1",
"@vue/test-utils": "^1.1.0",
"babel-core": "7.0.0-bridge.0",