-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
56 lines (56 loc) · 1.42 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
{
"name": "vuedals",
"version": "1.8.0",
"scripts": {
"build": "rm -rf ./dist && webpack --config ./webpack.config.js && webpack --config webpack.config.min.js",
"release": "bash ./release.sh",
"prepare": "npm run build"
},
"description": "Event based Vue's modal windows, with a single component",
"main": "dist/vuedals.js",
"repository": {
"type": "git",
"url": "git+https://github.com/javisperez/vuedals.git"
},
"keywords": [
"vue",
"vuejs",
"vuedals",
"modal",
"modals",
"modal windows",
"plugin"
],
"author": {
"name": "Javis Perez",
"email": "javisperez@gmail.com"
},
"readme": "README.md",
"license": "MIT",
"bugs": {
"url": "https://github.com/javisperez/vuedals/issues"
},
"homepage": "https://github.com/javisperez/vuedals",
"dependencies": {
"macaddress": "^0.2.9",
"randomatic": "^3.1.1",
"vue": "^2.1.10"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"clean-css": "^4.1.11",
"css-loader": "^0.26.1",
"node-sass": "^4.12.0",
"sass-loader": "^4.1.1",
"vue-html-loader": "^1.2.3",
"vue-loader": "^10.1.2",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.1.10",
"webpack": "^1.14.0",
"webpack-merge": "^2.6.1"
}
}