Ready to Test
This commit is contained in:
66
Archive/libman.json
Normal file
66
Archive/libman.json
Normal file
@ -0,0 +1,66 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"defaultProvider": "filesystem",
|
||||
"libraries": [
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "D:/cdnjs/bootstrap@5.1.3/css",
|
||||
"destination": "wwwroot/lib/bootstrap/css"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "D:/cdnjs/bootstrap@5.1.3/js",
|
||||
"destination": "wwwroot/lib/bootstrap/js"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "D:/cdnjs/bootstrap@5.1.3/scss",
|
||||
"destination": "wwwroot/lib/bootstrap/scss"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "D:/cdnjs/bootstrap@5.1.3/scss/forms",
|
||||
"destination": "wwwroot/lib/bootstrap/scss/forms"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "D:/cdnjs/bootstrap@5.1.3/scss/helpers",
|
||||
"destination": "wwwroot/lib/bootstrap/scss/helpers"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "D:/cdnjs/bootstrap@5.1.3/scss/mixins",
|
||||
"destination": "wwwroot/lib/bootstrap/scss/mixins"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "D:/cdnjs/bootstrap@5.1.3/scss/utilities",
|
||||
"destination": "wwwroot/lib/bootstrap/scss/utilities"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "D:/cdnjs/bootstrap@5.1.3/scss/vendor",
|
||||
"destination": "wwwroot/lib/bootstrap/scss/vendor"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "D:/cdnjs/jquery@3.6.0/",
|
||||
"destination": "wwwroot/lib/jquery/"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "D:/cdnjs/jqueryui@1.12.1/",
|
||||
"destination": "wwwroot/lib/jquery-ui/"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "D:/cdnjs/jqueryui@1.12.1/images",
|
||||
"destination": "wwwroot/lib/jquery-ui/images"
|
||||
},
|
||||
{
|
||||
"provider": "filesystem",
|
||||
"library": "D:/cdnjs/jqueryui@1.12.1/themes",
|
||||
"destination": "wwwroot/lib/jquery-ui/themes"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user