mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-12 18:51:02 +00:00
List both deps & peers (optional with default) (#381)
* List both deps & peers (optional with default) * Apply suggestions from code review
This commit is contained in:
@@ -11,15 +11,17 @@
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@polkadot/ui-shared": "0.60.2-0",
|
||||
"@polkadot/util": "^3.6.0-beta.14",
|
||||
"@polkadot/util-crypto": "^3.6.0-beta.14",
|
||||
"react-native-svg": "^12.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/util": "*",
|
||||
"@polkadot/util-crypto": "*",
|
||||
"react": "*",
|
||||
"react-native": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@polkadot/util-crypto": "^3.5.1",
|
||||
"@types/react-native": "^0.63.25"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user