X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ui-react%2Fpackage.json;h=73598ec5ae40cfaa2fc21ad0111f84101b23ea07;hb=c65613938d30565d4dc913fbf2d48002390119d3;hp=4a363ab519f2d6f079a290c1284e946d5242dbdc;hpb=841ddaaa26c0faf16353d8e22093daa2553aad57;p=clamp.git diff --git a/ui-react/package.json b/ui-react/package.json index 4a363ab5..73598ec5 100644 --- a/ui-react/package.json +++ b/ui-react/package.json @@ -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", @@ -30,11 +29,14 @@ "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.6.0", + "@material-ui/icons": "4.5.1", + "material-table": "1.53.0", + "react-select": "3.0.8" }, "devDependencies": { "jest": "24.8.0", @@ -64,7 +66,7 @@ "lcov" ], "moduleNameMapper": { - "\\.(css|png)$": "identity-obj-proxy" + "\\.(css|png)$": "identity-obj-proxy" }, "setupFiles": [ "./src/setupTests.js" @@ -84,7 +86,11 @@ { "loose": true } + ], + [ + "@babel/plugin-transform-runtime" ] ] } } +