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