remove debug log prints
[sdc.git] / openecomp-ui / package.json
index 0e1e66b..0d22c47 100644 (file)
@@ -2,14 +2,14 @@
   "name": "dox-ui",
   "version": "1.0.0",
   "description": "",
-  "author": "OPENECOMP",
+  "author": "ECOMP",
   "license": "SEE LICENSE IN LICENSE",
   "scripts": {
     "start": "gulp dev && webpack-dev-server --progress",
     "build": "gulp build",
     "css-usage": "gulp css-usage",
-    "static-keys-bundle" : "gulp static-keys-bundle",
-    "check-keys-against-bundles" : "gulp static-keys-bundle-with-report",
+    "static-keys-bundle": "gulp static-keys-bundle",
+    "check-keys-against-bundles": "gulp static-keys-bundle-with-report",
     "test": "jest",
     "test-failedTestReport": "jest --json | node test-utils/failedTestReport.js",
     "test-dev": "jest --watch",
   "dependencies": {
     "classnames": "^2.2.5",
     "core-js": "^2.4.0",
+    "d3": "^3.5.16",
     "dox-sequence-diagram-ui": "file:../dox-sequence-diagram-ui",
     "intl": "^1.0.1",
     "intl-format-cache": "^2.0.5",
     "intl-messageformat": "^1.2.0",
     "intl-relativeformat": "^1.2.0",
-    "jquery": "^2.1.4",
     "lodash": "^4.13.1",
     "md5": "^2.1.0",
     "randomstring": "^1.1.5",
     "react-dom": "~15.3.2",
     "react-dropzone": "3.7.3",
     "react-redux": "^4.4.1",
-    "react-select": "^1.0.0-beta13",
+    "react-select": "1.0.0-rc.5",
     "react-sortable": "^1.2.0",
     "redux": "^3.3.1",
     "restful-js": "^0.7.0",
-    "sdc-ui": "^1.5.12",
+    "sdc-ui": "1.6.8",
     "uuid-js": "^0.7.5",
     "validator": "^4.3.0"
   },
       "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test-utils/fileMock.js",
       "\\.(css|scss)$": "<rootDir>/test-utils/styleMock.js",
       "^nfvo-utils/RestAPIUtil.js$": "<rootDir>/test-utils/MockRest.js",
+      "^sdc-ui/lib/react/SVGIcon.js$": "<rootDir>/test-utils/MockSVGIcon.js",
       "^nfvo-utils(.*)$": "<rootDir>/src/nfvo-utils$1",
       "^nfvo-components(.*)$": "<rootDir>/src/nfvo-components$1",
       "^sdc-app(.*)$": "<rootDir>/src/sdc-app$1",