-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.55 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
{
"name": "vuejs-overlay",
"version": "0.0.28",
"description": "Overlay (popup) component for Vue.js",
"keywords": [
"vue overlay component",
"vue overlay",
"vue popup component",
"vue popup"
],
"main": "dist/vuejs-overlay.min.js",
"author": "Fatih Koca <[email protected]>",
"license": "MIT",
"directories": {
"test": "test"
},
"scripts": {
"build": "webpack --config webpack.prod.js",
"lint": "jshint *.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fattihkoca/vuejs-overlay.git"
},
"private": false,
"dependencies": {
"vue": "^2.6.10"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.4",
"@babel/register": "^7.7.4",
"babel-loader": "^8.0.6",
"babel-plugin-istanbul": "^5.1.1",
"css-loader": "^1.0.0",
"custom-event": "^1.0.1",
"expect": "^24.9.0",
"jsdom": "^11.12.0",
"jsdom-global": "^3.0.2",
"mocha": "^5.2.0",
"mocha-webpack": "^1.1.0",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"vue-loader": "^15.3.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.1.0",
"webpack-merge": "^4.1.4",
"webpack-node-externals": "^1.7.2",
"xmlhttprequest": "^1.8.0"
},
"bugs": {
"url": "https://github.com/fattihkoca/vuejs-overlay/issues"
},
"homepage": "https://github.com/fattihkoca/vuejs-overlay#readme"
}