Slide 28
Slide 28 text
28 / 34
basic-
commonjs
package.json
{
"
n
a
m
e
"
: "
r
e
a
c
t
-
b
a
s
i
c
-
c
o
m
m
o
n
j
s
-
e
x
a
m
p
l
e
"
,
"
d
e
s
c
r
i
p
t
i
o
n
"
: "
B
a
s
i
c e
x
a
m
p
l
e o
f u
s
i
n
g R
e
a
c
t w
i
t
h C
o
m
m
o
n
J
S
"
,
"
p
r
i
v
a
t
e
"
: t
r
u
e
,
"
m
a
i
n
"
: "
i
n
d
e
x
.
j
s
"
,
"
d
e
p
e
n
d
e
n
c
i
e
s
"
: {
"
b
a
b
e
l
-
p
r
e
s
e
t
-
e
s
2
0
1
5
"
: "
^
6
.
6
.
0
"
,
"
b
a
b
e
l
-
p
r
e
s
e
t
-
r
e
a
c
t
"
: "
^
6
.
5
.
0
"
,
"
b
a
b
e
l
i
f
y
"
: "
^
7
.
3
.
0
"
,
"
b
r
o
w
s
e
r
i
f
y
"
: "
^
1
3
.
0
.
0
"
,
"
r
e
a
c
t
"
: "
^
1
5
.
0
.
2
"
,
"
r
e
a
c
t
-
d
o
m
"
: "
^
1
5
.
0
.
2
"
,
"
w
a
t
c
h
i
f
y
"
: "
^
3
.
7
.
0
"
}
,
"
s
c
r
i
p
t
s
"
: {
"
b
u
i
l
d
"
: "
b
r
o
w
s
e
r
i
f
y .
/
i
n
d
e
x
.
j
s -
t b
a
b
e
l
i
f
y -
o b
u
n
d
l
e
.
j
s
"
,
"
s
t
a
r
t
"
: "
w
a
t
c
h
i
f
y .
/
i
n
d
e
x
.
j
s -
v -
t b
a
b
e
l
i
f
y -
o b
u
n
d
l
e
.
j
s
"
}
}