CHORE Installing notyf

This commit is contained in:
Antoine M 2025-06-20 14:57:49 +02:00
parent ae2c0c539e
commit 97d322faec
2 changed files with 13 additions and 0 deletions

12
package-lock.json generated
View File

@ -9,6 +9,7 @@
"version": "3.0.0",
"license": "MIT",
"dependencies": {
"notyf": "^3.10.0",
"swiper": "^11.2.6"
},
"devDependencies": {
@ -1774,6 +1775,12 @@
"node": ">=0.10.0"
}
},
"node_modules/notyf": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/notyf/-/notyf-3.10.0.tgz",
"integrity": "sha512-Mtnp+0qiZxgrH+TzVlzhWyZceHdAZ/UWK0/ju9U0HQeDpap1mZ8cC7H5wSI5mwgni6yeAjaxsTw0sbMK+aSuHw==",
"license": "MIT"
},
"node_modules/object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
@ -4638,6 +4645,11 @@
"integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==",
"dev": true
},
"notyf": {
"version": "3.10.0",
"resolved": "https://registry.npmjs.org/notyf/-/notyf-3.10.0.tgz",
"integrity": "sha512-Mtnp+0qiZxgrH+TzVlzhWyZceHdAZ/UWK0/ju9U0HQeDpap1mZ8cC7H5wSI5mwgni6yeAjaxsTw0sbMK+aSuHw=="
},
"object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",

View File

@ -47,6 +47,7 @@
"tailwindcss": "^3.1.0"
},
"dependencies": {
"notyf": "^3.10.0",
"swiper": "^11.2.6"
}
}