-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "vue-nice-avatar",
"description": "Dummy avatar generator",
"author": "Adem ilter <[email protected]>",
"homepage": "https://vue-nice-avatar.vercel.app/",
"version": "1.0.5",
"main": "dist/niceAvatar.umd.js",
"license": "MIT",
"keywords": [
"vue",
"vuejs",
"avatar"
],
"repository": {
"type": "git",
"url": "https://github.com/ademilter/vue-nice-avatar.git"
},
"bugs": {
"url": "https://github.com/ademilter/vue-nice-avatar/issues"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"package": "vue-cli-service build --entry src/components/NiceAvatar/NiceAvatar.vue --target lib --name niceAvatar",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.6.5",
"save-svg-as-png": "^1.4.17",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^2.2.1",
"vue-template-compiler": "^2.6.11"
}
}