-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.63 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
53
54
55
56
57
58
{
"name": "vuttons",
"version": "0.0.16",
"private": false,
"description": "Components buttons for Vue js",
"author": "ldrovira <[email protected]>",
"homepage": "https://lusaxweb.github.io/vuttons/",
"repository": "lusaxweb/vuttons",
"bugs": {
"url": "https://github.com/lusaxweb/vuttons/issues"
},
"scripts": {
"build": "vue build --target lib --name vuttons src/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "vue-cli-service lint",
"docs:build": "vuepress build docs",
"dev": "vuepress dev docs",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"v": "npm version patch",
"p": "npm publish",
"deploy:lib": "npm run build & git add . & git commit -m 'deploy' & npm run v & npm run p && git push",
"deploy": "npm run deploy:lib && sh scripts/deploy.sh"
},
"main": "dist/vuttons.common.js",
"unpkg": "dist/vuttons.umd.min.js",
"jsdelivr": "dist/vuttons.umd.min.js",
"dependencies": {
"vuepress-plugin-container": "^2.0.1"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "^3.7.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vuepress": "^1.0.0-alpha.48"
},
"keywords": [
"vuttons",
"button",
"buttons",
"vue",
"vuejs",
"vue-components",
"components",
"component",
"javascript",
"css",
"framework",
"ui",
"frontend",
"responsive",
"stylus"
],
"license": "MIT"
}