forked from arthurvasconcelos/vue-izitoast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.99 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "vue-izitoast",
"version": "1.1.0",
"description": "Elegant, responsive, flexible and lightweight notification plugin implemented for Vue 2 of iziToast",
"main": "dist/vue-izitoast.js",
"files": [
"dist/vue-izitoast.js",
"dist/vue-izitoast.min.js"
],
"scripts": {
"build": "node build/build.js"
},
"homepage": "https://github.com/arthurvasconcelos/vue-izitoast#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/arthurvasconcelos/vue-izitoast.git"
},
"bugs": {
"url": "https://github.com/arthurvasconcelos/vue-izitoast/issues"
},
"keywords": [
"vue",
"izitoast",
"toaster",
"toast",
"message",
"notification",
"alert",
"info,",
"success",
"warning",
"confirm",
"question",
"js"
],
"engines": {
"node": "^6.11.4 || ^8.7.0",
"npm": "^3.10.10 || ^5.4.2",
"yarn": "^1.0.0"
},
"author": "Arthur Vasconcelos <vasconcelos.arthur@gmail.com> (http://arthurvasconcelos.com.br/)",
"license": "MIT",
"private": false,
"dependencies": {
"izitoast": "^1.3.0"
},
"peerDependencies": {
"izitoast": "^1.3.0",
"vue": "^2.0.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-3": "^6.24.1",
"chalk": "^2.4.1",
"compression-webpack-plugin": "^1.1.6",
"cross-env": "^5.1.5",
"cross-spawn": "^6.0.5",
"eslint": "^4.19.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.12.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"ora": "^1.4.0",
"rimraf": "^2.6.2",
"semver": "^5.5.0",
"shelljs": "^0.8.2",
"uglify-es": "^3.3.9",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^3.12.0",
"webpack-bundle-analyzer": "^2.12.0",
"webpack-dev-middleware": "^2.0.6",
"webpack-merge": "^4.1.2"
}
}