-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
58 lines (58 loc) · 1.73 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
{
"name": "awesome-notifications",
"version": "3.1.3",
"description": "Lightweight library for beautifull and smooth notifications",
"main": "dist/index.js",
"scripts": {
"build": "rimraf dist/* && webpack --mode production --progress && rimraf dist/main*",
"dev": "rimraf dist/* && webpack --mode development --progress && rimraf dist/main*",
"build-dev": "rimraf dist/* docs/dist/* && webpack --mode production && rimraf dist/main* && cpx dist/*.{js,css} docs/dist",
"test": "mocha --require @babel/register --require @babel/polyfill",
"postversion": "npm run release",
"release": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/f3oall/awesome-notifications.git"
},
"keywords": [
"notifications",
"toast",
"confirm",
"popup",
"async",
"asynchronous",
"promise",
"modal",
"modal dialogs",
"modal windows"
],
"author": "David Yunevich",
"license": "MIT",
"bugs": {
"url": "https://github.com/f3oall/awesome-notifications/issues"
},
"homepage": "https://github.com/f3oall/awesome-notifications#readme",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.6",
"@babel/register": "^7.15.3",
"babel-loader": "^8.2.2",
"chai": "^4.3.4",
"compression-webpack-plugin": "^9.0.0",
"cpx": "^1.5.0",
"css-loader": "^6.3.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"jsdom": "17.0.0",
"jsdom-global": "3.0.2",
"mini-css-extract-plugin": "^2.3.0",
"mocha": "^9.1.2",
"node-sass": "^6.0.1",
"rimraf": "^3.0.2",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"webpack": "^5.54.0",
"webpack-cli": "^4.8.0"
}
}