complete asan service gps

This commit is contained in:
Alihaghighattalab
2024-09-03 16:29:35 +03:30
parent 10a6a746ed
commit 00835e3733
28 changed files with 693 additions and 284 deletions
+12 -8
View File
@@ -24,7 +24,6 @@
"clsx": "^2.1.1",
"framer-motion": "^11.3.28",
"iconsax-react": "^0.0.8",
"iranianbanklogos": "^3.1.2",
"moment-jalaali": "^0.10.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
@@ -37,7 +36,8 @@
"typescript": "^4.9.5",
"web-vitals": "^2.1.4",
"yup": "^1.4.0",
"zustand": "^4.5.5"
"zustand": "^4.5.5",
"zustand-persist": "^0.4.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.51.15",
@@ -10587,12 +10587,6 @@
"node": ">= 10"
}
},
"node_modules/iranianbanklogos": {
"version": "3.1.2",
"resolved": "https://registry.npmjs.org/iranianbanklogos/-/iranianbanklogos-3.1.2.tgz",
"integrity": "sha512-F6GnrhrC9UO1c4CW8uJloXAkg7pgx/Y8ok6qixb6L0knwIanG6Idudi8/Ebuu3c9PVd59wDTtTZQvtszr+Yyvw==",
"license": "ISC"
},
"node_modules/is-arguments": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
@@ -20313,6 +20307,16 @@
"optional": true
}
}
},
"node_modules/zustand-persist": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/zustand-persist/-/zustand-persist-0.4.0.tgz",
"integrity": "sha512-u6bBIc4yZRpSKBKuTNhoqvoIb09gGHk2NkiPg4K7MPIWTYZg70PlpBn48QEDnKZwfNurnf58TaW5BuMGIMf5hw==",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"zustand": ">=3.6.3"
}
}
}
}