X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsparky-fe.git;a=blobdiff_plain;f=package.json;h=803879793037a60243ce3f7b130eaed4cfbc99ec;hp=2c33b10f1775aa5d703ea76471af0ccb7d5f6d23;hb=0fd398f3f0756ff9dc911cf4adf1c31612eb1873;hpb=2f2462bec0ff957737e10467a78053e9fac8fbd6 diff --git a/package.json b/package.json index 2c33b10..8038797 100644 --- a/package.json +++ b/package.json @@ -5,20 +5,21 @@ "main": "bundle.js", "scripts": { "start": "gulp", - "build": "gulp build", + "build": "gulp build --max-old-space-size=8192", "test": "jest", "testReport": "jest --coverage" }, "author": "", "license": "Apache-2.0", "dependencies": { - "collapsible-sliding-panel": "1.0.0", + "axios": "^0.18.0", + "collapsible-sliding-panel": "1.0.2", "core-js": "^2.4.0", "crypto-js": "^3.1.9-1", "d3": "^4.12.0", "es6-promise": "^3.2.1", - "filter-bar-utils": "1.0.0", - "gulp-sass": "^3.0.0", + "filter-bar-utils": "1.0.3", + "gulp-sass": "^4.1.0", "jquery": "^2.2.2", "loadable-components": "^2.2.2", "lodash": "^4.17.4", @@ -32,8 +33,8 @@ "react-autosuggest": "^9.3.4", "react-autowhatever": "^10.1.2", "react-bootstrap": "^0.31.2", - "react-datepicker": "^0.55.0", - "react-dom": "^16.4.1", + "react-datepicker": "^1.7.0", + "react-dom": "^16.4.2", "react-fontawesome": "^1.6.1", "react-grid-layout": "^0.14.4", "react-highlight-words": "^0.11.0", @@ -47,11 +48,12 @@ "redux": "^3.3.1", "redux-form": "^6.2.1", "redux-thunk": "^2.1.0", + "sinon": "^7.3.1", "topojson": "^2.2.0", "uuid-js": "^0.7.5", "validator": "^4.3.0", "velocity-react": "^1.4.1", - "vertical-filter-bar": "^1.0.7" + "vertical-filter-bar": "1.0.12" }, "devDependencies": { "babel-core": "^6.25.0", @@ -78,7 +80,7 @@ "gulp": "^3.9.1", "gulp-clean": "^0.3.1", "gulp-css-usage": "^2.0.0", - "gulp-helpers": "^5.0.0", + "gulp-helpers": "^5.1.0", "gulp-jsx-coverage": "^0.3.8", "gulp-rename": "^1.2.2", "gulp-replace": "^0.5.4", @@ -87,24 +89,25 @@ "isparta-loader": "^2.0.0", "istanbul": "^1.0.0-alpha.2", "istanbul-instrumenter-loader": "^0.2.0", - "jest": "^22.4.3", + "jest": "^23.0.1", "jest-enzyme": "^6.0.0", "jest-fetch-mock": "^1.5.0", "json-loader": "^0.5.4", "jsx-loader": "^0.13.2", "nock": "^8.0.0", - "node-sass": "^4.8.3", + "node-sass": "^4.14.1", "node-watch": "^0.3.5", "prompt": "^0.2.14", + "randomstring": "^1.1.5", "react-addons-test-utils": "^15.1.0", "react-hot-loader": "^3.0.0-beta.6", - "redux-mock-store": "^1.4.0", + "redux-mock-store": "^1.5.3", "sass-loader": "^3.1.2", - "sinon": "^6.3.4", "source-map-loader": "^0.1.5", "style-loader": "^0.13.1", "url-loader": "^0.5.7", "webpack": "^1.13.1", + "webpack-bundle-analyzer": "^3.0.3", "webpack-dev-server": "^1.14.1" }, "jest": { @@ -113,7 +116,8 @@ "automock": false, "moduleNameMapper": { "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "/test/fileMock.js", - "\\.(css|scss)$": "/test/styleMock.js" + "\\.(css|scss)$": "/test/styleMock.js", + "resources/(.*)": "/resources/$1" }, "testURL": "http://localhost", "moduleFileExtensions": [ @@ -138,7 +142,10 @@ "!**/webpack.config.js", "!**/webpack.devConfig.js", "!**/coverage/**", - "!**/tools/**" + "!**/tools/**", + "!src/app/main.app.jsx", + "!src/app/configurableViews/index.js", + "!src/app/extensibility/index.js" ] }, "engines": {