-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "react-bootstrap-image-cropper",
"version": "0.3.0",
"description": "Select, crop, preview, edit, all in one!",
"keywords": [
"react-bootstrap",
"image cropper"
],
"main": "dist/index.js",
"scripts": {
"clean": "shx rm -rf dist",
"prebuild": "npm run clean",
"build": "babel src -d dist",
"prepublish": "npm run build",
"predeploy": "cd example && npm run build",
"deploy": "gh-pages -d example/build"
},
"author": "zhaoyao91 <[email protected]>",
"repository": "https://github.com/zhaoyao91/react-bootstrap-image-cropper",
"homepage": "https://zhaoyao91.github.io/react-bootstrap-image-cropper",
"license": "MIT",
"peerDependencies": {
"react": "^16.8.3",
"react-bootstrap": "^1.0.0-beta.10"
},
"dependencies": {
"react-easy-crop": "^1.16.0",
"use-object-url": "^1.0.0"
},
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"gh-pages": "^2.1.1",
"shx": "^0.3.2"
}
}