small tweaks to test code to get it to work
[aai/sparky-fe.git] / package.json
index 211d047..c35db74 100644 (file)
@@ -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",
     "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",
       "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test/fileMock.js",
       "\\.(css|scss)$": "<rootDir>/test/styleMock.js"
     },
+    "testURL": "http://localhost",
     "moduleFileExtensions": [
       "js",
       "jsx"
       "!**/resources/**",
       "!**/dist/**",
       "!**/scripts/**",
+      "!**/gulpfile.js",
+      "!**/karma.conf.js",
+      "!**/webpack.config.js",
+      "!**/webpack.devConfig.js",
+      "!**/coverage/**",
       "!**/tools/**"
     ]
   },