-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 898 Bytes
/
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
{
"name": "vue-coe-image",
"version": "0.2.4",
"description": "image-component",
"readmeFilename": "README.md",
"keywords": [
"vue",
"js",
"lazy",
"load",
"lazy load",
"img",
"image",
"intersection",
"observer"
],
"main": "dist/vue-coe-image.js",
"files": [
"dist"
],
"author": {
"name": "Vinicius Azevedo",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viniazvd/vue-coe-image"
},
"license": "MIT",
"scripts": {
"dev": "vite",
"doc": "vite build",
"build": "bili src/index.js --formats cjs,es,umd --banner --js buble --moduleName VueCoeImage"
},
"devDependencies": {
"bili": "^3.1.2",
"rollup-plugin-vue": "^4.3.2",
"vite": "^2.5.7",
"vite-plugin-vue2": "^1.8.2",
"vue": "^2.5.17",
"vue-template-compiler": "^2.5.17"
}
}