one-day-update-vna

This commit is contained in:
TuanVT
2026-07-21 16:46:47 +07:00
parent cc1214a59f
commit 47f859c298
175 changed files with 15135 additions and 87 deletions
+22 -1
View File
@@ -9,15 +9,36 @@
"lint": "eslint"
},
"dependencies": {
"@radix-ui/react-popover": "^1.1.17",
"@radix-ui/react-tooltip": "^1.2.12",
"@reduxjs/toolkit": "^2.12.0",
"@tanstack/react-query": "^5.101.2",
"axios": "^1.18.1",
"clsx": "^2.1.1",
"countries-and-timezones": "^3.9.0",
"countries-list": "^3.4.1",
"iconsax-react": "^0.0.8",
"lottie-react": "^2.4.1",
"md5": "^2.3.0",
"moment": "^2.30.1",
"next": "16.2.9",
"nprogress": "^0.2.0",
"react": "19.2.4",
"react-dom": "19.2.4"
"react-dom": "19.2.4",
"react-icons": "^5.7.0",
"react-moment": "^2.0.2",
"react-redux": "^9.3.0",
"react-toastify": "^11.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/md5": "^2.3.6",
"@types/moment": "^2.13.0",
"@types/node": "^20",
"@types/nprogress": "^0.2.3",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-redux": "^7.1.34",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.2.9",