-
Notifications
You must be signed in to change notification settings - Fork 207
/
package.json
62 lines (62 loc) · 1.74 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
{
"name": "vue-core-image-upload",
"version": "2.4.14",
"description": "a vue plgin for image upload and crop",
"main": "dist/vue-core-image-upload.vue",
"module": "src/vue-core-image-upload.vue",
"dependencies": {
"core-image-xhr": "^1.0.3",
"vue": "^2.0.5"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-2": "^6.13.0",
"babel-runtime": "^6.11.6",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.25.0",
"eslint": "^3.14.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-config-airbnb-base": "^11.0.1",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-standard": "^2.0.1",
"eslint-plugin-vue": "^2.0.1",
"fs-extra": "^9.0.1",
"style-loader": "^0.13.1",
"vue-html-loader": "^1.2.3",
"vue-loader": "^8.5.4",
"vue-style-loader": "^1.0.0",
"webpack": "^2.4.1"
},
"scripts": {
"test": "npm run test",
"build": "rm -f ./index.js && webpack --config ./webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vanthink-UED/vue.core.image.upload.git"
},
"keywords": [
"vue",
"plugin",
"upload",
"image",
"crop",
"image"
],
"author": "JackPu",
"license": "ISC",
"bugs": {
"url": "https://github.com/Vanthink-UED/vue.core.image.upload/issues"
},
"homepage": "https://github.com/Vanthink-UED/vue.core.image.upload#readme"
}