X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsparky-fe.git;a=blobdiff_plain;f=package.json;h=c35db744db5fc784a53aea1314f024b8f9d0e512;hp=211d047f925b705417f9d277521515ab9d7ef41a;hb=17ccebdd4b886ce3e2db145633cf6aa61f544695;hpb=6b408bc2ea74ffbe3985c7f90211e59a2f00fad2 diff --git a/package.json b/package.json index 211d047..c35db74 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "license": "Apache-2.0", "dependencies": { "collapsible-sliding-panel": "1.0.0", - "configurable-interactive-layout": "^2.2.14", "core-js": "^2.4.0", "crypto-js": "^3.1.9-1", "d3": "^4.12.0", @@ -48,13 +47,11 @@ "redux": "^3.3.1", "redux-form": "^6.2.1", "redux-thunk": "^2.1.0", - "spinner-container": "^1.0.27", "topojson": "^2.2.0", "uuid-js": "^0.7.5", "validator": "^4.3.0", "velocity-react": "^1.4.1", - "vertical-filter-bar": "^1.0.7", - "wolfy87-eventemitter": "^5.2.5" + "vertical-filter-bar": "^1.0.7" }, "devDependencies": { "babel-core": "^6.25.0", @@ -117,6 +114,7 @@ "\\.(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" }, + "testURL": "http://localhost", "moduleFileExtensions": [ "js", "jsx" @@ -134,6 +132,11 @@ "!**/resources/**", "!**/dist/**", "!**/scripts/**", + "!**/gulpfile.js", + "!**/karma.conf.js", + "!**/webpack.config.js", + "!**/webpack.devConfig.js", + "!**/coverage/**", "!**/tools/**" ] },