Feature/user info request

This commit is contained in:
2024-11-11 11:41:59 +00:00
committed by AmirHossein Mahmoodi
parent 987ac1d316
commit a71458ce20
328 changed files with 11965 additions and 8254 deletions

View File

@@ -9,6 +9,7 @@
"start": "next start",
"publish-3002": "next start -p 3002",
"lint": "next lint",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,html,css,scss}\"",
"test": "jest",
"test:watch": "jest --watchAll",
"cypress:open": "cypress open",
@@ -41,6 +42,7 @@
"next-intl": "^2.13.1",
"next-useragent": "^2.8.0",
"nextjs-progressbar": "^0.0.16",
"prettier": "^3.3.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
@@ -67,4 +69,4 @@
"next-router-mock": "^0.9.10",
"run-script-os": "^1.1.6"
}
}
}