Fix creds issue with AAF
[clamp.git] / ui-react / package.json
index dffe698..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"
+               "@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",
                "coverageReporters": [
                        "lcov"
                ],
-               "setupFiles": ["./src/setupTests.js"],
-               "snapshotSerializers": ["enzyme-to-json/serializer"]
+               "moduleNameMapper": {
+                       "\\.(css|png)$": "identity-obj-proxy"
+               },
+               "setupFiles": [
+                       "./src/setupTests.js"
+               ],
+               "snapshotSerializers": [
+                       "enzyme-to-json/serializer"
+               ]
        },
        "babel": {
                "presets": [
                                {
                                        "loose": true
                                }
+                       ],
+                       [
+                               "@babel/plugin-transform-runtime"
                        ]
                ]
        }
 }
+