{ "name": "@caroster/frontend", "version": "0.1.0", "private": true, "scripts": { "build": "next build", "dev": "next dev", "gql": "graphql-codegen --config codegen.yml", "lint": "next lint", "start": "next start" }, "dependencies": { "@apollo/client": "^3.11.10", "@date-io/dayjs": "3.0.0", "@date-io/moment": "3.0.0", "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@mapbox/search-js-core": "^1.0.0-beta.22", "@mui/icons-material": "^6.1.7", "@mui/lab": "6.0.0-dev.240424162023-9968b4889d", "@mui/material": "^6.1.7", "@mui/styles": "^6.1.7", "@mui/x-date-pickers": "^7.22.2", "@tolgee/i18next": "^5.31.5", "cookies": "^0.9.1", "crypto-js": "^4.2.0", "deepmerge": "^4.3.1", "google-libphonenumber": "^3.2.38", "graphql": "^16.9.0", "i18next": "^23.16.5", "leaflet": "^1.9.4", "linkify-react": "^4.1.4", "linkifyjs": "^4.1.4", "marked": "^7.0.5", "moment": "^2.30.1", "next": "^14.2.18", "next-auth": "4.24.10", "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.1.1", "react-international-phone": "^4.3.0", "react-leaflet": "^4.2.1", "typescript": "^5.6.3", "zustand": "^4.5.5" }, "devDependencies": { "@graphql-codegen/cli": "^5.0.3", "@graphql-codegen/typescript": "^4.1.1", "@graphql-codegen/typescript-operations": "^4.3.1", "@graphql-codegen/typescript-react-apollo": "^4.3.2", "@types/google-libphonenumber": "^7.4.30", "@types/node": "^22.9.0", "@types/react": "^18.3.12", "eslint": "^8.57.0", "eslint-config-next": "^14.2.18", "eslint-config-prettier": "^9.1.0", "fs": "^0.0.1-security", "glob": "^11.0.0", "ts-node": "^10.9.2" }, "packageManager": "yarn@4.4.1" }