{ "name": "mars-v2-frontend", "version": "0.1.0", "private": true, "scripts": { "build": "next build", "dev": "next dev", "lint": "eslint ./src/ && yarn prettier-check", "format": "eslint ./src/ --fix && prettier --write ./src/", "prettier-check": "prettier --ignore-path .gitignore --check ./src/", "start": "next start" }, "dependencies": { "@cosmjs/cosmwasm-stargate": "^0.29.5", "@cosmjs/stargate": "^0.29.5", "@headlessui/react": "^1.7.13", "@marsprotocol/wallet-connector": "^1.5.2", "@radix-ui/react-slider": "^1.1.0", "@sentry/nextjs": "^7.41.0", "@tanstack/react-query": "^4.26.1", "@tanstack/react-query-devtools": "^4.26.1", "@tanstack/react-table": "^8.7.9", "@tippyjs/react": "^4.2.6", "bech32": "^2.0.0", "bignumber.js": "^9.1.1", "classnames": "^2.3.2", "ethereumjs-util": "^7.1.5", "graphql": "^16.6.0", "graphql-request": "^5.2.0", "moment": "^2.29.4", "next": "^13.2.3", "react": "^18.2.0", "react-device-detect": "^2.2.3", "react-dom": "^18.2.0", "react-number-format": "^5.1.4", "react-spring": "^9.7.1", "react-toastify": "^9.1.1", "react-use-clipboard": "^1.0.9", "recharts": "^2.4.3", "sass": "^1.58.3", "swr": "^2.1.0", "tailwind-scrollbar-hide": "^1.1.7", "use-local-storage-state": "^18.2.1", "zustand": "^4.3.6" }, "devDependencies": { "@svgr/webpack": "^6.5.1", "@types/node": "^18.14.6", "@types/react": "18.0.28", "@types/react-dom": "18.0.11", "autoprefixer": "^10.4.13", "eslint": "8.35.0", "eslint-config-next": "^13.2.3", "eslint-plugin-import": "^2.27.5", "postcss": "^8.4.21", "prettier": "^2.8.4", "prettier-plugin-tailwindcss": "^0.2.4", "tailwindcss": "^3.2.7", "typescript": "4.9.5" }, "resolutions": { "@types/react": "18.0.26", "@types/react-dom": "18.0.9" } }