-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlibman.json
69 lines (69 loc) · 1.84 KB
/
libman.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "[email protected]",
"provider": "cdnjs",
"destination": "wwwroot/js/devextreme",
"files": [
"jquery.js"
]
},
{
"library": "[email protected]",
"provider": "cdnjs",
"destination": "wwwroot/js/devextreme/"
},
{
"library": "[email protected]",
"provider": "cdnjs",
"destination": "wwwroot/js/devextreme/"
},
{
"library": "[email protected]",
"provider": "cdnjs",
"destination": "wwwroot/js/devextreme/"
},
{
"library": "node_modules/devextreme/dist/js/",
"provider": "filesystem",
"destination": "wwwroot/js/devextreme/"
},
{
"library": "node_modules/devextreme/dist/js/localization/",
"provider": "filesystem",
"destination": "wwwroot/js/devextreme/localization"
},
{
"library": "node_modules/devextreme/dist/js/vectormap-data/",
"provider": "filesystem",
"destination": "wwwroot/js/devextreme/vectormap-data"
},
{
"library": "node_modules/devextreme/dist/css/dx.common.css",
"provider": "filesystem",
"destination": "wwwroot/css/devextreme/"
},
{
"library": "node_modules/devextreme/dist/css/dx.softblue.css",
"provider": "filesystem",
"destination": "wwwroot/css/devextreme/"
},
{
"library": "node_modules/devextreme/dist/css/icons/",
"provider": "filesystem",
"destination": "wwwroot/css/devextreme/icons"
},
{
"library": "node_modules/devextreme/dist/css/fonts/",
"provider": "filesystem",
"destination": "wwwroot/css/devextreme/fonts"
},
{
"library": "node_modules/devextreme-aspnet-data/js/dx.aspnet.data.js",
"provider": "filesystem",
"destination": "wwwroot/js/devextreme"
}
]
}