landing api

This commit is contained in:
hamid zarghami
2025-04-14 15:31:57 +03:30
parent 15af39fc84
commit 74c47893dd
25 changed files with 3365 additions and 124 deletions
+7
View File
@@ -9,7 +9,11 @@
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^5.73.3",
"@tanstack/react-query-devtools": "^5.73.3",
"axios": "^1.8.4",
"iconsax-react": "^0.0.8",
"js-cookie": "^3.0.5",
"next": "15.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
@@ -21,11 +25,14 @@
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.3",
"i": "^0.3.7",
"npm": "^11.3.0",
"tailwindcss": "^4",
"typescript": "^5"
}