diff options
author | 2021-06-17 09:11:55 +0100 | |
---|---|---|
committer | 2021-06-17 12:14:47 +0100 | |
commit | 587fb7a8b712a60def1e931e4a2480687a64f231 (patch) | |
tree | 067d5a816c301335bccec12517cfbceb7512b428 /gui-clamp/ui-react/package.json | |
parent | 85aa90f957d962ab68a745ba938e144ae40c7a53 (diff) |
Added Tosca File Upload Functionality
Added 2 new components
One deals with the file upload to commissioning
Other deals with display of the ui elements
Issue-ID: POLICY-3222
Change-Id: I3b20489bb9e5c499f842cc8adde8147d3e3e8de0
Signed-off-by: saul.gill <saul.gill@est.tech>
Diffstat (limited to 'gui-clamp/ui-react/package.json')
-rw-r--r-- | gui-clamp/ui-react/package.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gui-clamp/ui-react/package.json b/gui-clamp/ui-react/package.json index 3826255..17f92d0 100644 --- a/gui-clamp/ui-react/package.json +++ b/gui-clamp/ui-react/package.json @@ -33,16 +33,13 @@ "@material-ui/pickers": "3.3.10", "bootstrap-css-only": "4.3.1", "js-yaml": "4.1.0", - "js-yaml-loader": "1.2.2", "material-table": "1.68.1", "react": "17.0.2", "react-bootstrap": "1.5.2", "react-dom": "17.0.2", - "react-native-fs": "2.18.0", "react-router-dom": "5.2.0", "react-scripts": "4.0.3", "react-select": "4.2.1", - "react-uuid": "1.0.2", "styled-components": "5.2.1" }, "devDependencies": { |