{
  "name": "@arcblock/did-playground",
  "version": "3.5.2",
  "description": "React components that works with wallet-playground",
  "keywords": [
    "react",
    "arcblock",
    "component"
  ],
  "author": "wangshijun<wangshijun2010@gmail.com>",
  "homepage": "https://github.com/ArcBlock/wallet-playground#readme",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ArcBlock/ux.git"
  },
  "scripts": {
    "lint": "eslint src tests --ext js --ext jsx",
    "lint:fix": "npm run lint -- --fix",
    "build": "vite build",
    "watch": "vite build --watch",
    "precommit": "CI=1 npm run lint",
    "prepush": "CI=1 npm run lint",
    "prepublish": "npm run build",
    "test": "node tools/jest.js",
    "coverage": "npm run test -- --coverage"
  },
  "bugs": {
    "url": "https://github.com/ArcBlock/wallet-playground/issues"
  },
  "dependencies": {
    "@arcblock/did-connect-react": "3.5.2",
    "@arcblock/react-hooks": "3.5.2",
    "ahooks": "^3.8.5",
    "axios": "^1.10.0",
    "mustache": "^4.2.0"
  },
  "peerDependencies": {
    "@arcblock/ux": "^3.1.0",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@mui/material": "^7.2.0",
    "react": "^19.0.0"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "2f6a2770fb95e0b8202de2973d9753be080260af"
}
