{ "name": "evocalculator.client2", "version": "2.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "antd": "^4.19.5", "next": "12.1.5", "react": "18.0.0", "react-dom": "18.0.0", "rebass": "^4.0.7", "styled-components": "^5.3.5" }, "devDependencies": { "@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", "eslint": "8.13.0", "eslint-config-next": "12.1.5", "typescript": "4.6.3" } }