forked from polkadot-js/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.69 KB
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
51
52
53
{
"bugs": "https://github.com/polkadot-js/apps/issues",
"engines": {},
"homepage": "https://github.com/polkadot-js/apps/tree/master/packages/apps-config#readme",
"license": "Apache-2.0",
"name": "@polkadot/apps-config",
"private": false,
"repository": {
"directory": "packages/apps-config",
"type": "git",
"url": "https://github.com/polkadot-js/apps.git"
},
"sideEffects": true,
"type": "module",
"version": "0.98.2-3",
"main": "index.js",
"bin": {},
"scripts": {},
"dependencies": {
"@acala-network/type-definitions": "^3.0.2-4",
"@babel/runtime": "^7.15.4",
"@bifrost-finance/type-definitions": "1.3.3",
"@crustio/type-definitions": "1.2.0",
"@darwinia/types": "1.3.0",
"@digitalnative/type-definitions": "1.1.26",
"@docknetwork/node-types": "0.5.1",
"@edgeware/node-types": "3.6.2-wako",
"@equilab/definitions": "1.4.3",
"@interlay/interbtc-types": "1.1.1",
"@kiltprotocol/type-definitions": "0.1.23",
"@laminar/type-definitions": "0.3.1",
"@metaverse-network-sdk/type-definitions": "^0.0.1-6",
"@parallel-finance/type-definitions": "1.4.2",
"@phala/typedefs": "0.2.29",
"@polkadot/networks": "^7.6.1",
"@polymathnetwork/polymesh-types": "0.0.2",
"@snowfork/snowbridge-types": "0.2.6",
"@sora-substrate/type-definitions": "1.6.15",
"@subsocial/types": "0.6.4-dev.2",
"@zeitgeistpm/type-defs": "0.3.5",
"@zeroio/type-definitions": "0.0.9",
"lodash": "^4.17.21",
"moonbeam-types-bundle": "1.2.7",
"pontem-types-bundle": "1.0.15",
"rxjs": "^7.4.0"
},
"devDependencies": {
"i18next": "^19.9.2"
},
"optionalDependencies": {},
"peerDependencies": {},
"resolutions": {}
}