-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
61 lines (61 loc) · 1.44 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
{
"name": "pretty-checkbox-vue",
"version": "1.1.9",
"description": "Quickly integrate pretty checkbox Components (checkbox, switch, radio button) with Vue.js",
"keywords": [
"Pretty",
"Radio",
"Switch",
"Button",
"Pretty Checkbox",
"pretty-checkbox",
"Components",
"Vue",
"VueJS",
"Vue2",
"WebComponents",
"CSS",
"Input",
"Checkbox"
],
"main": "dist/pretty-checkbox-vue.js",
"scripts": {
"build": "webpack --hide-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hamed-ehtesham/pretty-checkbox-vue.git"
},
"files": [
"src",
"dist",
"input.js",
"check.js",
"radio.js"
],
"author": "Hamed Ehtesham",
"license": "MIT",
"bugs": {
"url": "https://github.com/hamed-ehtesham/pretty-checkbox-vue/issues"
},
"homepage": "https://hamed-ehtesham.github.io/pretty-checkbox-vue/",
"peerDependencies": {
"vue": "^2.2.0"
},
"dependencies": {
"pretty-checkbox": "^3.0.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"template-banner-webpack-plugin": "^1.1.2",
"uglifyjs-webpack-plugin": "^1.1.6",
"vue-loader": "^13.7.0",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0",
"webpack-merge": "^4.1.1"
}
}