Files
baya-monorepo/client/package.json
T
2026-07-27 23:58:16 +03:30

65 lines
1.9 KiB
JSON

{
"name": "balinyaar-client",
"version": "0.1.0",
"description": "Balinyaar web application",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"format": "prettier ./ --write",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:copy": "node scripts/check-copy.mjs",
"start": "next start",
"test": "jest --watch",
"test:ci": "jest --ci",
"type": "tsc --noEmit",
"check": "npm run type && npm run lint && npm run lint:copy"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "^9.1.1",
"@mui/material-nextjs": "^9.1.1",
"@tanstack/react-query": "^5.101.0",
"@tanstack/react-query-devtools": "^5.101.0",
"@testing-library/dom": "^10.4.1",
"clsx": "latest",
"copy-to-clipboard": "latest",
"jalaali-js": "^2.0.0",
"js-cookie": "^3.0.8",
"leaflet": "^1.9.4",
"lucide-react": "^1.27.0",
"next": "^16.2.9",
"next-intl": "^4.13.0",
"notistack": "^3.0.2",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-hook-form": "^7.83.0",
"stylis-plugin-rtl": "^2.1.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/js-cookie": "^3.0.6",
"@types/leaflet": "^1.9.21",
"@types/node": "^25.9.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.9",
"eslint-config-prettier": "^10.1.8",
"jest": "latest",
"jest-environment-jsdom": "latest",
"next-router-mock": "latest",
"prettier": "latest",
"ts-node": "latest",
"typescript": "^6.0.3"
}
}