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.
iot/labs/jsuitest/libman.json

36 lines
866 B

{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "axios@0.19.2",
"destination": "wwwroot/lib/axios",
"files": [ "axios.min.js" ]
},
{
"library": "vue@2.6.11",
"destination": "wwwroot/lib/vue",
"files": [ "vue.min.js" ]
},
{
"library": "vuex@3.1.3",
"destination": "wwwroot/lib/vuex",
"files": [ "vuex.min.js" ]
},
{
"library": "vue-router@3.1.3",
"destination": "wwwroot/lib/vue-router",
"files": [ "vue-router.min.js" ]
},
{
"library": "moment.js@2.24.0",
"destination": "wwwroot/lib/moment",
"files": [ "locale/zh-cn.js", "moment.min.js" ]
},
{
"library": "ant-design-vue@1.5.3",
"destination": "wwwroot/lib/ant-design-vue",
"files": [ "antd.min.css", "antd.min.js" ]
}
]
}