mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-21 23:37:57 +00:00
36 lines
881 B
JSON
36 lines
881 B
JSON
{
|
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-apps/issues",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-apps/tree/master/packages/react-api#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/react-api",
|
|
"private": true,
|
|
"repository": {
|
|
"directory": "packages/react-api",
|
|
"type": "git",
|
|
"url": "https://github.com/pezkuwichain/pezkuwi-apps.git"
|
|
},
|
|
"sideEffects": true,
|
|
"type": "module",
|
|
"version": "0.168.2-4-x",
|
|
"browser": {
|
|
"fs": false,
|
|
"path": false
|
|
},
|
|
"dependencies": {
|
|
"@pezkuwi/api": "^16.5.9",
|
|
"@pezkuwi/extension-compat-metamask": "^0.62.14",
|
|
"@pezkuwi/extension-dapp": "^0.62.14",
|
|
"@pezkuwi/rpc-provider": "^16.5.9",
|
|
"fflate": "^0.8.1",
|
|
"rxjs": "^7.8.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-is": "*"
|
|
}
|
|
}
|