-
Notifications
You must be signed in to change notification settings - Fork 307
/
package.json
52 lines (52 loc) · 1.37 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
{
"name": "izitoast",
"version": "1.5.0",
"description": "Elegant, responsive, flexible and lightweight notification plugin with no dependencies.",
"homepage": "https://izitoast.marcelodolza.com",
"readmeFilename": "README.md",
"license": "Apache-2.0",
"author": {
"name": "Marcelo Dolza",
"email": "[email protected]",
"homepage": "https://www.marcelodolza.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dolza/iziToast.git"
},
"bugs": {
"url": "https://github.com/marcelodolza/iziToast/issues"
},
"main": "dist/js/iziToast.js",
"typings": "types/index.d.ts",
"scripts": {
"build": "webpack --mode=production",
"dev": "webpack --watch --mode=development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"izitoast",
"toaster",
"toast",
"message",
"notification",
"alert",
"info,",
"success",
"warning",
"confirm",
"question",
"vanillajs"
],
"devDependencies": {
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^2.3.5",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}