UNPKG
@recogito/annotorious
Version:
latest (2.7.14)
2.7.14
2.7.13
2.7.12
2.7.11
2.7.10
2.7.9
2.7.8
2.7.7
2.7.6
2.7.5
2.7.4
2.7.3
2.7.2
2.7.1
2.7.0
2.6.1
2.6.0
2.5.10
2.5.9
2.5.8
2.5.7
2.5.6
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.7
2.0.6
2.0.5
2.0.3
2.0.2-beta
2.0.1-alpha
2.0.0-alpha
A JavaScript image annotation library
annotorious.github.io
annotorious/annotorious
@recogito/annotorious
/
.babelrc
25 lines
•
409 B
Plain Text
View Raw
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
{
"env"
: {
"production"
: {
"presets"
: [ [
"
@babel
/preset-env"
, {
"modules"
: false } ] ],
"plugins"
: [
"
@babel
/plugin-proposal-class-properties"
] },
"test"
: {
"presets"
: [
"
@babel
/preset-env"
],
"plugins"
: [
"
@babel
/plugin-proposal-class-properties"
] } } }