forked from polkadot-js/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 879 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
{
"bugs": "https://github.com/polkadot-js/apps/issues",
"homepage": "https://github.com/polkadot-js/apps/tree/master/packages/page-accounts#readme",
"license": "Apache-2.0",
"name": "@polkadot/app-accounts",
"private": true,
"repository": {
"directory": "packages/page-accounts",
"type": "git",
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": false,
"type": "module",
"version": "0.116.2-75-x",
"dependencies": {
"@babel/runtime": "^7.18.6",
"@polkadot/hw-ledger": "^9.7.1",
"@polkadot/phishing": "^0.16.1",
"@polkadot/react-components": "^0.116.2-75-x",
"@polkadot/react-hooks": "^0.116.2-75-x",
"@polkadot/util": "^9.7.1",
"@polkadot/vanitygen": "^0.51.13",
"detect-browser": "^5.3.0",
"file-saver": "^2.0.5"
},
"devDependencies": {
"@polkadot/test-support": "0.116.2-75-x"
}
}