Use bootstrap in Server.

This commit is contained in:
2018-12-28 14:32:41 +00:00
parent 1a044dd798
commit 6d52e09d51
19 changed files with 11660 additions and 38 deletions

12
DiscImageChef.Server/package-lock.json generated Normal file
View File

@@ -0,0 +1,12 @@
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"bootstrap": {
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-4.2.1.tgz",
"integrity": "sha512-tt/7vIv3Gm2mnd/WeDx36nfGGHleil0Wg8IeB7eMrVkY0fZ5iTaBisSh8oNANc2IBsCc6vCgCNTIM/IEN0+50Q==",
"dev": true
}
}
}