UNPKG – react-images-upload
1
{
2
"name"
:
"react-images-upload"
,
3
"version"
:
"1.2.4"
,
4
"private"
:
false
,
5
"main"
:
"compiled.js"
,
6
"repository"
: {
7
"type"
:
"git"
,
8
"url"
:
"https://github.com/jakehartnell/react-images-upload"
9
},
10
"dependencies"
: {
11
"react"
:
"^16.2.0"
,
12
"react-flip-move"
:
"^3.0.1"
13
},
14
"scripts"
: {
15
"prepublishOnly"
:
"npm run transpile"
,
16
"transpile"
:
"babel index.js --out-file compiled.js"
17
},
18
"babel"
: {
19
"presets"
: [
20
"env"
,
21
"react"
,
22
"stage-2"
23
]
24
},
25
"keywords"
: [
26
"image"
,
27
"upload"
,
28
"file"
,
29
"react image upload"
30
],
31
"license"
:
"MIT"
,
32
"peerDependencies"
: {
33
"react"
:
"^16.3.0"
,
34
"react-dom"
:
"^16.3.0"
35
},
36
"devDependencies"
: {
37
"babel-cli"
:
"^6.26.0"
,
38
"babel-core"
:
"^6.26.0"
,
39
"babel-loader"
:
"^7.1.4"
,
40
"babel-preset-env"
:
"^1.6.1"
,
41
"babel-preset-react"
:
"^6.24.1"
42
}
43
}