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.
71 lines
1.9 KiB
71 lines
1.9 KiB
{
|
|
"version": "1.0",
|
|
"defaultProvider": "cdnjs",
|
|
"libraries": [
|
|
{
|
|
"library": "jquery@3.5.1",
|
|
"destination": "wwwroot/lib/jquery",
|
|
"files": [ "jquery.min.js" ]
|
|
},
|
|
{
|
|
"library": "jquery.serializeJSON@2.9.0",
|
|
"destination": "wwwroot/lib/jquery.serializeJSON",
|
|
"files": [ "jquery.serializejson.min.js" ]
|
|
},
|
|
{
|
|
"library": "axios@0.19.2",
|
|
"destination": "wwwroot/lib/axios"
|
|
},
|
|
{
|
|
"provider": "unpkg",
|
|
"library": "jwt-decode@2.2.0",
|
|
"destination": "wwwroot/lib/jwt-decode",
|
|
"files": [ "build/jwt-decode.min.js" ]
|
|
},
|
|
{
|
|
"library": "pubsub-js@1.8.0",
|
|
"destination": "wwwroot/lib/pubsub-js",
|
|
"files": [ "pubsub.min.js" ]
|
|
},
|
|
{
|
|
"library": "moment.js@2.26.0",
|
|
"destination": "wwwroot/lib/moment.js",
|
|
"files": [ "locale/zh-cn.js", "moment.min.js" ]
|
|
},
|
|
{
|
|
"library": "vue@2.6.11",
|
|
"destination": "wwwroot/lib/vue",
|
|
"files": [ "vue.min.js" ]
|
|
},
|
|
{
|
|
"library": "vue-router@3.2.0",
|
|
"destination": "wwwroot/lib/vue-router",
|
|
"files": [ "vue-router.min.js" ]
|
|
},
|
|
{
|
|
"library": "vuex@3.2.0",
|
|
"destination": "wwwroot/lib/vuex",
|
|
"files": [ "vuex.min.js" ]
|
|
},
|
|
{
|
|
"library": "popper.js@2.4.2",
|
|
"destination": "wwwroot/lib/popper.js",
|
|
"files": [ "umd/popper.min.js" ]
|
|
},
|
|
{
|
|
"library": "bootstrap-vue@2.15.0",
|
|
"destination": "wwwroot/lib/bootstrap-vue",
|
|
"files": [ "bootstrap-vue.min.css", "bootstrap-vue.min.js" ]
|
|
},
|
|
{
|
|
"library": "ant-design-vue@1.5.3",
|
|
"destination": "wwwroot/lib/ant-design-vue",
|
|
"files": [ "antd.min.css", "antd.min.js" ]
|
|
},
|
|
{
|
|
"library": "element-ui@2.13.2",
|
|
"destination": "wwwroot/lib/element-ui",
|
|
"files": ["index.js","theme-chalk/index.css","theme-chalk/fonts/element-icons.ttf","theme-chalk/fonts/element-icons.woff"]
|
|
}
|
|
]
|
|
} |