2017-03-15 12:09:22 -05:00
|
|
|
{
|
2019-07-29 05:24:54 -05:00
|
|
|
"//": [
|
|
|
|
"IMPORTANT:",
|
|
|
|
"If runtime or build time dependencies are changed in this file, the ",
|
|
|
|
"committer *must* ensure the DEB and RPM package maintainers are informed ",
|
2019-08-02 08:05:09 -05:00
|
|
|
"as soon as possible."
|
|
|
|
],
|
2017-12-04 23:21:13 -06:00
|
|
|
"license": "PostgreSQL",
|
2017-03-15 12:09:22 -05:00
|
|
|
"devDependencies": {
|
2019-10-10 01:35:28 -05:00
|
|
|
"@babel/core": "~7.6.0",
|
|
|
|
"@babel/preset-env": "~7.6.0",
|
2019-11-07 07:21:03 -06:00
|
|
|
"autoprefixer": "^9.6.4",
|
2019-10-10 01:35:28 -05:00
|
|
|
"axios-mock-adapter": "^1.17.0",
|
2019-03-14 10:11:16 -05:00
|
|
|
"babel-loader": "~8.0.5",
|
|
|
|
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
|
2019-12-11 02:32:27 -06:00
|
|
|
"copy-webpack-plugin": "^5.1.0",
|
2019-10-10 01:35:28 -05:00
|
|
|
"core-js": "^3.2.1",
|
2019-03-14 10:11:16 -05:00
|
|
|
"cross-env": "^5.2.0",
|
2020-07-29 04:19:22 -05:00
|
|
|
"enzyme": "^3.11.0",
|
|
|
|
"enzyme-adapter-react-16": "^1.15.2",
|
2019-03-14 10:11:16 -05:00
|
|
|
"eslint": "5.15.1",
|
2020-08-07 01:57:12 -05:00
|
|
|
"eslint-plugin-react": "^7.20.5",
|
2019-03-14 10:11:16 -05:00
|
|
|
"file-loader": "^3.0.1",
|
2019-11-07 07:21:03 -06:00
|
|
|
"iconfont-webpack-plugin": "^4.2.1",
|
2019-03-14 10:11:16 -05:00
|
|
|
"image-webpack-loader": "^4.6.0",
|
2018-02-09 05:09:04 -06:00
|
|
|
"is-docker": "^1.1.0",
|
2019-03-14 10:11:16 -05:00
|
|
|
"jasmine-core": "~3.3.0",
|
2020-07-29 04:19:22 -05:00
|
|
|
"jasmine-enzyme": "^7.1.2",
|
2019-03-14 10:11:16 -05:00
|
|
|
"karma": "^4.0.1",
|
|
|
|
"karma-babel-preprocessor": "^8.0.0",
|
|
|
|
"karma-browserify": "~6.0.0",
|
2018-02-09 05:09:04 -06:00
|
|
|
"karma-chrome-launcher": "^2.2.0",
|
2019-03-14 10:11:16 -05:00
|
|
|
"karma-jasmine": "~2.0.1",
|
|
|
|
"karma-jasmine-html-reporter": "^1.4.0",
|
2017-06-12 10:51:54 -05:00
|
|
|
"karma-requirejs": "~1.1.0",
|
2019-03-14 10:11:16 -05:00
|
|
|
"karma-source-map-support": "^1.4.0",
|
2018-05-30 21:09:00 -05:00
|
|
|
"karma-sourcemap-loader": "^0.3.7",
|
2019-03-14 10:11:16 -05:00
|
|
|
"karma-webpack": "~4.0.0-rc.6",
|
|
|
|
"mini-css-extract-plugin": "^0.5.0",
|
|
|
|
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
|
|
|
"popper.js": "^1.14.7",
|
2019-11-07 07:21:03 -06:00
|
|
|
"postcss-loader": "^3.0.0",
|
2020-07-29 04:19:22 -05:00
|
|
|
"prop-types": "^15.7.2",
|
2019-03-14 10:11:16 -05:00
|
|
|
"raw-loader": "^1.0.0",
|
2020-01-16 03:14:58 -06:00
|
|
|
"sass": "^1.24.4",
|
2018-09-04 05:24:51 -05:00
|
|
|
"sass-loader": "^7.1.0",
|
2019-03-14 10:11:16 -05:00
|
|
|
"sass-resources-loader": "^2.0.0",
|
|
|
|
"style-loader": "^0.23.1",
|
2019-12-11 02:32:27 -06:00
|
|
|
"terser-webpack-plugin": "^2.2.2",
|
2019-03-14 10:11:16 -05:00
|
|
|
"url-loader": "^1.1.2",
|
2019-12-11 02:32:27 -06:00
|
|
|
"webpack": "^4.41.2",
|
2019-10-10 01:35:28 -05:00
|
|
|
"webpack-bundle-analyzer": "^3.5.1",
|
2019-08-02 08:05:09 -05:00
|
|
|
"webpack-cli": "^3.2.3",
|
2019-10-10 01:35:28 -05:00
|
|
|
"webpack-require-from": "^1.8.0",
|
2019-08-02 08:05:09 -05:00
|
|
|
"yarn-audit-html": "^1.1.0"
|
2017-06-12 10:51:54 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-07-29 04:19:22 -05:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
|
|
|
"@babel/preset-react": "^7.10.4",
|
2020-08-13 01:34:00 -05:00
|
|
|
"@fortawesome/fontawesome-free": "^5.14.0",
|
2020-04-03 06:36:47 -05:00
|
|
|
"@simonwep/pickr": "^1.5.1",
|
2017-07-18 09:13:16 -05:00
|
|
|
"acitree": "git+https://github.com/imsurinder90/jquery-aciTree.git#rc.7",
|
2020-02-25 06:53:36 -06:00
|
|
|
"alertifyjs": "git+https://github.com/EnterpriseDB/AlertifyJS/#72c1d794f5b6d4ec13a68d123c08f19021afe263",
|
2019-08-02 08:05:09 -05:00
|
|
|
"axios": "^0.18.1",
|
2017-06-12 10:51:54 -05:00
|
|
|
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
|
|
|
|
"babel-preset-es2015-without-strict": "~0.0.4",
|
2019-03-14 10:11:16 -05:00
|
|
|
"babelify": "~10.0.0",
|
|
|
|
"backbone": "1.4.0",
|
2017-07-18 09:13:16 -05:00
|
|
|
"backform": "^0.2.0",
|
|
|
|
"backgrid-filter": "^0.3.7",
|
|
|
|
"backgrid-select-all": "^0.3.5",
|
2019-03-14 10:11:16 -05:00
|
|
|
"bignumber.js": "^8.1.1",
|
|
|
|
"bootstrap": "^4.3.1",
|
|
|
|
"bootstrap-datepicker": "^1.8.0",
|
2019-02-27 07:39:47 -06:00
|
|
|
"bootstrap4-toggle": "3.4.0",
|
2019-03-14 10:11:16 -05:00
|
|
|
"bowser": "2.1.2",
|
|
|
|
"browserify": "~16.2.3",
|
2020-07-29 04:19:22 -05:00
|
|
|
"chart.js": "^2.9.3",
|
2020-06-08 01:56:12 -05:00
|
|
|
"codemirror": "^5.54.0",
|
2019-03-14 10:11:16 -05:00
|
|
|
"css-loader": "2.1.0",
|
|
|
|
"cssnano": "^4.1.10",
|
|
|
|
"dropzone": "^5.5.1",
|
|
|
|
"exports-loader": "~0.7.0",
|
|
|
|
"immutability-helper": "^3.0.0",
|
|
|
|
"imports-loader": "^0.8.0",
|
2018-03-13 13:47:32 -05:00
|
|
|
"ip-address": "^5.8.9",
|
2020-08-07 01:57:12 -05:00
|
|
|
"istanbul-instrumenter-loader": "^3.0.1",
|
2020-06-10 10:42:59 -05:00
|
|
|
"jquery": "^3.5.1",
|
2019-03-14 10:11:16 -05:00
|
|
|
"jquery-contextmenu": "^2.8.0",
|
2017-07-18 09:13:16 -05:00
|
|
|
"jquery-ui": "^1.12.1",
|
2019-02-27 07:39:47 -06:00
|
|
|
"json-bignumber": "^1.0.1",
|
2020-08-07 01:57:12 -05:00
|
|
|
"karma-coverage": "^2.0.3",
|
2019-06-05 06:00:09 -05:00
|
|
|
"leaflet": "^1.5.1",
|
2019-03-14 10:11:16 -05:00
|
|
|
"moment": "^2.24.0",
|
|
|
|
"moment-timezone": "^0.5.23",
|
|
|
|
"mousetrap": "^1.6.3",
|
2020-07-29 04:19:22 -05:00
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-dom": "^16.13.1",
|
2019-03-14 10:11:16 -05:00
|
|
|
"requirejs": "~2.3.6",
|
2018-04-04 04:47:01 -05:00
|
|
|
"select2": "^4.0.6-rc.1",
|
2017-07-18 09:13:16 -05:00
|
|
|
"shim-loader": "^1.0.1",
|
2018-04-04 04:47:01 -05:00
|
|
|
"slickgrid": "git+https://github.com/6pac/SlickGrid.git#2.3.16",
|
2017-07-18 09:13:16 -05:00
|
|
|
"snapsvg": "^0.5.1",
|
2019-03-07 04:51:59 -06:00
|
|
|
"split.js": "^1.5.10",
|
2020-01-10 01:23:32 -06:00
|
|
|
"tablesorter": "^2.31.2",
|
2018-10-11 07:23:59 -05:00
|
|
|
"tempusdominus-bootstrap-4": "^5.1.2",
|
|
|
|
"tempusdominus-core": "^5.0.3",
|
2019-03-14 10:11:16 -05:00
|
|
|
"underscore": "^1.9.1",
|
|
|
|
"watchify": "~3.11.1",
|
2020-10-23 06:46:31 -05:00
|
|
|
"webcabin-docker": "git+https://github.com/EnterpriseDB/wcDocker/#c4a3398b89588408dc705895675bce7bd7660d36",
|
2019-03-14 10:11:16 -05:00
|
|
|
"wkx": "^0.4.6"
|
2017-06-12 10:51:54 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-03-07 04:51:59 -06:00
|
|
|
"linter": "yarn eslint --no-eslintrc -c .eslintrc.js --ext .js .",
|
2018-05-30 15:53:03 -05:00
|
|
|
"webpacker": "yarn run webpack --config webpack.config.js --progress",
|
|
|
|
"webpacker:watch": "yarn run webpack --config webpack.config.js --progress --watch",
|
|
|
|
"bundle:watch": "yarn run linter && yarn run webpacker:watch",
|
|
|
|
"bundle:dev": "yarn run linter && yarn run webpacker",
|
2019-10-10 01:35:28 -05:00
|
|
|
"bundle:analyze": "cross-env NODE_ENV=production ANALYZE=true yarn run bundle:dev",
|
2018-05-30 15:53:03 -05:00
|
|
|
"bundle": "cross-env NODE_ENV=production yarn run bundle:dev",
|
|
|
|
"test:karma-once": "yarn run linter && yarn run karma start --single-run",
|
|
|
|
"test:karma": "yarn run linter && yarn run karma start",
|
2020-08-07 01:57:12 -05:00
|
|
|
"test:karma-coverage": "yarn run test:karma-once --reporters coverage,progress",
|
2018-05-30 15:53:03 -05:00
|
|
|
"test:feature": "yarn run bundle && python regression/runtests.py --pkg feature_tests",
|
|
|
|
"test": "yarn run test:karma-once && yarn run bundle && python regression/runtests.py",
|
2019-08-02 08:05:09 -05:00
|
|
|
"pep8": "pycodestyle --config=../.pycodestyle ../docs && pycodestyle --config=../.pycodestyle ../pkg && pycodestyle --config=../.pycodestyle ../tools && pycodestyle --config=../.pycodestyle ../web",
|
|
|
|
"auditjs-html": "yarn audit --json | yarn run yarn-audit-html --output ../auditjs.html",
|
|
|
|
"auditjs": "yarn audit",
|
|
|
|
"auditpy": "safety check --full-report",
|
|
|
|
"audit": "yarn run auditjs && yarn run auditpy"
|
2017-03-15 12:09:22 -05:00
|
|
|
}
|
|
|
|
}
|