forked from polkadot-js/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.74 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
45
46
47
48
49
50
{
"bugs": "https://github.com/polkadot-js/apps/issues",
"homepage": "https://github.com/polkadot-js/apps/tree/master/packages/apps-config#readme",
"license": "Apache-2.0",
"name": "@polkadot/apps-config",
"repository": {
"directory": "packages/apps-config",
"type": "git",
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": false,
"type": "module",
"version": "0.113.2-39",
"main": "index.js",
"dependencies": {
"@acala-network/type-definitions": "^4.1.1",
"@babel/runtime": "^7.17.9",
"@bifrost-finance/type-definitions": "1.5.0",
"@crustio/type-definitions": "1.3.0",
"@darwinia/types": "2.7.5",
"@digitalnative/type-definitions": "1.1.27",
"@docknetwork/node-types": "0.6.0",
"@edgeware/node-types": "3.6.2-wako",
"@equilab/definitions": "1.4.11",
"@interlay/interbtc-types": "1.6.0",
"@kiltprotocol/type-definitions": "0.1.23",
"@laminar/type-definitions": "0.3.1",
"@mangata-finance/types": "^0.1.5",
"@metaverse-network-sdk/type-definitions": "^0.0.1-13",
"@parallel-finance/type-definitions": "1.6.7",
"@phala/typedefs": "0.2.30",
"@polkadot/api": "^8.3.1",
"@polkadot/api-derive": "^8.3.1",
"@polkadot/networks": "^9.1.1",
"@polkadot/types": "^8.3.1",
"@polkadot/util": "^9.1.1",
"@polkadot/x-fetch": "^9.1.1",
"@polymathnetwork/polymesh-types": "0.0.2",
"@snowfork/snowbridge-types": "0.2.7",
"@sora-substrate/type-definitions": "1.8.30",
"@subsocial/definitions": "^0.6.8",
"@unique-nft/types": "0.4.0",
"@zeitgeistpm/type-defs": "0.5.0",
"@zeroio/type-definitions": "0.0.14",
"lodash": "^4.17.21",
"moonbeam-types-bundle": "2.0.4",
"pontem-types-bundle": "1.0.15",
"rxjs": "^7.5.5"
}
}