Add the Lucide vue package

This commit is contained in:
Bubka 2025-06-19 08:11:09 +02:00
parent b1b8e71cea
commit 01e56284ca
2 changed files with 12 additions and 0 deletions

11
package-lock.json generated
View File

@ -23,6 +23,7 @@
"file-saver": "^2.0.5",
"laravel-vite-plugin": "^1.0.2",
"laravel-vue-i18n": "^2.7.1",
"lucide-vue-next": "^0.517.0",
"php-parser": "^3.1.5",
"pinia": "^2.1.6",
"sass": "^1.67.0",
@ -2531,6 +2532,16 @@
"license": "MIT",
"peer": true
},
"node_modules/lucide-vue-next": {
"version": "0.517.0",
"resolved": "https://registry.npmjs.org/lucide-vue-next/-/lucide-vue-next-0.517.0.tgz",
"integrity": "sha512-kTrZCEaK2C918CCCeLdI6kTj8eSx1fXKN9bQM/eFpRi5E1be4/g1TDsKhorZLfXdpzpsub3zBtAe4btQsOW23A==",
"dev": true,
"license": "ISC",
"peerDependencies": {
"vue": ">=3.0.1"
}
},
"node_modules/magic-string": {
"version": "0.30.17",
"resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz",

View File

@ -25,6 +25,7 @@
"file-saver": "^2.0.5",
"laravel-vite-plugin": "^1.0.2",
"laravel-vue-i18n": "^2.7.1",
"lucide-vue-next": "^0.517.0",
"php-parser": "^3.1.5",
"pinia": "^2.1.6",
"sass": "^1.67.0",