-
-
Notifications
You must be signed in to change notification settings - Fork 92
/
package.json
42 lines (42 loc) · 1.24 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
{
"name": "@sweetalert2/themes",
"version": "5.0.18",
"repository": "sweetalert2/sweetalert2-themes",
"homepage": "https://sweetalert2.github.io/",
"description": "Themes for SweetAlert2",
"peerDependencies": {
"sweetalert2": "^11.0.0"
},
"devDependencies": {
"@sweetalert2/stylelint-config": "^3.0.0",
"replace-in-file": "^8.0.0",
"sass": "^1.56.1",
"stylelint": "^16.0.0",
"sweetalert2": "^11.5.2",
"vite": "^5.0.0",
"zx": "^8.0.0"
},
"author": "Limon Monte (https://limonte.github.io)",
"contributors": [
"Giuseppe Verni (https://github.com/gverni)",
"Morgan Touverey-Quilling <[email protected]> (https://github.com/toverux)",
"Joseph Schultz (https://github.com/acupajoe)",
"Matthew Francis Brunetti <[email protected]> (https://github.com/zenflow)"
],
"keywords": [
"sweetalert2",
"theme",
"themes",
"theming",
"sass"
],
"scripts": {
"start": "vite",
"build": "NODE_NO_WARNINGS=1 zx tools/build.mjs",
"watch": "NODE_NO_WARNINGS=1 zx tools/build.mjs --watch",
"lint": "stylelint **/*.scss",
"create-new-theme": "zx tools/create-new-theme.mjs"
},
"bugs": "https://github.com/sweetalert2/sweetalert2-themes/issues",
"license": "MIT"
}