-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.46 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "antd-image-crop-upload",
"version": "1.0.8",
"description": "antd & image-crop 的结合",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"version": "standard-version -- --release-as",
"start": "webpack-dev-server --config ./dome/webpack.config.js --color --hot"
},
"peerDependencies": {
"antd": "^3.12.3",
"prop-types": "^15.6.2",
"react": "^16.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miaowwwww/antd-image-crop-upload.git"
},
"keywords": [
"antd-image-crop",
"image-crop"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/miaowwwww/antd-image-crop-upload/issues"
},
"homepage": "https://github.com/miaowwwww/antd-image-crop-upload#readme",
"devDependencies": {
"antd": "^3.16.3",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.1",
"cz-conventional-changelog": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"style-loader": "^0.23.1",
"ts-import-plugin": "^1.5.5",
"ts-loader": "^5.3.3",
"typescript": "^3.4.3",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"react-image-crop": "6.0.18"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}