-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "hai-notify",
"version": "0.1.0",
"description": "A beautiful, lightweight, flexible, and feature-rich notification library for modern web applications",
"main": "dist/notify.min.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haikallfiqih/hai-notify.git"
},
"keywords": [
"notification",
"toast",
"alert",
"popup",
"javascript",
"jquery",
"vanilla-js"
],
"author": "Haikal Fiqih",
"license": "MIT",
"bugs": {
"url": "https://github.com/haikallfiqih/hai-notify/issues"
},
"homepage": "https://github.com/haikallfiqih/hai-notify#readme",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.26",
"postcss-loader": "^7.3.3",
"style-loader": "^3.3.3",
"tailwindcss": "^3.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}