-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
27 lines (27 loc) · 1012 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
24
25
26
27
{
"name": "remod-website",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@lucsoft/webgen": {
"version": "1.19.4",
"resolved": "https://registry.npmjs.org/@lucsoft/webgen/-/webgen-1.19.4.tgz",
"integrity": "sha512-ILqlMKuRaQmhnyUsXao7pUKhhvjrSINkymPUgyGif4eD0sFhNtM2jePA0Ceu2Mu02XVJKRjUTZEFrgQB6haxIQ==",
"requires": {
"bootstrap-icons": "^1.5.0",
"material-icons": "^1.0.1"
}
},
"bootstrap-icons": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.5.0.tgz",
"integrity": "sha512-44feMc7DE1Ccpsas/1wioN8ewFJNquvi5FewA06wLnqct7CwMdGDVy41ieHaacogzDqLfG8nADIvMNp9e4bfbA=="
},
"material-icons": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/material-icons/-/material-icons-1.1.1.tgz",
"integrity": "sha512-FGF8NRqO7/CePjL5rYo5tdAzZ1Tjq503e0jH8yAyE8DcuxoJnmA2Ejew/L8Mw2T3g+5tBbMeVWyprsVPNty8Yw=="
}
}
}