{ "name": "mango-v4-ui", "version": "0.1.0", "private": true, "scripts": { "dev": "rm -rf .next && next dev", "build": "next build", "start": "next start", "lint": "next lint", "typecheck": "tsc", "prepare": "husky install" }, "dependencies": { "@blockworks-foundation/mango-v4": "git+https://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:x-oauth-basic@github.com/blockworks-foundation/mango-v4.git", "@headlessui/react": "^1.6.6", "@heroicons/react": "^1.0.6", "@jup-ag/core": "^1.0.0-beta.27", "@project-serum/anchor": "^0.24.2", "@solana/wallet-adapter-base": "^0.9.5", "@solana/wallet-adapter-react": "^0.15.4", "@solana/wallet-adapter-react-ui": "^0.9.6", "@solana/wallet-adapter-wallets": "^0.16.0", "@tippyjs/react": "^4.2.6", "assert": "^2.0.0", "dayjs": "^1.11.3", "immer": "^9.0.12", "lodash.debounce": "^4.0.8", "next": "12.2.2", "next-i18next": "^11.1.1", "next-themes": "^0.1.1", "process": "^0.11.10", "react": "18.0.0", "react-dom": "18.0.0", "react-flip-numbers": "^3.0.5", "react-window": "^1.8.7", "recharts": "^2.1.12", "zustand": "^3.7.2" }, "peerDependencies": { "@project-serum/serum": ">=0.13.62" }, "devDependencies": { "@types/bn.js": "4.11.6", "@types/lodash.debounce": "^4.0.7", "@types/node": "17.0.23", "@types/react": "18.0.3", "@types/react-dom": "18.0.0", "@types/react-window": "^1.8.5", "autoprefixer": "^10.4.4", "eslint": "^8.13.0", "eslint-config-next": "^12.1.5", "eslint-config-prettier": "^8.5.0", "eslint-plugin-react": "^7.29.4", "eslint-plugin-react-hooks": "^4.4.0", "husky": "^8.0.1", "postcss": "^8.4.12", "prettier": "^2.6.2", "prettier-plugin-tailwindcss": "^0.1.8", "tailwindcss": "^3.0.24", "typescript": "4.6.3" } }