{ "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.13.8", "@date-io/dayjs": "3.2.0", "@date-io/moment": "3.2.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mapbox/search-js-core": "^1.1.0", "@mui/icons-material": "^7.1.1", "@mui/lab": "6.0.0-dev.240424162023-9968b4889d", "@mui/material": "^6.4.12", "@mui/styles": "^6.4.12", "@mui/x-date-pickers": "^7.29.4", "@tolgee/i18next": "^5.33.2", "cookies": "^0.9.1", "crypto-js": "^4.2.0", "deepmerge": "^4.3.1", "google-libphonenumber": "^3.2.41", "graphql": "^16.11.0", "i18next": "^23.16.8", "leaflet": "^1.9.4", "linkify-react": "^4.3.1", "linkifyjs": "^4.3.1", "marked": "^7.0.5", "moment": "^2.30.1", "next": "^14.2.29", "next-auth": "4.24.11", "next-i18next": "^15.4.2", "next-pwa": "^5.6.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-i18next": "^15.5.2", "react-international-phone": "^4.5.0", "react-leaflet": "^4.2.1", "typescript": "^5.8.3", "zustand": "^4.5.7" }, "devDependencies": { "@graphql-codegen/cli": "^5.0.6", "@graphql-codegen/typescript": "^4.1.6", "@graphql-codegen/typescript-operations": "^4.6.1", "@graphql-codegen/typescript-react-apollo": "^4.3.3", "@types/google-libphonenumber": "^7.4.30", "@types/node": "^22.15.29", "@types/react": "^18.3.23", "eslint": "^9.28.0", "eslint-config-next": "^15.3.3", "eslint-config-prettier": "^10.1.5", "fs": "^0.0.1-security", "glob": "^11.0.2", "ts-node": "^10.9.2" }, "packageManager": "yarn@4.4.1" }