{ "name": "dashboard", "version": "0.4.0", "private": true, "scripts": { "test": "jest --colors", "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "lint:fix": "next lint --fix", "gen": "graphql-codegen --config codegen.yml" }, "dependencies": { "@apollo/client": "^3.6.8", "@chakra-ui/react": "^2.1.2", "@emotion/react": "^11", "@emotion/styled": "^11", "@fontsource/open-sans": "^4.5.8", "axios": "^0.26.1", "clsx": "^1.1.1", "final-form": "^4.20.6", "framer-motion": "^6", "graphql": "^15.8.0", "graphql-tag": "^2.12.6", "immer": "^9.0.12", "js-cookie": "^3.0.1", "next": "12.1.6", "react": "18.1.0", "react-dom": "18.1.0", "react-final-form": "^6.5.9", "react-icons": "^4.3.1", "react-markdown": "^8.0.3", "react-select": "^5.3.2", "remark-breaks": "^3.0.2", "remark-gfm": "^3.0.1", "remark-mdx": "^2.1.1", "swr": "^1.3.0", "systeminformation": "^5.11.9", "tslib": "^2.4.0", "validator": "^13.7.0", "zustand": "^3.7.2" }, "devDependencies": { "@babel/core": "^7.0.0", "@graphql-codegen/cli": "^2.6.2", "@graphql-codegen/typescript": "^2.5.1", "@graphql-codegen/typescript-operations": "^2.4.2", "@graphql-codegen/typescript-react-apollo": "^3.2.16", "@types/js-cookie": "^3.0.2", "@types/node": "17.0.31", "@types/react": "18.0.8", "@types/react-dom": "18.0.3", "@types/react-slick": "^0.23.8", "@types/validator": "^13.7.2", "@typescript-eslint/eslint-plugin": "^5.18.0", "@typescript-eslint/parser": "^5.0.0", "autoprefixer": "^10.4.4", "eslint": "8.12.0", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-next": "12.1.4", "eslint-plugin-import": "^2.25.3", "postcss": "^8.4.12", "tailwindcss": "^3.0.23", "typescript": "4.6.4" } }