mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-06-20 23:21:05 +00:00
971df8edba
- Remove all 3rd party parachain configurations from endpoints: - productionRelayPolkadot.ts: Keep only system parachains - productionRelayDicle.ts: Keep only system parachains - testingRelayZagros.ts: Keep only system parachains - testingRelayTeyrChain.ts: Keep only system parachains - Update domain references: - polkadot.js.org → pezkuwichain.app - wiki.polkadot.network → wiki.pezkuwichain.io - dotapps.io → pezkuwichain.app - statement.polkadot.network → docs.pezkuwichain.io/statement - support.polkadot.network → docs.pezkuwichain.io - Update repository references: - github.com/pezkuwi-js/apps → github.com/pezkuwichain/pwap - Rename system parachains to Pezkuwi ecosystem: - PolkadotAssetHub → PezkuwiAssetHub - polkadotBridgeHub → pezkuwiBridgeHub - polkadotCollectives → pezkuwiCollectives - polkadotCoretime → pezkuwiCoretime - polkadotPeople → pezkuwiPeople - Update network name in claims utility: - Polkadot → Pezkuwi
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-web-app-projects/issues",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://github.com/pezkuwichain/pezkuwi-web-app-projects/tree/master/packages/page-accounts#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/app-accounts",
|
|
"private": true,
|
|
"repository": {
|
|
"directory": "packages/page-accounts",
|
|
"type": "git",
|
|
"url": "https://github.com/pezkuwichain/pezkuwi-web-app-projects.git"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"version": "0.168.2-0-x",
|
|
"dependencies": {
|
|
"@pezkuwi/hw-ledger": "^14.0.5",
|
|
"@pezkuwi/phishing": "^0.25.26",
|
|
"@pezkuwi/react-components": "^0.168.2-0-x",
|
|
"@pezkuwi/react-hooks": "^0.168.2-0-x",
|
|
"@pezkuwi/util": "^14.0.5",
|
|
"@polkadot/vanitygen": "^0.63.18",
|
|
"detect-browser": "^5.3.0",
|
|
"file-saver": "^2.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@pezkuwi/test-support": "0.168.2-0-x"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-is": "*"
|
|
}
|
|
}
|