{ "name": "dfg", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start",
"lint": "next lint", "test": "jest"
}, "dependencies": {
"@apollo/client": "^3.3.20", "@chakra-ui/icons": "^1.0.13", "@chakra-ui/react": "^1.6.4", "@emotion/react": "^11", "@emotion/styled": "^11",
"@material-ui/core": "^4.12.1",
"axios": "^0.21.1",
"cypress": "^8.5.0",
"dotenv": "^10.0.0",
"formik": "^2.2.9",
"formik-chakra-ui": "^1.4.7",
"framer-motion": "^4", "graphql": "^15.5.1", "i18next": "^20.3.2",
"js-yaml": "^4.1.0",
"next": "^11.1.0",
"react": "17.0.2",
"react-copy-to-clipboard": "^5.0.3", "react-dom": "17.0.2", "react-i18next": "^11.11.0", "react-icons": "^4.2.0",
"react-query": "^3.19.2",
"swr": "^0.5.6", "yup": "^0.32.9"
}, "devDependencies": {
"@types/jest": "^26.0.24",
"@types/js-yaml": "^4.0.2",
"@types/node": "^16.7.1",
"@types/react": "17.0.11", "eslint": "7.29.0", "eslint-config-next": "11.0.1",
"jest": "^27.0.6",
"typescript": "4.3.4" }
}