Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Add react-dnd to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 9, 2015
1 parent 8ffcf4b commit bf5732d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions core/src/plugins/gui.ajax/res/js/vendor/nodejs/export.js
Expand Up @@ -7,4 +7,7 @@ window.injectTapEventPlugin = require("react-tap-event-plugin");
window.ReactGridLayout = require('react-grid-layout');
window.ReactChart = require('react-chartjs');
window.ReactSelect = require('react-select');
window.ReactDND = require('react-dnd');
window.ReactDND.HTML5Backend = require('react-dnd/modules/backends/HTML5');
window.ReactDND.flow = require('lodash/function/flow');
window.injectTapEventPlugin();
4 changes: 3 additions & 1 deletion core/src/plugins/gui.ajax/res/js/vendor/nodejs/package.json
Expand Up @@ -10,6 +10,8 @@
"react-infinite": "^0.3.4",
"react-tap-event-plugin": "^0.1.7",
"reactify": "^1.1.1",
"react-select":"^0.6.5"
"react-select":"^0.6.5",
"react-dnd":"^1.1.5",
"lodash":"^3.10.1"
}
}

0 comments on commit bf5732d

Please sign in to comment.