Files
Frontend/package.json
AmirHossein Mahmoodi 9bcddb6610 Feature/migration
2025-05-05 09:57:50 +00:00

41 lines
1.0 KiB
JSON

{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,html,css,scss}\""
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@hookform/resolvers": "^5.0.1",
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"@mui/material-nextjs": "^7.0.2",
"axios": "^1.9.0",
"jalali-moment": "^3.3.11",
"lz-string": "^1.5.0",
"next": "15.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.56.1",
"react-toastify": "^11.0.5",
"socket.io-client": "^4.8.1",
"stylis": "^4.3.6",
"stylis-plugin-rtl": "^2.1.1",
"swr": "^2.3.3",
"yup": "^1.6.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"prettier": "3.5.3",
"sass": "^1.87.0"
}
}