{
  "private": false,
  "version": "1.1.1",
  "name": "@interest-protocol/sui-coins-terminal",
  "description": "The community coin of Sui",
  "license": "MIT",
  "type": "module",
  "files": [
    "dist",
    "README.md"
  ],
  "src": "src/index.tsx",
  "main": "dist/index.es.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "keywords": [
    "Sui Coins",
    "Terminal",
    "Swap"
  ],
  "scripts": {
    "build": "rimraf dist && vite build && tsc",
    "publish:alpha": "pnpm build && npm publish --tag alpha && package-version-git-tag --push && git push",
    "publish:beta": "pnpm build && npm publish --tag beta && package-version-git-tag --push && git push",
    "publish:latest": "pnpm build && npm publish && package-version-git-tag --push && git push"
  },
  "dependencies": {
    "@7kprotocol/sdk-ts": "^2.2.1",
    "@emotion/react": "^11.11.1",
    "@interest-protocol/sui-tokens": "^4.0.0",
    "@interest-protocol/ui-kit": "0.3.1-beta",
    "@mysten/dapp-kit": "^0.14.17",
    "@mysten/sui": "^1.7.0",
    "@mysten/suins": "^0.3.0",
    "@mysten/wallet-standard": "^0.13.4",
    "@polymedia/suitcase-core": "^0.0.3",
    "@stylin.js/elements": "^1.0.3",
    "@stylin.js/react": "^1.0.4-alpha.0",
    "@tanstack/react-query": "^5.45.1",
    "bignumber.js": "^9.1.2",
    "decimal.js-light": "^2.5.1",
    "framer-motion": "^11.5.5",
    "prettier": "^3.1.0",
    "ramda": "^0.30.1",
    "react-countdown": "^2.3.6",
    "react-hook-form": "^7.53.0",
    "react-hot-toast": "^2.4.1",
    "react-loading-skeleton": "^3.4.0",
    "react-router-dom": "^6.23.1",
    "swr": "^2.2.4",
    "tiny-invariant": "^1.3.3",
    "toformat": "^2.0.0",
    "use-debounce": "^10.0.3",
    "usehooks-ts": "^3.1.0",
    "uuid": "^9.0.1",
    "zustand": "^4.5.2"
  },
  "peerDependencies": {
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "devDependencies": {
    "@emotion/eslint-plugin": "^11.11.0",
    "@hop.ag/sdk": "^3.1.7",
    "@types/eslint__js": "^8.42.3",
    "@types/node": "^20.9.4",
    "@types/ramda": "^0.30.2",
    "@types/react": "^18.2.38",
    "@types/react-dom": "^18.2.17",
    "@types/react-slick": "^0.23.13",
    "@types/uuid": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "^6.12.0",
    "@typescript-eslint/parser": "^6.12.0",
    "@vitejs/plugin-react": "^4.3.2",
    "aftermath-ts-sdk": "^1.1.88",
    "commitlint": "^18.4.3",
    "commitlint-config-gitmoji": "^2.3.1",
    "eslint": "^8.54.0",
    "eslint-config-next": "14.0.3",
    "eslint-config-prettier": "^9.0.0",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-plugin-import": "^2.29.0",
    "eslint-plugin-jsx-a11y": "^6.8.0",
    "eslint-plugin-prettier": "^5.0.1",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "eslint-plugin-unused-imports": "^3.0.0",
    "husky": "^8.0.0",
    "lint-staged": "^15.1.0",
    "package-version-git-tag": "^3.0.0",
    "rimraf": "^6.0.1",
    "typescript": "^5.3.2",
    "typescript-eslint": "^7.10.0",
    "vite": "^5.4.8"
  },
  "sideEffects": false,
  "packageManager": "pnpm@9.0.4+sha512.c374b52de3de88c58fd8333df664a737279cdb0e1344ba4054d3b1fffa9a1a3670854f755dca4f16adea3f14be9896a7fcaf167409fe0c1ad60475271dafe81a"
}
