-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 2.95 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"_from": "git+https://github.com/choruru/vue-image-crop-upload.git",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/vue-image-crop-upload",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "vue-image-crop-upload@git+https://github.com/choruru/vue-image-crop-upload.git",
"name": "vue-image-crop-upload",
"escapedName": "vue-image-crop-upload",
"rawSpec": "git+https://github.com/choruru/vue-image-crop-upload.git",
"saveSpec": "git+https://github.com/choruru/vue-image-crop-upload.git",
"fetchSpec": "https://github.com/choruru/vue-image-crop-upload.git",
"gitCommittish": null
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/choruru/vue-image-crop-upload.git#1e931dcd0192320da452bf6eb70fb4fdaa3628f5",
"_spec": "vue-image-crop-upload@git+https://github.com/choruru/vue-image-crop-upload.git",
"_where": "/Users/tanduong/Code/kamereo/supplier",
"author": {
"name": "dai-siki"
},
"bugs": {
"url": "https://github.com/dai-siki/vue-image-crop-upload/issues"
},
"bundleDependencies": false,
"dependencies": {
"babel-runtime": "^6.11.6"
},
"deprecated": false,
"description": "a vue plgin for image upload and crop(vue图片剪裁上传插件)",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.17.0",
"babel-eslint": "^8.0.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"babel-preset-stage-3": "^6.17.0",
"browser-sync": "^2.13.0",
"classnames": "^2.2.5",
"css-loader": "^0.23.1",
"eslint": "^4.6.1",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^3.1.1",
"gulp-changed": "^1.3.0",
"gulp-load-plugins": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.6",
"gulp.spritesmith": "^6.2.1",
"html-webpack-plugin": "^2.22.0",
"node-sass": "^3.8.0",
"sass-loader": "^4.0.0",
"scss": "^0.2.4",
"scss-loader": "^0.0.1",
"style-loader": "^0.13.1",
"vinyl-named": "^1.1.0",
"vue": "^1.0.28",
"vue-html-loader": "^1.2.3",
"vue-loader": "^8.5.4",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.1",
"webpack-stream": "^3.2.0"
},
"homepage": "https://github.com/dai-siki/vue-image-crop-upload#readme",
"keywords": [
"vue",
"image",
"picture",
"photo",
"uploader",
"crop",
"cropper",
"file",
"avatar",
"文件上传",
"头像",
"图片剪裁上传"
],
"license": "ISC",
"main": "upload-2.vue",
"name": "vue-image-crop-upload",
"repository": {
"type": "git",
"url": "git+https://github.com/dai-siki/vue-image-crop-upload.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production gulp b",
"dev": "gulp"
},
"version": "2.3.3"
}