-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.2 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
{
"name": "@imageengine/vue",
"version": "0.1.3",
"description": "Vue components for seamless integration with ImageEngine",
"scripts": {
"build": "vue-cli-service build --target lib --name imageengineVue ./src/main.ts"
},
"dependencies": {
"vue": "^2.6.11"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"@vue/cli-plugin-typescript": "^4.5.13",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-typescript": "^7.0.0",
"typescript": "^4.3.2",
"vue": "^2.0",
"vue-template-compiler": "^2.6.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imgeng/imageengine-vue.git"
},
"keywords": [
"vue",
"image cdn",
"ImageEngine"
],
"author": "Luka Bjelica | https://github.com/luksha6",
"license": "MIT",
"bugs": {
"url": "https://github.com/imgeng/imageengine-vue/issues"
},
"eslintConfig": {
"extends": [
"@vue/typescript/recommended"
]
},
"homepage": "https://github.com/imgeng/imageengine-vue#readme",
"main": "./dist/imageengineVue.common.js",
"files": [
"dist/*",
"src/*",
"public/*",
"*.json",
"*.js"
]
}