forked from manuel-rw/sweetforms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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": "@sweetalert2/sweetforms",
"version": "1.0.0",
"description": "A package based on sweetalert2 that provides highly customizable forms promised-based forms, with features like form advanced validation, custom data formats, dark mode, multi steps forms, and many more ",
"main": "src/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/sweetalert/sweetforms.git"
},
"keywords": [
"SweetForms",
"Sweetalert2",
"form",
"multi",
"steps",
"customizable",
"validation"
],
"author": "ChronicStone",
"license": "ISC",
"bugs": {
"url": "https://github.com/sweetalert/sweetforms/issues"
},
"homepage": "https://github.com/sweetalert/sweetforms#readme",
"dependencies": {
"autoprefixer": "^10.2.5",
"axios": "^0.21.1",
"core-js": "^3.9.1",
"postcss-loader": "^5.2.0",
"style-loader": "^2.0.0",
"sweetalert2": "^10.15.5"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.1.2",
"eslint": "^7.22.0",
"webpack": "^5.26.0",
"webpack-cli": "^4.5.0"
}
}