forked from timtnleeProject/vuejs-clipper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.03 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
{
"name": "vuejs-clipper",
"version": "3.0.3",
"author": {
"name": "timtnlee",
"email": "[email protected]"
},
"scripts": {
"build": "vue-cli-service build --target lib --name vuejs-clipper src/clipper.js",
"lint": "vue-cli-service lint",
"test": "vue-cli-service test:unit"
},
"main": "dist/vuejs-clipper.umd.js",
"module": "src/clipper.js",
"dependencies": {
"core-js": "^3.6.4",
"exif-js": "^2.3.0"
},
"peerDependencies": {
"rxjs": "^6.5.2",
"vue-rx": "^6.2.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.8.3",
"@vue/cli-plugin-babel": "~4.2.2",
"@vue/cli-plugin-eslint": "^3.7.0",
"@vue/cli-plugin-unit-mocha": "^3.7.0",
"@vue/cli-service": "^4.1.1",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-eslint": "^10.0.3",
"chai": "^4.1.2",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-server": "^3.11.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"standard",
"plugin:vue/recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"bugs": {
"url": "https://github.com/timtnleeProject/vuejs-clipper/issues"
},
"homepage": "https://timtnleeproject.github.io/vuejs-clipper/",
"keywords": [
"vue",
"image",
"clip",
"crop",
"clipper",
"cropper"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/timtnleeProject/vuejs-clipper.git"
},
"types": "types/index.d.ts"
}