This commit is contained in:
2026-03-13 13:54:45 +07:00
parent a8e30f32a0
commit 25111ff10e
120 changed files with 4213 additions and 4859 deletions

View File

@@ -11,10 +11,12 @@
"dependencies": {
"@fancyapps/ui": "^6.1.7",
"@tippyjs/react": "^4.2.6",
"@types/dompurify": "^3.0.5",
"date-fns": "^4.1.0",
"dompurify": "^3.3.3",
"framer-motion": "^12.23.26",
"lightgallery": "^2.9.0",
"next": "16.0.10",
"next": "^16.1.6",
"postcss": "^8.5.6",
"react": "19.2.1",
"react-dom": "19.2.1",
@@ -27,12 +29,18 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"daisyui": "^5.5.14",
"eslint": "^9",
"eslint-config-next": "16.0.10",
"eslint": "^9.39.4",
"eslint-config-next": "^16.1.6",
"eslint-config-prettier": "^10.1.8",
"msw": "^2.12.7",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.18",
"typescript": "^5"
"typescript": "^5.9.3"
},
"msw": {
"workerDirectory": [
"public"
]
}
}