This commit is contained in:
2026-01-05 13:50:16 +07:00
parent aae8e26135
commit 28a252f7d7
24 changed files with 13895 additions and 448 deletions

11
package-lock.json generated
View File

@@ -10,6 +10,7 @@
"dependencies": {
"@fancyapps/ui": "^6.1.7",
"@tippyjs/react": "^4.2.6",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.26",
"lightgallery": "^2.9.0",
"next": "16.0.10",
@@ -2749,6 +2750,16 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/date-fns": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.1.0.tgz",
"integrity": "sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/kossnocorp"
}
},
"node_modules/debug": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",