Fix creds issue with AAF
[clamp.git] / ui-react / package.json
index d58f943..883a441 100644 (file)
@@ -5,7 +5,7 @@
        "author": "ONAP Clamp Team",
        "license": "Apache-2.0",
        "publishConfig": {
-               "registry": "https://nexus3.onap.org/repository/npm.snapshot/"
+               "registry": "${npm.publish.url}"
        },
        "main": "index.js",
        "proxy": "https://localhost:8443",
@@ -15,8 +15,7 @@
                "test": "jest",
                "test:watch": "jest --watch",
                "test:coverage": "jest --coverage",
-               "eject": "react-scripts eject",
-               "publish": "npm run publish"
+               "eject": "react-scripts eject"
        },
        "files": [
                "src/*.js",
                "react": "16.9.0",
                "react-dom": "16.9.0",
                "react-scripts": "3.1.1",
-               "react-bootstrap": "1.0.0-beta.12",
+               "react-bootstrap": "1.0.0-beta.14",
                "bootstrap-css-only": "4.3.1",
                "styled-components": "4.3.2",
                "react-router-dom": "5.0.1",
-               "react-select": "3.0.4",
-               "scheduler": "0.16.0"
+               "@material-ui/core": "4.9.11",
+               "@material-ui/icons": "4.9.1",
+               "material-table": "1.57.2",
+               "react-select": "3.0.8"
        },
        "devDependencies": {
                "jest": "24.8.0",
@@ -46,8 +47,7 @@
                "enzyme": "3.10.0",
                "enzyme-adapter-react-16": "1.14.0",
                "enzyme-to-json": "3.4.0",
-               "jest-fetch-mock": "2.1.2",
-               "scheduler": "0.16.0"
+               "jest-fetch-mock": "2.1.2"
        },
        "browserslist": [
                ">0.2%",
@@ -66,7 +66,7 @@
                        "lcov"
                ],
                "moduleNameMapper": {
-               "\\.(css|png)$": "identity-obj-proxy"
+                       "\\.(css|png)$": "identity-obj-proxy"
                },
                "setupFiles": [
                        "./src/setupTests.js"
@@ -93,3 +93,4 @@
                ]
        }
 }
+