-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "vue-load-image",
"version": "1.1.0",
"description": "A vue component for showing loader during image loading",
"scripts": {
"build": "vue-cli-service build --target=lib src/index.ts"
},
"repository": {
"type": "git",
"url": "git://github.com/john015/vue-load-image.git"
},
"bugs": {
"url": "https://github.com/john015/vue-load-image/issues"
},
"keywords": [
"vue-component",
"vue",
"vue-image-loader",
"image-loader",
"loader",
"image",
"image-preloader"
],
"main": "./dist/vue-load-image.common.js",
"browser": "./dist/vue-load-image.umd.min.js",
"author": "Sangwon Lee <lsw0150305@gmail.com>",
"license": "MIT",
"peerDependencies": {
"vue": "^3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/compiler-sfc": "^3.1.2",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.12.1",
"vue": "^3"
}
}