-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
46 lines (46 loc) · 1.08 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-js-popover",
"description": "Vue.js 2+ popover component",
"version": "1.2.1",
"author": "euvl <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"build": "cross-env NODE_ENV=production webpack --mode production --progress --hide-modules"
},
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/euvl/vue-js-popover.git"
},
"bugs": {
"url": "https://github.com/euvl/vue-js-popover/issues"
},
"keywords": [
"vue",
"dropdown",
"tooltip",
"popover",
"menu",
"button"
],
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"babel-loader": "^8.0.4",
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"uglifyjs-webpack-plugin": "^2.1.1",
"vue": "^2.5.21",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0"
},
"peerDependencies": {
"vue": "^2.5.21"
}
}