1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
# OpenRefine WebApp
See the main [README.md](../../README.md) for how to build and run OpenRefine.
## Dependencies
Dependencies available in the npm registry are added to package.json.
A few of the dependencies are not available in npm.
* jquery-ui: packages are generated from jquery-ui website (https://jqueryui.com/download/#!version=1.12.1).
* imgAreaSelect: cannot find 0.9.2 version in npm, found 0.9.11-rc.1 on GitHub (https://github.com/odyniec/imgareaselect).
* suggest (4.3a): not in npm, contains fixes from Google Code SVN.
These dependencies are located under `webapp/modules/core/externals`.
## postinstall
When `npm install` runs, a `postinstall` script copies the necessary files from `node_modules` into `webapp\modules\core\3rdparty`.
|