You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
2.1 KiB
81 lines
2.1 KiB
{
|
|
"version": "1.0",
|
|
"defaultProvider": "cdnjs",
|
|
"libraries": [
|
|
//base
|
|
{
|
|
"library": "lodash.js@4.17.10",
|
|
"destination": "wwwroot/lib/lodash/",
|
|
"files": [ "lodash.min.js" ]
|
|
},
|
|
{
|
|
"library": "jquery@3.3.1",
|
|
"destination": "wwwroot/lib/jquery/",
|
|
"files": [ "jquery.min.js" ]
|
|
},
|
|
{
|
|
"library": "jquery-validate@1.17.0",
|
|
"destination": "wwwroot/lib/jquery-validation/",
|
|
"files": [ "jquery.validate.min.js", "localization/messages_zh.min.js" ]
|
|
},
|
|
{
|
|
"library": "jquery-validation-unobtrusive@3.2.10",
|
|
"destination": "wwwroot/lib/jquery-validation-unobtrusive/",
|
|
"files": [ "jquery.validate.unobtrusive.min.js" ]
|
|
},
|
|
{
|
|
"library": "vue@2.5.17",
|
|
"destination": "wwwroot/lib/vue/",
|
|
"files": [ "vue.min.js" ]
|
|
},
|
|
{
|
|
"library": "URI.js@1.19.1",
|
|
"destination": "wwwroot/lib/URI.js/",
|
|
"files": [ "URI.min.js" ]
|
|
},
|
|
//font
|
|
{
|
|
"library": "font-awesome@4.7.0",
|
|
"destination": "wwwroot/lib/font-awesome/"
|
|
},
|
|
//framework
|
|
{
|
|
"library": "twitter-bootstrap@3.3.7",
|
|
"destination": "wwwroot/lib/bootstrap/"
|
|
},
|
|
{
|
|
"library": "admin-lte@2.4.8",
|
|
"destination": "wwwroot/lib/admin-lte/"
|
|
},
|
|
//ui
|
|
{
|
|
"library": "fancybox@3.3.5",
|
|
"destination": "wwwroot/lib/fancybox/",
|
|
"files": [ "jquery.fancybox.min.css", "jquery.fancybox.min.js" ]
|
|
},
|
|
{
|
|
"library": "jquery-datetimepicker@2.5.20",
|
|
"destination": "wwwroot/lib/jquery-datetimepicker/",
|
|
"files": [ "jquery.datetimepicker.min.css", "jquery.datetimepicker.full.min.js" ]
|
|
},
|
|
{
|
|
"library": "layer@2.3",
|
|
"destination": "wwwroot/lib/layer/"
|
|
},
|
|
{
|
|
"library": "select2@4.0.5",
|
|
"destination": "wwwroot/lib/select2/",
|
|
"files": [ "css/select2.min.css", "js/select2.full.min.js", "js/i18n/zh-CN.js" ]
|
|
},
|
|
{
|
|
"library": "Chart.js@2.7.3",
|
|
"destination": "wwwroot/lib/Chart.js/",
|
|
"files": [ "Chart.bundle.min.js" ]
|
|
},
|
|
//mobile
|
|
{
|
|
"library": "framework7@3.1.1",
|
|
"destination": "wwwroot/lib/framework7/"
|
|
}
|
|
]
|
|
} |