{ "name": "beherbergung", "version": "0.1.0", "private": true, "scripts": { "generate": "cd codegen && graphql-codegen generate", "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@emotion/react": "^11.8.1", "@emotion/styled": "^11.8.1", "@inovua/reactdatagrid-community": "^4.16.2", "@jsonforms/core": "3.0.0-alpha.3", "@jsonforms/material-renderers": "3.0.0-alpha.3", "@jsonforms/react": "3.0.0-alpha.3", "@mui/icons-material": "^5.2.0", "@mui/lab": "^5.0.0-alpha.71", "@mui/material": "^5.2.2", "@mui/styles": "^5.2.3", "graphql-request": "^4.0.0", "i18next": "^21.6.13", "i18next-browser-languagedetector": "^6.1.3", "lodash": "^4.17.21", "moment": "^2.29.1", "next": "12.1.0", "react": "17.0.2", "react-collapse-pane": "^2.0.1", "react-dom": "17.0.2", "react-i18next": "^11.15.5", "react-query": "^3.34.16" }, "devDependencies": { "@graphql-codegen/cli": "^2.3.0", "@graphql-codegen/typescript": "^2.4.1", "@graphql-codegen/typescript-operations": "^2.2.1", "@graphql-codegen/typescript-react-query": "^3.2.2", "@types/lodash": "^4.14.179", "@types/node": "17.0.21", "@types/react": "17.0.39", "eslint": "8.10.0", "eslint-config-next": "12.1.0", "graphql": "^16.3.0", "typescript": "4.6.2" } }