UNPKG
react-photoswipe
Version:
beta (0.1.0-beta.1)
latest (1.3.0)
1.3.0
1.2.0
1.1.0
1.0.0
0.5.1
0.5.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
0.1.0-beta.1
PhotoSwipe, PhotoSwipeGallery component for ReactJS base on PhotoSwipe.
react-photoswipe
/
.babelrc
21 lines
(20 loc)
•
289 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
{
"presets"
:
[
[
"env"
,
{
"targets"
:
{
"browsers"
:
[
"last 2 versions"
]
}
}
]
,
"react"
]
,
"plugins"
:
[
"add-module-exports"
,
"transform-class-properties"
,
"transform-object-rest-spread"
]
}