-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
27 lines (27 loc) · 903 Bytes
/
package-lock.json
File metadata and controls
27 lines (27 loc) · 903 Bytes
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
{
"name": "panel",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@sweetalert2/theme-minimal": "^5.0.16",
"sweetalert2": "^11.11.0"
}
},
"node_modules/@sweetalert2/theme-minimal": {
"version": "5.0.16",
"resolved": "https://registry.npmjs.org/@sweetalert2/theme-minimal/-/theme-minimal-5.0.16.tgz",
"integrity": "sha512-/RkqgOqMICNmzbeS/xhM9eSZBBxpuuCOokRFEJ4zjmJEEe9xFdVmk38Y9oUHHlhQroGsWqdQdT8e8gAVFG2CPg=="
},
"node_modules/sweetalert2": {
"version": "11.11.0",
"resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-11.11.0.tgz",
"integrity": "sha512-wKCTtoE6lQVDKaJ5FFq+znk/YykJmJlD8RnLZps8C7DyivctCoRlVeeOwnKfgwKS+QJYon7s++3dmNi3/am1tw==",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/limonte"
}
}
}
}