{ "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.8.1", "@date-io/dayjs": "2.17.0", "@date-io/moment": "2.17.0", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mapbox/search-js-core": "^1.0.0-beta.18", "@mui/icons-material": "^5.14.11", "@mui/lab": "^5.0.0-alpha.140", "@mui/material": "^5.14.5", "@mui/styles": "^5.14.5", "@mui/x-date-pickers": "^6.11.2", "cookies": "^0.9.1", "crypto-js": "^4.1.1", "deepmerge": "^4.3.1", "graphql": "^16.8.0", "i18next": "^23.4.4", "leaflet": "^1.9.4", "linkify-react": "^4.1.3", "linkifyjs": "^4.1.3", "marked": "^7.0.3", "moment": "^2.29.4", "next": "v13.4.12", "next-auth": "4.19.2", "next-pwa": "^5.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet": "^6.1.0", "react-i18next": "^14.0.0", "react-international-phone": "^4.2.5", "react-joyride": "^2.5.5", "react-leaflet": "^4.2.1", "typescript": "^5.1.6", "zustand": "^4.4.1" }, "devDependencies": { "@graphql-codegen/cli": "^5.0.0", "@graphql-codegen/typescript": "^4.0.1", "@graphql-codegen/typescript-operations": "^4.0.1", "@graphql-codegen/typescript-react-apollo": "^3.3.3", "@types/node": "^20.5.0", "@types/react": "^18.2.20", "@types/react-leaflet": "^3.0.0", "eslint": "^8.47.0", "eslint-config-next": "^13.4.18", "eslint-config-prettier": "^9.0.0", "fs": "^0.0.1-security", "glob": "^10.3.3", "ts-node": "^10.9.1" } }