-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 1.33 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
{
"name": "vue-blurhash",
"version": "0.1.4",
"author": "Damien Roche",
"description": "Blurash Vue components",
"main": "./dist/vue-blurhash.common.js",
"keywords": [
"vue2",
"blurash",
"image",
"placeholder",
"blur",
"hash"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/damienroche/vue-blurhash.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-bundle": "vue-cli-service build --target lib --name vue-blurhash ./lib/index.ts"
},
"bugs": {
"url": "https://github.com/damienroche/vue-blurhash.git/issues"
},
"files": [
"dist"
],
"peerDependencies": {
"blurhash": "^1.1.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-typescript": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"@vue/eslint-config-typescript": "^5.0.2",
"core-js": "^3.6.4",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"typescript": "~3.8.3",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^8.4.1",
"vue-template-compiler": "^2.6.11"
}
}