{ "name": "app", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "gql": "graphql-codegen --config codegen.yml" }, "dependencies": { "@apollo/client": "^3.11.4", "@date-io/dayjs": "3.0.0", "@date-io/moment": "3.0.0", "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", "@mapbox/search-js-core": "^1.0.0-beta.22", "@mui/icons-material": "^5.16.7", "@mui/lab": "^5.0.0-alpha.173", "@mui/material": "^5.16.7", "@mui/styles": "^5.16.7", "@mui/x-date-pickers": "^6.20.2", "@tolgee/i18next": "^5.28.6", "cookies": "^0.9.1", "crypto-js": "^4.2.0", "deepmerge": "^4.3.1", "graphql": "^16.9.0", "i18next": "^23.14.0", "leaflet": "^1.9.4", "linkify-react": "^4.1.3", "linkifyjs": "^4.1.3", "marked": "^7.0.5", "moment": "^2.30.1", "next": "^14.2.5", "next-auth": "4.24.7", "next-i18next": "^15.3.1", "next-pwa": "^5.6.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-helmet": "^6.1.0", "react-i18next": "^15.0.1", "react-international-phone": "^4.3.0", "react-leaflet": "^4.2.1", "typescript": "^5.5.4", "zustand": "^4.5.5" }, "devDependencies": { "@graphql-codegen/cli": "^5.0.2", "@graphql-codegen/typescript": "^4.0.9", "@graphql-codegen/typescript-operations": "^4.2.3", "@graphql-codegen/typescript-react-apollo": "^4.3.0", "@types/node": "^22.4.2", "@types/react": "^18.3.4", "eslint": "^9.9.0", "eslint-config-next": "^14.2.5", "eslint-config-prettier": "^9.1.0", "fs": "^0.0.1-security", "glob": "^11.0.0", "ts-node": "^10.9.2" }, "packageManager": "yarn@4.4.0" }