-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "vue-rocker-switch",
"version": "1.2.4",
"description": "A customisable rocker switch component for Vue.js",
"main": "./dist/vue-rocker-switch.umd.min.js",
"files": [
"dist/vue-rocker-switch.umd.min.js",
"dist/vue-rocker-switch.css"
],
"keywords": [
"vue",
"rocker",
"switch",
"vue-rocker",
"vue-rocker-switch",
"light-rocker-switch",
"light-switcher"
],
"author": "Danny Feliz <[email protected]>",
"license": "MIT",
"bugs": "https://github.com/DannyFeliz/vue-rocker-switch/issues/new",
"repository": {
"type": "git",
"url": "https://github.com/DannyFeliz/vue-rocker-switch"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"bundle": "vue-cli-service build --target lib --name vue-rocker-switch ./src/components/RockerSwitch.vue",
"lint": "vue-cli-service lint",
"publish": "npm publish --access public"
},
"dependencies": {
"color-string": "^1.5.3",
"vue": "^2.5.21"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-plugin-eslint": "^3.2.0",
"@vue/cli-service": "^3.2.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.21"
}
}