forked from zhanziyang/vue-croppa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.16 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
{
"name": "vue-croppa",
"version": "0.2.2",
"description": "A simple straightforward customizable lightweight mobile-friendly image cropper for Vue 2.0.",
"main": "dist/vue-croppa.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:full": "rollup -c --environment BUILD:production",
"build:min": "rollup -c --environment BUILD:production-min",
"build:doc": "rollup -c",
"build": "npm run build:full && npm run build:doc && npm run build:min",
"dev": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhanziyang/vue-croppa.git"
},
"keywords": [
"cropper",
"vue",
"image",
"crop",
"upload",
"vue-cropper",
"vue cropper",
"image cropper",
"vue plugin",
"move",
"zoom",
"javascript",
"web",
"front-end",
"staightforward",
"customizable",
"editable",
"lightweight",
"mobile"
],
"author": "zhanziyang",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhanziyang/vue-croppa/issues"
},
"homepage": "https://zhanziyang.github.io/vue-croppa/",
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-eslint": "^7.2.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-latest": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"file-loader": "^0.11.2",
"lodash": "^4.17.4",
"postcss": "^6.0.2",
"postcss-clean": "^1.0.2",
"rollup": "^0.43.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-eslint": "^3.0.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-stylus": "^1.0.3",
"rollup-plugin-uglify": "^2.0.1",
"rollup-plugin-vue": "^2.4.0",
"rollup-watch": "^4.0.0",
"stylus": "^0.54.5",
"url-loader": "^0.5.9",
"vue": "^2.3.4"
},
"dependencies": {
"canvas-exif-orientation": "^0.4.0",
"object-assign": "^4.1.1"
}
}