-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 KB
/
package.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "imagekit-react",
"version": "0.1.0",
"description": "ImageKit SDK for React",
"main": "build/index.js",
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harshalbhatia/imagekit-react.git"
},
"keywords": [
"image-optimization",
"optimization",
"react"
],
"author": "Harshal Bhatia <[email protected]> (http://harshalbhatia.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/harshalbhatia/imagekit-react/issues"
},
"homepage": "https://github.com/harshalbhatia/imagekit-react#readme",
"devDependencies": {
"@babel/cli": "7.4.4",
"@babel/core": "7.4.4",
"@babel/preset-env": "7.4.4",
"@babel/preset-react": "7.0.0",
"babel-loader": "8.0.5",
"react": "16.8.6",
"react-dom": "16.8.6",
"webpack": "4.30.0",
"webpack-cli": "3.3.2",
"prop-types": "15.7.2"
},
"peerDependencies": {
"react": "16.8.6",
"query-string": "6.8.1"
}
}