{
  "name": "@snowflake-so/safe-adapter-react-ui",
  "version": "1.0.7",
  "author": "team@snowflake.so",
  "description": "React UI library for Solana wallet adapter (forked @solana/wallet-adapter-react-ui)",
  "repository": {
    "type": "git",
    "url": "https://github.com/snowflake-so/safe-apps-sdk"
  },
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist",
    "LICENSE",
    "styles.css"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "yarn rimraf dist",
    "build": "yarn clean && tsc -p tsconfig.json && yarn copy-files-from-to"
  },
  "copyFiles": [
    {
      "from": "./styles.css",
      "to": "./dist/styles.css"
    }
  ],
  "peerDependencies": {
    "@solana/web3.js": "^1.44.3",
    "react": "*",
    "react-dom": "*"
  },
  "dependencies": {
    "@snowflake-so/safe-adapter-react": "*",
    "@solana/wallet-adapter-base": "^0.9.9",
    "copy-files-from-to": "^3.2.2"
  },
  "devDependencies": {
    "@solana/web3.js": "^1.44.3",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "rimraf": "^3.0.2"
  }
}
