-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
38 lines (38 loc) · 985 Bytes
/
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
{
"author": "Jaco Greeff <[email protected]>",
"bugs": "https://github.com/polkadot-js/ui/issues",
"description": "Renders an SVG picture representing an address",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/polkadot-js/ui/tree/master/packages/vue-identicon#readme",
"license": "Apache-2.0",
"name": "@polkadot/vue-identicon",
"repository": {
"directory": "packages/vue-identicon",
"type": "git",
"url": "https://github.com/polkadot-js/ui.git"
},
"sideEffects": [
"./packageDetect.js",
"./packageDetect.cjs"
],
"type": "module",
"version": "3.11.3",
"main": "index.js",
"dependencies": {
"@polkadot/ui-shared": "3.11.3",
"@polkadot/util": "^13.2.3",
"@polkadot/util-crypto": "^13.2.3",
"jdenticon": "3.2.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"vue": "^2.7.16"
},
"peerDependencies": {
"@polkadot/util": "*",
"@polkadot/util-crypto": "*",
"vue": ">= 2.7"
}
}