-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 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
45
46
{
"name": "vue-click-outside-component",
"version": "1.0.3",
"description": "Vue directive for clicking outside component",
"main": "./dist/vue-click-outside-component.js",
"repository": "https://github.com/ColtHands/Vue-Click-Outside-Component.git",
"license": "MIT",
"publishConfig": {
"registry": "https://npm.pkg.github.com/@coldhandz"
},
"keywords": [
"vue",
"vue directive",
"directive",
"click outside element",
"click outside component",
"dom",
"vue click",
"v-click-outside",
"vue-click-outside",
"vue click outside",
"vue outside",
"vue click outside element",
"vue click outside component",
"vue click hook",
"vue hook",
"vue click outside hook"
],
"scripts": {
"dev": "webpack --mode=development",
"watch": "webpack --watch --mode=development",
"build": "webpack --mode=production"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"terser-webpack-plugin": "^4.1.0",
"vue": "^2.6.11",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"yargs": "^15.4.1"
}
}