UNPKG
btsdex
Version:
beta (0.4.4)
latest (0.7.11)
0.7.11
0.7.10
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.1
0.5.0
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.0.2
0.0.1
Package for work with BitShares DEX
btsdex
/
.babelrc
18 lines
(17 loc)
•
267 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"presets"
: [ [
"
@babel
/preset-env"
, {
"targets"
: {
"browsers"
:
"> 5%"
,
"node"
:
"12"
} } ] ],
"plugins"
: [
"
@babel
/plugin-transform-runtime"
,
"
@babel
/plugin-proposal-class-properties"
] }