-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-copy.json
More file actions
99 lines (99 loc) · 3.32 KB
/
Copy pathpackage-copy.json
File metadata and controls
99 lines (99 loc) · 3.32 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"copyFiles": [
{
"from": "node_modules/bootstrap/dist/js/bootstrap.bundle.{js,js.map}",
"to": "public/build/bootstrap/"
},
{
"from": [
"node_modules/bootstrap-table/dist/bootstrap-table.{js,css}"
],
"to": "public/build/bootstrap-table/"
},
{
"from": "node_modules/bootstrap-table/dist/extensions/defer-url/bootstrap-table-defer-url.js",
"to": "public/build/bootstrap-table/"
},
{
"from": "node_modules/bootstrap-table/dist/extensions/custom-view/bootstrap-table-custom-view.js",
"to": "public/build/bootstrap-table/"
},
{
"from": "node_modules/clipboard/dist/clipboard.js",
"to": "public/build/clipboard/"
},
{
"from": "node_modules/currency-flags/dist/currency-flags.css",
"to": "public/build/currency-flags/"
},
{
"from": [
"node_modules/@fortawesome/fontawesome-free/css/all.css",
"node_modules/@fortawesome/fontawesome-free/webfonts/*"
],
"to": "public/build/font-awesome/css"
},
{
"from": "node_modules/highcharts/highcharts.js",
"to": "public/build/highcharts/"
},
{
"from": "node_modules/html5sortable/dist/html5sortable.js",
"to": "public/build/html5sortable/"
},
{
"from": "node_modules/jquery/dist/jquery.js",
"to": "public/build/jquery/"
},
{
"from": [
"node_modules/jquery-contextmenu/dist/jquery.ui.position.js",
"node_modules/jquery-contextmenu/dist/jquery.contextMenu.js"
],
"to": "public/build/jquery-contextmenu/"
},
{
"from": "node_modules/mark.js/dist/jquery.mark.js",
"to": "public/build/jquery-mark/"
},
{
"from": [
"node_modules/jquery-validation/dist/jquery.validate.js",
"node_modules/jquery-validation/dist/additional-methods.js"
],
"to": "public/build/jquery-validation/"
},
{
"from": "node_modules/jquery-validation/dist/localization/messages_fr.js",
"to": "public/build/jquery-validation/"
},
{
"from": "node_modules/mermaid/dist/mermaid.js",
"to": "public/build/mermaid/"
},
{
"from": "node_modules/@mermaid-js/tiny/dist/mermaid.tiny.js",
"to": "public/build/mermaid/"
},
{
"from": "node_modules/@panzoom/panzoom/dist/panzoom.js",
"to": "public/build/panzoom/"
},
{
"from": [
"node_modules/select2/dist/js/select2.js",
"node_modules/select2/dist/js/i18n/fr.js",
"node_modules/select2/dist/css/select2.css"
],
"to": "public/build/select2/js/"
},
{
"from": "node_modules/select2-bootstrap-5-theme/dist/select2-bootstrap-5-theme.css",
"to": "public/build/select2/css/"
}
],
"copyFilesSettings": {
"whenFileExists": "overwrite",
"removeSourceMappingURL": true
}
}