-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.53 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
59
60
61
62
63
{
"name": "vue-loading-checkbox",
"description": "A Vue.js UI component for Loading Checkbox",
"main": "./dist/LoadingCheckbox.common.js",
"version": "0.2.0",
"files": [
"dist/*",
"src/*",
"public/*",
"*.json",
"*.js"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --dest docs",
"build-bundle": "vue-cli-service build --target lib --name LoadingCheckbox ./src/components/LoadingCheckbox.vue",
"lint": "vue-cli-service lint",
"prepare": "npm run build-bundle"
},
"dependencies": {
"vue": "^2.5.22"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.12.0",
"eslint-plugin-vue": "^5.1.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.22"
},
"keywords": [
"vue",
"vue.js",
"vuejs",
"component",
"checkbox",
"loading"
],
"homepage": "https://github.com/Carrene/vue-loading-checkbox",
"bugs": {
"url": "https://github.com/Carrene/vue-loading-checkbox/issues"
},
"author": "Armin Ayari <[email protected]>",
"contributors": [
{
"name": "Mahdi Aryayi",
"email": "[email protected]"
},
{
"name": "Armin Ayari",
"email": "[email protected]"
},
{
"name": "Shirin Eghrari",
"email": "[email protected]"
}
],
"license": "MIT"
}