-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 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
{
"name": "vuetify-image",
"version": "0.1.0",
"scripts": {
"dev": "vue-cli-service serve",
"start": "npm run dev",
"build": "vue-cli-service build --target lib ./src/index.js --name VueImage",
"prepublish": "npm run build"
},
"dependencies": {
"hoek": "^4.2.1",
"vue": "^2.5.16"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.15",
"@vue/cli-service": "^3.0.0-beta.15",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.16",
"vuetify": "^1.0.18"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"main": "./dist/VueImage.common.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Hkh12/vuetify-image.git"
},
"keywords": [
"vue",
"vuetify",
"image",
"img",
"component"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Hkh12/vuetify-image/issues"
},
"homepage": "https://github.com/Hkh12/vuetify-image#readme",
"description": "Image component for Vuetify.js"
}