forked from sweetalert2/sweetalert2-themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.48 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
{
"name": "@sweetalert2/themes",
"version": "4.0.3",
"repository": "sweetalert2/sweetalert2-themes",
"homepage": "https://sweetalert2.github.io/",
"description": "Themes for SweetAlert2",
"peerDependencies": {
"sweetalert2": "^10.0.0"
},
"devDependencies": {
"@sweetalert2/execute": "^1.0.1",
"@sweetalert2/stylelint-config": "^1.1.23",
"browser-sync": "^2.26.7",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-stylelint": "^13.0.0",
"node-sass-tilde-importer": "^1.0.2",
"promise-polyfill": "^8.1.3",
"replace-in-file": "^6.0.0",
"stylelint": "^13.12.0",
"sweetalert2": "^10.16.0"
},
"author": "Limon Monte <[email protected]> (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": "gulp watch",
"build": "gulp build",
"lint": "gulp lint",
"create-new-theme": "node tools/create-new-theme.js"
},
"bugs": "https://github.com/sweetalert2/sweetalert2-themes/issues",
"license": "MIT"
}