-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
112 lines (112 loc) · 3.19 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "polkaholic",
"version": "0.1.0",
"private": true,
"dependencies": {
"@acala-network/sdk": "^4.1.5",
"@acala-network/sdk-core": "^4.1.5",
"@acala-network/sdk-swap": "^4.1.5",
"@acala-network/sdk-wallet": "^4.1.5",
"@acala-network/type-definitions": "^4.0.1",
"@bifrost-finance/type-definitions": "^1.4.0",
"@composable-finance/v1-sdk-typescript": "^1.0.4",
"@crustio/type-definitions": "^1.3.0",
"@darwinia/types": "^2.7.2",
"@download/blockies": "^1.0.3",
"@encointer/types": "^0.9.0-alpha.3",
"@encointer/util": "^0.9.0-alpha.3",
"@encointer/worker-api": "^0.9.0-alpha.3",
"@ethereumjs/tx": "3.5.2",
"@google-cloud/bigquery": "^5.11.0",
"@google-cloud/bigquery-data-exchange": "^0.4.2",
"@google-cloud/bigtable": "^3.7.0",
"@google-cloud/logging-bunyan": "^3.2.2",
"@google-cloud/storage": "^6.10.1",
"@interlay/interbtc-types": "^1.5.10",
"@kiltprotocol/type-definitions": "^0.1.23",
"@laminar/type-definitions": "^0.3.1",
"@parallel-finance/type-definitions": "^1.6.4",
"@phala/typedefs": "^0.2.30",
"@polkadot/api": "^10.9.1",
"@polkadot/api-contract": "^10.9.1",
"@polkadot/keyring": "^12.3.2",
"@polkadot/types": "^10.9.1",
"@polkadot/util": "^12.3.2",
"@polkadot/util-crypto": "^12.3.2",
"@shazow/whatsabi": "^0.5.0",
"@sora-substrate/type-definitions": "^1.7.45",
"@subsocial/types": "^0.6.8",
"@zeitgeistpm/type-defs": "^0.4.5",
"abi-decoder": "^2.4.0",
"ably": "^1.2.33",
"adm-zip": "^0.5.10",
"as-scale-codec": "^0.2.3",
"async-lock": "^1.3.0",
"async-mutex": "^0.4.0",
"axios": "^0.24.0",
"big.js": "^6.2.1",
"blakejs": "^1.1.1",
"bloom-filters": "^3.0.0",
"browser-resolve": "^2.0.0",
"bunyan": "^1.8.15",
"canvas": "^2.10.1",
"commander": "^10.0.0",
"cookie-parser": "^1.4.6",
"debug": "^4.3.4",
"decimal.js": "^10.4.3",
"dotenv": "^16.0.1",
"ejs": "^3.1.6",
"ethers": "^5.7.1",
"evm": "^0.2.0",
"express": "^4.17.2",
"express-fileupload": "^1.4.0",
"express-mysql-session": "^2.1.8",
"express-session": "^1.17.3",
"glob": "^10.2.6",
"highcharts": "^9.3.1",
"highcharts-react-official": "^3.1.0",
"i": "^0.3.7",
"js-beautify": "^1.14.0",
"lodash": "^4.17.21",
"memcached-promise": "^1.0.1",
"moonbeam-types-bundle": "^2.0.4",
"multer": "^1.4.5-lts.1",
"mysql2": "^2.3.3-rc.0",
"node-ini": "^1.0.0",
"nodemailer": "^6.7.5",
"qrcode": "^1.5.0",
"sha1": "^1.1.1",
"sqlstring": "^2.3.2",
"ss58": "^1.0.2",
"web3": "1.6.0",
"web3-utils": "1.6.0",
"ws": "^8.9.0",
"xxhash-addon": "^1.4.0"
},
"scripts": {
"start": "node api.js",
"test": "mocha"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"@polkadot/keyring/**/@polkadot/util-crypto": "^8.0.5",
"@polkadot/util-crypto/@polkadot/wasm-crypto": "^4.4.1"
}
}