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.
44 lines
1.1 KiB
44 lines
1.1 KiB
{
|
|
"version": "1.0",
|
|
"defaultProvider": "cdnjs",
|
|
"libraries": [
|
|
{
|
|
"library": "react@16.13.1",
|
|
"destination": "wwwroot/lib/react/",
|
|
"files": [ "umd/react.development.js" ]
|
|
},
|
|
{
|
|
"library": "react-dom@16.13.1",
|
|
"destination": "wwwroot/lib/react-dom/",
|
|
"files": [ "umd/react-dom.development.js" ]
|
|
},
|
|
{
|
|
"library": "moment.js@2.24.0",
|
|
"destination": "wwwroot/lib/moment",
|
|
"files": [ "locale/zh-cn.js", "moment.js" ]
|
|
},
|
|
{
|
|
"library": "antd@4.1.4",
|
|
"destination": "wwwroot/lib/antd/",
|
|
"files": [
|
|
"antd.js",
|
|
"antd.css"
|
|
]
|
|
},
|
|
{
|
|
"library": "babel-standalone@6.26.0",
|
|
"destination": "wwwroot/lib/babel-standalone/",
|
|
"files": [ "babel.js" ]
|
|
},
|
|
{
|
|
"library": "react-router@5.1.2",
|
|
"destination": "wwwroot/lib/react-router/",
|
|
"files": [ "react-router.js" ]
|
|
},
|
|
{
|
|
"library": "react-router-dom@5.1.2",
|
|
"destination": "wwwroot/lib/react-router-dom",
|
|
"files": [ "react-router-dom.js" ]
|
|
}
|
|
]
|
|
} |