mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
7bb148eea9
skip-checks: true
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/ui/issues",
|
|
"description": "Renders an SVG picture representing an address",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/reactnative-identicon#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@polkadot/reactnative-identicon",
|
|
"repository": {
|
|
"directory": "packages/reactnative-identicon",
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/ui.git"
|
|
},
|
|
"sideEffects": [
|
|
"./detectPackage.js",
|
|
"./detectPackage.cjs"
|
|
],
|
|
"type": "module",
|
|
"version": "3.4.1",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@polkadot/ui-shared": "3.4.1",
|
|
"@polkadot/util": "^12.2.1",
|
|
"@polkadot/util-crypto": "^12.2.1",
|
|
"react-native-svg": "^12.5.1",
|
|
"tslib": "^2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-native": "^0.71.7"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*",
|
|
"@polkadot/util-crypto": "*",
|
|
"react": "*",
|
|
"react-native": "*"
|
|
}
|
|
}
|