This commit is contained in:
2024-09-03 21:36:01 +02:00
parent 7bc7b75fce
commit a6252a310d
5 changed files with 211 additions and 2 deletions

12
package-lock.json generated
View File

@ -4,6 +4,9 @@
"requires": true,
"packages": {
"": {
"dependencies": {
"canvas-confetti": "^1.9.3"
},
"devDependencies": {
"@garraflavatra/yeslint": "^1.1.0",
"eslint": "^8.57.0",
@ -1714,6 +1717,15 @@
"node": ">=6"
}
},
"node_modules/canvas-confetti": {
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/canvas-confetti/-/canvas-confetti-1.9.3.tgz",
"integrity": "sha512-rFfTURMvmVEX1gyXFgn5QMn81bYk70qa0HLzcIOSVEyl57n6o9ItHeBtUSWdvKAPY0xlvBHno4/v3QPrT83q9g==",
"funding": {
"type": "donate",
"url": "https://www.paypal.me/kirilvatev"
}
},
"node_modules/chalk": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",