Integrate testing framework
[clamp.git] / ui-react / package.json
index 943ed7a..de7cb26 100644 (file)
@@ -3,6 +3,7 @@
   "version": "0.0.1",
   "description": "ONAP Clamp Designer UI",
   "main": "index.js",
+  "proxy": "http://localhost:8080",
   "scripts": {
     "start": "react-scripts start",
     "build": "react-scripts build",
   "author": "ONAP Clamp Team",
   "license": "Apache-2.0",
   "dependencies": {
-    "json-editor": "^0.7.28",
-    "react": "~16.8.0",
-    "react-dom": "~16.8.0",
-    "react-scripts": "~3.0.1",
+    "@json-editor/json-editor": "1.3.5",
+    "react": "16.8.0",
+    "react-dom": "16.8.0",
+    "react-scripts": "3.0.1",
     "react-bootstrap": "1.0.0-beta.9",
-    "bootstrap-css-only": "4.3.1"
+    "bootstrap-css-only": "4.3.1",
+    "styled-components": "4.3.2",
+    "react-router-dom": "5.0.1",
+    "react-select": "3.0.4"
   },
   "browserslist": [
     ">0.2%",
     "not dead",
     "not ie <= 11",
     "not op_mini all"
-  ]
+  ],
+  "devDependencies": {
+    "enzyme": "3.10.0",
+    "enzyme-adapter-react-16": "1.14.0"
+  }
 }