13 lines
265 B
JavaScript
13 lines
265 B
JavaScript
"use strict";
|
|
|
|
let dependencies = {};
|
|
|
|
dependencies.files = [
|
|
//"~babel-polyfill/dist/polyfill",
|
|
"~popper.js/dist/popper",
|
|
"~bootstrap/js/dist/util",
|
|
"~bootstrap/js/dist/collapse",
|
|
"~bootstrap/js/dist/tooltip",
|
|
];
|
|
|
|
module.exports = dependencies; |