Bruno Predot

Installation de lucide-vue-next pour librairie d'icônes.

1 0.1.2: 1 0.1.2:
2 - Ajout fichier .prettierignore. 2 - Ajout fichier .prettierignore.
3 - Installation module vuetify + modif script lint dans package.json. 3 - Installation module vuetify + modif script lint dans package.json.
  4 +- Installation de lucide-vue-next pour librairie d'icônes.
4 5
5 0.1.1: 6 0.1.1:
6 - Installation et configuration d'eslint et prettier. 7 - Installation et configuration d'eslint et prettier.
@@ -20,6 +20,7 @@ @@ -20,6 +20,7 @@
20 "@vueuse/core": "^13.1.0", 20 "@vueuse/core": "^13.1.0",
21 "@vueuse/nuxt": "^13.1.0", 21 "@vueuse/nuxt": "^13.1.0",
22 "eslint": "^9.25.1", 22 "eslint": "^9.25.1",
  23 + "lucide-vue-next": "^0.503.0",
23 "nuxt": "^3.16.2", 24 "nuxt": "^3.16.2",
24 "pinia": "^3.0.2", 25 "pinia": "^3.0.2",
25 "pinia-plugin-persistedstate": "^4.2.0", 26 "pinia-plugin-persistedstate": "^4.2.0",
@@ -11560,6 +11561,15 @@ @@ -11560,6 +11561,15 @@
11560 "yallist": "^3.0.2" 11561 "yallist": "^3.0.2"
11561 } 11562 }
11562 }, 11563 },
  11564 + "node_modules/lucide-vue-next": {
  11565 + "version": "0.503.0",
  11566 + "resolved": "https://registry.npmjs.org/lucide-vue-next/-/lucide-vue-next-0.503.0.tgz",
  11567 + "integrity": "sha512-3MrtHIBdh4dPCUZDLxQnvmQ17UzUnBYgezUSIo87Laais8hOz6qIPllp0iG/uS/UIzk7bJxyZRzoZTW/gLSr4A==",
  11568 + "license": "ISC",
  11569 + "peerDependencies": {
  11570 + "vue": ">=3.0.1"
  11571 + }
  11572 + },
11563 "node_modules/luxon": { 11573 "node_modules/luxon": {
11564 "version": "3.6.1", 11574 "version": "3.6.1",
11565 "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.6.1.tgz", 11575 "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.6.1.tgz",
@@ -26,6 +26,7 @@ @@ -26,6 +26,7 @@
26 "@vueuse/core": "^13.1.0", 26 "@vueuse/core": "^13.1.0",
27 "@vueuse/nuxt": "^13.1.0", 27 "@vueuse/nuxt": "^13.1.0",
28 "eslint": "^9.25.1", 28 "eslint": "^9.25.1",
  29 + "lucide-vue-next": "^0.503.0",
29 "nuxt": "^3.16.2", 30 "nuxt": "^3.16.2",
30 "pinia": "^3.0.2", 31 "pinia": "^3.0.2",
31 "pinia-plugin-persistedstate": "^4.2.0", 32 "pinia-plugin-persistedstate": "^4.2.0",