{ "name": "evocalculator.client2", "version": "2.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "graphql:codegen": "apollo client:codegen --target typescript", "graphql:schema": "apollo client:download-schema services/crm/graphql/schema.graphql" }, "dependencies": { "@apollo/client": "^3.6.0", "antd": "^4.19.5", "axios": "^0.26.1", "graphql": "14.0.2 - 14.2.0 || ^14.3.1 || ^15.0.0", "less": "^4.1.2", "less-loader": "^10.2.0", "lodash": "^4.17.21", "mobx": "^6.5.0", "mobx-react-lite": "^3.3.0", "next": "12.1.5", "next-compose-plugins": "^2.2.1", "next-plugin-graphql": "^0.0.2", "next-with-less": "^2.0.5", "react": "18.0.0", "react-dom": "18.0.0", "rebass": "^4.0.7", "sharp": "^0.30.4", "styled-components": "^5.3.5" }, "devDependencies": { "@types/lodash": "^4.14.182", "@types/node": "17.0.25", "@types/react": "18.0.5", "@types/react-dom": "18.0.1", "@types/rebass": "^4.0.10", "@types/styled-components": "^5.1.25", "apollo": "^2.33.10", "eslint": "8.13.0", "eslint-config-next": "12.1.5", "msw": "^0.39.2", "typescript": "4.6.3" }, "msw": { "workerDirectory": "public" } }