-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "polkadot-identicon-react-native",
"version": "0.0.5",
"description": "Renders an SVG picture representing an address, @polkadot/ui-identicon for React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polkawallet-io/polkadot-identicon-react-native.git"
},
"keywords": [
"polkadot",
"identicon",
"ReactNative"
],
"author": "Fuyao Jiang",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/polkawallet-io/polkadot-identicon-react-native/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/runtime": "^7.2.0",
"@polkadot/ui-settings": "^0.25.7",
"@types/color": "^3.0.0",
"@types/react-copy-to-clipboard": "^4.2.6",
"color": "^3.0.0",
"react-copy-to-clipboard": "^5.0.1"
},
"deprecated": false,
"description": "Renders an SVG picture representing an address",
"devDependencies": {
"@polkadot/keyring": "^0.33.35",
"@polkadot/util-crypto": "^0.33.35",
"xmlserializer": "^0.6.1"
},
"peerDependencies": {
"@polkadot/keyring": "*",
"@polkadot/util-crypto": "*",
"react": "*"
}
}