UNPKG

@arcblock/did-playground

Version:

React components that works with wallet-playground

51 lines (50 loc) 1.38 kB
{ "name": "@arcblock/did-playground", "version": "3.0.42", "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": "3.0.42", "@arcblock/react-hooks": "3.0.42", "ahooks": "^3.8.5", "axios": "^1.10.0", "mustache": "^4.2.0" }, "peerDependencies": { "@arcblock/ux": "^3.0.23", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/material": "^7.2.0", "react": "^19.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "d17657ac3774ee73a5bfe0eaac30cc9a8fbfe7cf" }