2017-05-25 19:37:07 +02:00
|
|
|
{
|
2017-05-25 00:23:44 +02:00
|
|
|
"activity": "./static/third/sorttable/sorttable.js",
|
2017-09-29 01:31:55 +02:00
|
|
|
"portico": [
|
|
|
|
"./static/js/portico/header.js"
|
|
|
|
],
|
2017-06-22 22:44:16 +02:00
|
|
|
"common": [
|
2017-08-06 03:53:44 +02:00
|
|
|
"./node_modules/jquery/dist/jquery.js",
|
|
|
|
"./node_modules/underscore/underscore.js",
|
2017-06-22 22:44:16 +02:00
|
|
|
"./static/js/blueslip.js",
|
|
|
|
"./static/third/bootstrap/js/bootstrap.js",
|
|
|
|
"./static/js/common.js",
|
|
|
|
"./node_modules/moment/min/moment.min.js",
|
|
|
|
"./node_modules/moment-timezone/builds/moment-timezone-with-data.min.js"
|
|
|
|
],
|
2017-07-10 20:50:11 +02:00
|
|
|
"help": [
|
|
|
|
"./node_modules/perfect-scrollbar/dist/js/perfect-scrollbar.jquery.js",
|
|
|
|
"./static/js/portico/help.js"
|
|
|
|
],
|
2017-06-22 22:48:25 +02:00
|
|
|
"katex": "./node_modules/katex/dist/katex.min.js",
|
2017-05-25 00:36:27 +02:00
|
|
|
"landing-page": "./static/js/portico/landing-page.js",
|
2017-08-01 07:21:44 +02:00
|
|
|
"integrations": "./static/js/portico/integrations.js",
|
2017-06-16 00:30:09 +02:00
|
|
|
"signup": [
|
|
|
|
"./static/js/portico/signup.js",
|
|
|
|
"./node_modules/jquery-validation/dist/jquery.validate.min.js"
|
|
|
|
],
|
2017-06-15 23:38:28 +02:00
|
|
|
"stats": [
|
|
|
|
"./static/js/stats/stats.js",
|
|
|
|
"./node_modules/plotly.js/dist/plotly-basic.min.js"
|
|
|
|
],
|
2017-05-25 01:32:27 +02:00
|
|
|
"translations": "./static/js/translations.js",
|
|
|
|
"zxcvbn": "./node_modules/zxcvbn/dist/zxcvbn.js"
|
2017-05-25 19:37:07 +02:00
|
|
|
}
|