{ "name": "dfg", "version": "0.1.0", "private": true, "scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build", "start": "next start",
"lint": "next lint", "test": "jest"
}, "dependencies": {
"@apollo/client": "3.4.17",
"@chakra-ui/icons": "1.0.15", "@chakra-ui/react": "1.6.9",
"@emotion/react": "11.6.0", "@emotion/styled": "11.6.0",
"@material-ui/core": "4.12.3", "axios": "0.21.4", "cross-fetch": "3.1.4",
"cypress": "8.7.0",
"dotenv": "10.0.0", "formik": "2.2.9",
"formik-chakra-ui": "1.4.8",
"framer-motion": "5.3.0",
"graphql": "15.7.2",
"i18next": "21.4.2",
"js-yaml": "4.1.0", "lodash": "4.17.21",
"next": "12.0.3",
"pino": "7.1.0", "pino-pretty": "7.2.0",
"react": "17.0.2",
"react-copy-to-clipboard": "5.0.4",
"react-dom": "17.0.2",
"react-i18next": "11.14.2",
"react-icons": "4.3.1",
"react-query": "3.32.3",
"recoil": "0.4.1", "swr": "1.0.1", "uuid": "8.3.2", "yup": "0.32.11"
}, "devDependencies": {
"@types/jest": "26.0.24",
"@types/js-yaml": "4.0.4",
"@types/lodash": "4.14.176",
"@types/node": "16.11.7",
"@types/pino": "6.3.12",
"@types/react": "17.0.34",
"@types/uuid": "8.3.1", "cross-env": "7.0.3",
"eslint": "7.32.0",
"eslint-config-next": "12.0.3",
"jest": "27.3.1",
"typescript": "4.4.4"
}