-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 967 Bytes
/
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
{
"name": "react-image-crop-upload",
"version": "1.2.6",
"description": "A beautiful react component for imgage crop and upload. (react头像剪裁上传组件).",
"main": "dist/index.js",
"repository": "git@github.com:masongzhi/react-image-crop-upload.git",
"author": "masongzhi <511071161@qq.com>",
"license": "MIT",
"keywords": [
"react image",
"react upload",
"vue-image-crop-upload"
],
"scripts": {
"build": "node rollup.js"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.8.3"
},
"devDependencies": {
"autoprefixer": "^9.4.9",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"node-sass": "^4.11.0",
"rollup": "^1.3.1",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-terser": "^4.0.4"
}
}