{ "name": "hetty-admin", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "export": "next build && next export -o dist", "generate": "graphql-codegen --config gqlcodegen.yml" }, "dependencies": { "@apollo/client": "^3.2.0", "@emotion/react": "^11.7.1", "@emotion/server": "^11.4.0", "@emotion/styled": "^11.6.0", "@monaco-editor/react": "^4.3.1", "@mui/icons-material": "^5.3.1", "@mui/lab": "^5.0.0-alpha.66", "@mui/material": "^5.3.1", "@mui/styles": "^5.4.2", "allotment": "^1.9.0", "deepmerge": "^4.2.2", "graphql": "^16.2.0", "lodash": "^4.17.21", "monaco-editor": "^0.31.1", "next": "^12.0.8", "next-fonts": "^1.0.3", "react": "^17.0.2", "react-dom": "^17.0.2", "react-split-pane": "^0.1.92" }, "devDependencies": { "@babel/core": "^7.0.0", "@graphql-codegen/cli": "2.6.1", "@graphql-codegen/introspection": "2.1.1", "@graphql-codegen/typescript": "2.4.3", "@graphql-codegen/typescript-operations": "2.3.0", "@graphql-codegen/typescript-react-apollo": "3.2.6", "@types/lodash": "^4.14.178", "@types/node": "^17.0.12", "@types/react": "^17.0.38", "@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/parser": "^5.12.0", "eslint": "^8.7.0", "eslint-config-next": "12.0.8", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-typescript": "^2.5.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-prettier": "^4.0.0", "prettier": "^2.1.2", "typescript": "^4.0.3", "webpack": "^5.67.0" } }