-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
23 lines (23 loc) · 918 Bytes
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "afilos",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@sweetalert2/theme-bootstrap-4": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@sweetalert2/theme-bootstrap-4/-/theme-bootstrap-4-4.0.0.tgz",
"integrity": "sha512-ZU0sYNpo783ihs4VHWRswYkwQQ/g+T5dI8c19RhDigHoIXHS6GXqic6atsP1BmVHPbq/LvFJTpgoRJQU3/SMCQ=="
},
"bootstrap": {
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.5.3.tgz",
"integrity": "sha512-o9ppKQioXGqhw8Z7mah6KdTYpNQY//tipnkxppWhPbiSWdD+1raYsnhwEZjkTHYbGee4cVQ0Rx65EhOY/HNLcQ=="
},
"sweetalert2": {
"version": "10.7.0",
"resolved": "https://registry.npmjs.org/sweetalert2/-/sweetalert2-10.7.0.tgz",
"integrity": "sha512-L/RwuY6JKs38nxnIjLnnNLnZ0+m2Bod+fXgNS2ewLI+9xzNJwUcPGv/Sh3wn2bmNNjcfuHTS7qZKwa7AIeDvNg=="
}
}
}