-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "vue-image-pro",
"version": "1.4.5",
"private": false,
"description": "An Image Component for Vue.js | 一个Vue图片增强组件",
"author": "zhangchaojie <1098626505@qq.com>",
"license": "MIT",
"main": "dist/vue-image-pro.umd.min.js",
"types": "./types/main.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/dream2023/vue-image-pro"
},
"keywords": [
"vue",
"image",
"avatar",
"vue-avatar",
"image-pro",
"vue-image",
"vue-image-pro",
"image responsive"
],
"scripts": {
"serve": "vue-cli-service serve",
"build:lib": "vue build -t lib --name vue-image-pro -d ./dist/ ./src/index.js",
"build:docs": "vue-cli-service build",
"build": "npm run lint && npm run build:docs && npm run build:lib",
"lint": "vue-cli-service lint"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.2",
"lint-staged": "^8.1.7",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"gitHooks": {
"pre-commit": "vue-cli-service lint src/* documentation/*"
}
}