{
  "name": "@jup-ag/wallet-adapter",
  "version": "0.2.6",
  "license": "MIT",
  "main": "dist/components.esm.js",
  "module": "dist/components.esm.js",
  "types": "dist/types/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "babelMacros": {
    "twin": {
      "config": "tailwind.config.js",
      "preset": "emotion"
    }
  },
  "sideEffects": false,
  "scripts": {
    "type-check": "tsc --noEmit",
    "type-check:watch": "pnpm type-check -- --watch",
    "build:types": "tsc --noEmit false --emitDeclarationOnly --outDir dist/types",
    "build:js": "rollup -c",
    "build-lib": "pnpm build:types && pnpm build:js",
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "serve": "npx serve public"
  },
  "peerDependencies": {
    "@emotion/react": "^11.10.5",
    "@emotion/styled": "^11.10.5",
    "@solana/spl-token": "*",
    "@solana/web3.js": ">=1.77.3",
    "decimal.js": ">=10.4.3",
    "react": ">=18",
    "styled-components": "*"
  },
  "dependencies": {
    "@coral-xyz/anchor": "^0.31.1",
    "@emotion/react": "^11.10.5",
    "@emotion/styled": "^11.10.5",
    "@solana-mobile/wallet-standard-mobile": "0.4.0",
    "@solana/wallet-adapter-base": "0.9.27",
    "@solana/wallet-adapter-react": "0.15.39",
    "@tanstack/react-query": "^5.85.5",
    "react-use": ">=17.2.4"
  },
  "devDependencies": {
    "@babel/core": "^7.20.5",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@emotion/babel-preset-css-prop": "^11.10.0",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^25.0.3",
    "@rollup/plugin-node-resolve": "^15.1.0",
    "@solana/spl-token": "0.1.8",
    "@solana/spl-token-registry": "~0.2.1105",
    "@solana/wallet-adapter-wallets": "0.19.33",
    "@solana/web3.js": "^1.77.3",
    "@solflare-wallet/wallet-adapter": "~1.0.3",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.9",
    "@types/react-syntax-highlighter": "^15.5.6",
    "@types/styled-components": "^5.1.26",
    "autoprefixer": "^10.4.13",
    "babel-loader": "^9.1.0",
    "babel-plugin-macros": "^3.1.0",
    "decimal.js": "^10.4.3",
    "lokijs": "1.5.12",
    "next": "^13.4.9",
    "postcss": "^8.4.20",
    "prettier": "^3.0.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-syntax-highlighter": "^15.5.0",
    "rollup": "^3.7.3",
    "rollup-plugin-node-externals": "^6.1.1",
    "sonner": "^0.4.0",
    "styled-components": "^5.3.6",
    "tailwindcss": "^3.2.4",
    "twin.macro": "^3.1.0",
    "typescript": "5.7.2",
    "@jup-ag/jup-mobile-adapter": "*",
    "@reown/appkit": ">=1.6.0",
    "@reown/appkit-adapter-solana": ">=1.6.0",
    "@reown/appkit-wallet-button": ">=1.6.0"
  },
  "resolutions": {
    "@solana/wallet-adapter-base": "0.9.27"
  }
}