-
Notifications
You must be signed in to change notification settings - Fork 367
/
package.json
76 lines (76 loc) · 1.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
{
"name": "vue-image-crop-upload",
"version": "3.0.3",
"description": "a vue plgin for image upload and crop(vue图片剪裁上传插件)",
"main": "upload-3.vue",
"scripts": {
"dev": "gulp",
"build": "cross-env NODE_ENV=production gulp js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dai-siki/vue-image-crop-upload.git"
},
"keywords": [
"vue",
"image",
"picture",
"photo",
"uploader",
"crop",
"cropper",
"file",
"avatar",
"文件上传",
"头像",
"图片剪裁上传"
],
"author": "dai-siki",
"license": "ISC",
"bugs": {
"url": "https://github.com/dai-siki/vue-image-crop-upload/issues"
},
"homepage": "https://github.com/dai-siki/vue-image-crop-upload#readme",
"dependencies": {
"babel-runtime": "^6.11.6"
},
"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",
"cross-env": "^7.0.3",
"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"
}
}